Skip to content

Commit

Permalink
extended distribution of oracle 19c image to onr env for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Apr 18, 2024
1 parent ea30c7d commit 4d043be
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand All @@ -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",
]
}

Expand All @@ -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
Expand All @@ -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",
]
}

Expand Down

0 comments on commit 4d043be

Please sign in to comment.