File tree Expand file tree Collapse file tree 8 files changed +52
-7
lines changed
proxies/live/apiproxy/targets Expand file tree Collapse file tree 8 files changed +52
-7
lines changed Original file line number Diff line number Diff line change 5959 needs : [run-internal-dev-tests]
6060 strategy :
6161 matrix :
62- sub_environment_name : [ref, int ]
62+ sub_environment_name : [ref, internal-qa ]
6363 uses : ./.github/workflows/deploy-backend.yml
6464 with :
6565 apigee_environment : ${{ matrix.sub_environment_name }}
7171 needs : [deploy-higher-dev-envs]
7272 strategy :
7373 matrix :
74- sub_environment_name : [ref, int ]
74+ sub_environment_name : [ref, internal-qa ]
7575 uses : ./.github/workflows/run-e2e-tests.yml
7676 with :
7777 apigee_environment : ${{ matrix.sub_environment_name }}
Original file line number Diff line number Diff line change 3030 - internal-dev
3131 - internal-dev-sandbox
3232 - sandbox
33+ - internal-qa
3334 - int
3435 - ref
3536 - prod
Original file line number Diff line number Diff line change 1+ name : " $(SourceBranchName)+$(BuildID)"
2+
3+ trigger : none
4+ pr : none
5+
6+ resources :
7+ repositories :
8+ - repository : common
9+ type : github
10+ name : NHSDigital/api-management-utils
11+ ref : refs/heads/edge
12+ endpoint : NHSDigital
13+ pipelines :
14+ - pipeline : build_pipeline
15+ source : " Immunisation-Fhir-Api-Build"
16+
17+ pool :
18+ name : " AWS-ECS"
19+
20+ variables :
21+ - template : project.yml
22+
23+ parameters :
24+ - name : sub_environment
25+ displayName : Sub-Environment
26+ type : string
27+ default : blue
28+ values :
29+ - blue
30+ - green
31+
32+ extends :
33+ template : azure/common/apigee-deployment.yml@common
34+ parameters :
35+ service_name : ${{ variables.service_name }}
36+ short_service_name : ${{ variables.short_service_name }}
37+ service_base_path : ${{ variables.service_base_path }}
38+ apigee_deployments :
39+ - environment : int
40+ depends_on : []
41+ jinja_templates :
42+ DOMAIN_ENDPOINT : https://int-${{ parameters.sub_environment }}.imms.preprod.vds.platform.nhs.uk
43+ KEYSTORE_REF : imms-int-client
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ extends:
4949 - internal_dev
5050 jinja_templates :
5151 DOMAIN_ENDPOINT : https://ref.imms.dev.vds.platform.nhs.uk
52- - environment : int
52+ - environment : internal-qa
5353 depends_on :
5454 - internal_dev
5555 jinja_templates :
56- DOMAIN_ENDPOINT : https://int .imms.dev.vds.platform.nhs.uk
56+ DOMAIN_ENDPOINT : https://internal-qa .imms.dev.vds.platform.nhs.uk
Original file line number Diff line number Diff line change 1+ # TODO - once DEV int -> PREPROD migration complete, please destroy env and delete this file.
12environment = " dev"
23immunisation_account_id = " 345594581768"
34dspp_core_account_id = " 603871901111"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ immunisation_account_id = "084828561157"
33dspp_core_account_id = " 603871901111"
44pds_environment = " int"
55batch_error_notifications_enabled = true
6- create_mesh_processor = false
6+ create_mesh_processor = true
77has_sub_environment_scope = false
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ immunisation_account_id = "084828561157"
33dspp_core_account_id = " 603871901111"
44pds_environment = " int"
55batch_error_notifications_enabled = true
6- create_mesh_processor = false
6+ create_mesh_processor = true
77has_sub_environment_scope = false
Original file line number Diff line number Diff line change 3636 <SSLInfo >
3737 <Enabled >true</Enabled >
3838 <ClientAuthEnabled >true</ClientAuthEnabled >
39- <KeyStore >ref://imms-client</KeyStore >
39+ <KeyStore >ref://{{ KEYSTORE_REF | default(' imms-client') }} </KeyStore >
4040 <KeyAlias >cert</KeyAlias >
4141 </SSLInfo >
4242 <Properties >
You can’t perform that action at this time.
0 commit comments