From 9ab4467658148278554e85649cb2a4db4a4ab138 Mon Sep 17 00:00:00 2001 From: ranbeersingh1 <43067999+ranbeersingh1@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:44:10 +0000 Subject: [PATCH 1/2] Variables for emctl and emcli --- .../group_vars/environment_name_hmpps_oem_preproduction.yml | 4 ++++ ansible/group_vars/environment_name_hmpps_oem_production.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml b/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml index c0d85f4dc..4918f0e93 100644 --- a/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml +++ b/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml @@ -68,3 +68,7 @@ housekeeping_cron: minute: "30" hour: "08" # job: command generated in + +emcli: /u01/app/oracle/product/mw135/bin/emcli +emctl_oem: /u01/app/oracle/product/mw135/bin/emctl +emctl_agent: /u01/app/oracle/product/oem-agent/agent_inst/bin/emctl \ No newline at end of file diff --git a/ansible/group_vars/environment_name_hmpps_oem_production.yml b/ansible/group_vars/environment_name_hmpps_oem_production.yml index 7993cc01d..0fcc0c1c0 100644 --- a/ansible/group_vars/environment_name_hmpps_oem_production.yml +++ b/ansible/group_vars/environment_name_hmpps_oem_production.yml @@ -86,3 +86,7 @@ endpoint_monitoring_targets: - target: https://bridge-oasys.az.justice.gov.uk/eor/f?p=100, expected_response_code: 200 check_domain_ssl_expiry: "false" + +emcli: /u01/app/oracle/product/mw135/bin/emcli +emctl_oem: /u01/app/oracle/product/mw135/bin/emctl +emctl_agent: /u01/app/oracle/product/oem-agent/agent_inst/bin/emctl From 3fe336b440297dc23c9fc8285898b75af47a55b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:03:04 +0000 Subject: [PATCH 2/2] Commit changes made by code formatters --- ansible/group_vars/environment_name_hmpps_oem_preproduction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml b/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml index 4918f0e93..5fcd61227 100644 --- a/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml +++ b/ansible/group_vars/environment_name_hmpps_oem_preproduction.yml @@ -71,4 +71,4 @@ housekeeping_cron: emcli: /u01/app/oracle/product/mw135/bin/emcli emctl_oem: /u01/app/oracle/product/mw135/bin/emctl -emctl_agent: /u01/app/oracle/product/oem-agent/agent_inst/bin/emctl \ No newline at end of file +emctl_agent: /u01/app/oracle/product/oem-agent/agent_inst/bin/emctl