From 4d043be6f98ee77a9e738fc30ae7cc0a52fadb5f Mon Sep 17 00:00:00 2001 From: robertsweetman Date: Thu, 18 Apr 2024 13:09:11 +0100 Subject: [PATCH] extended distribution of oracle 19c image to onr env for testing --- teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars b/teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars index ca3cd948..be1b1d94 100644 --- a/teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars +++ b/teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars @@ -5,7 +5,7 @@ region = "eu-west-2" ami_name_prefix = "hmpps" ami_base_name = "ol_8_5_oracledb_19c" -configuration_version = "0.0.7" +configuration_version = "0.0.8" release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc description = "hmpps oracle 19c image on oracle linux 8.5" @@ -115,6 +115,10 @@ accounts_to_distribute_ami_by_branch = { "nomis-combined-reporting-test", "nomis-combined-reporting-preproduction", "nomis-combined-reporting-production", + "oasys-national-reporting-development", + "oasys-national-reporting-test", + "oasys-national-reporting-preproduction", + "oasys-national-reporting-production", ] # push to any other branch / local run @@ -128,6 +132,8 @@ accounts_to_distribute_ami_by_branch = { "corporate-staff-rostering-test", "nomis-combined-reporting-development", "nomis-combined-reporting-test", + "oasys-national-reporting-development", + "oasys-national-reporting-test", ] } @@ -151,6 +157,10 @@ launch_permission_accounts_by_branch = { "nomis-combined-reporting-test", "nomis-combined-reporting-preproduction", "nomis-combined-reporting-production", + "oasys-national-reporting-development", + "oasys-national-reporting-test", + "oasys-national-reporting-preproduction", + "oasys-national-reporting-production", ] # push to any other branch / local run @@ -164,6 +174,8 @@ launch_permission_accounts_by_branch = { "corporate-staff-rostering-test", "nomis-combined-reporting-development", "nomis-combined-reporting-test", + "oasys-national-reporting-development", + "oasys-national-reporting-test", ] }