diff --git a/.github/workflows/oracle-db-oem-password-rotation-schedule.json b/.github/workflows/oracle-db-oem-password-rotation-schedule.json index f2e1b88a..1990cd5a 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 599431ea..b3f1206e 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"