From 96e83d3707d6415a4b8adea62cd1120e7703730d Mon Sep 17 00:00:00 2001 From: ranbeersingh1 <43067999+ranbeersingh1@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:27:31 +0000 Subject: [PATCH] Add schedules and disable syncing passwords --- ...cle-db-oem-password-rotation-schedule.json | 20 +++++++++++++++++-- .../oracle-db-password-rotation-schedule.json | 4 ++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oracle-db-oem-password-rotation-schedule.json b/.github/workflows/oracle-db-oem-password-rotation-schedule.json index f2e1b88a0..1990cd5ab 100644 --- a/.github/workflows/oracle-db-oem-password-rotation-schedule.json +++ b/.github/workflows/oracle-db-oem-password-rotation-schedule.json @@ -10,7 +10,7 @@ { "TargetOemEnvironment": "hmpps-oem-development", "TargetEnvironmentName": "hmpps-oem-development", - "SyncMonitoringPasswords": "yes", + "SyncMonitoringPasswords": "no", "RotateRMANPassword": "no", "RotateOEMPasswords": "yes", "CronSchedule": "00 20 * * SUN" @@ -26,7 +26,7 @@ { "TargetOemEnvironment": "hmpps-oem-test", "TargetEnvironmentName": "hmpps-oem-test", - "SyncMonitoringPasswords": "yes", + "SyncMonitoringPasswords": "no", "RotateRMANPassword": "no", "RotateOEMPasswords": "yes", "CronSchedule": "00 20 * * SUN" @@ -39,6 +39,14 @@ "RotateOEMPasswords": "no", "CronSchedule": "00 11 * * WED" }, + { + "TargetOemEnvironment": "hmpps-oem-preproduction", + "TargetEnvironmentName": "hmpps-oem-preproduction", + "SyncMonitoringPasswords": "no", + "RotateRMANPassword": "no", + "RotateOEMPasswords": "yes", + "CronSchedule": "00 20 * * SUN" + }, { "TargetOemEnvironment": "hmpps-oem-production", "TargetEnvironmentName": "hmpps-oem-production", @@ -46,6 +54,14 @@ "RotateRMANPassword": "yes", "RotateOEMPasswords": "no", "CronSchedule": "00 11 * * WED" + }, + { + "TargetOemEnvironment": "hmpps-oem-production", + "TargetEnvironmentName": "hmpps-oem-production", + "SyncMonitoringPasswords": "no", + "RotateRMANPassword": "no", + "RotateOEMPasswords": "yes", + "CronSchedule": "00 20 * * SUN" } ] diff --git a/.github/workflows/oracle-db-password-rotation-schedule.json b/.github/workflows/oracle-db-password-rotation-schedule.json index 599431eab..b3f1206ec 100644 --- a/.github/workflows/oracle-db-password-rotation-schedule.json +++ b/.github/workflows/oracle-db-password-rotation-schedule.json @@ -11,6 +11,10 @@ "TargetEnvironment":"delius-core-test", "CronSchedule":"00 14 * * TUE" }, + { + "TargetEnvironment":"delius-core-stage", + "CronSchedule":"00 14 * * TUE" + }, { "TargetEnvironment":"hmpps-oem-development", "CronSchedule":"00 12 * * TUE"