Skip to content

Commit 809c8f6

Browse files
Target ring1 machines in prod gateway deploys (#151)
prod/variables.sh left GATEWAY_RINGS unset, so it defaulted to ring0 and the prod deploy pipeline skipped every ring1-tagged machine. Set GATEWAY_RINGS="ring1" so production gateways are actually deployed to.
1 parent e123943 commit 809c8f6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

infrastructure/environments/prod/variables.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ ENV_CONFIG=prod
22
ENVIRONMENT=prod
33
AZURE_SUBSCRIPTION="Breast Screening - Manage Breast Screening - Prod"
44
HUB_SUBSCRIPTION="Digital Screening DToS - Core Services Prod Hub"
5-
HUB=prod
65
TERRAFORM_MODULES_REF=main
6+
HUB=prod
77
ENABLE_SOFT_DELETE=true
88
ADO_MANAGEMENT_POOL=private-pool-prod-uks
99
CLOUD_API_HOSTNAME=manage-breast-screening.nhs.uk
10-
# To onboard more rings: set GATEWAY_RINGS="ring0 ring1 ring2 ..." in this file
10+
# ring1 = first real sites (one per PACS vendor)
11+
GATEWAY_RINGS="ring1"

0 commit comments

Comments
 (0)