From 55eece7416c3e3df3533a5bc14a04b3b4a3429e0 Mon Sep 17 00:00:00 2001 From: ChrisMcGowan Date: Tue, 30 Apr 2024 15:53:36 -0400 Subject: [PATCH 1/3] adding missing resource --- ci/pipeline.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 115c7c3..5af9e0a 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -382,6 +382,15 @@ resources: deployment: ((concourse-production-deployment-bosh-deployment)) ca_cert: ((common_ca_cert_store)) +- name: concourse-production-pages-deployment + type: bosh-deployment + source: + target: ((concourse-production-deployment-bosh-target)) + client: ci + client_secret: ((tooling_bosh_uaa_ci_client_secret)) + deployment: ((concourse-production-deployment-bosh-deployment)) + ca_cert: ((common_ca_cert_store)) + - name: concourse-staging-deployment type: bosh-deployment source: From 9b8692c0ce35623561079f1e18a7a880dfd65eb2 Mon Sep 17 00:00:00 2001 From: ChrisMcGowan Date: Tue, 30 Apr 2024 16:12:29 -0400 Subject: [PATCH 2/3] Add missing deployment name --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 5af9e0a..30121f5 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -388,7 +388,7 @@ resources: target: ((concourse-production-deployment-bosh-target)) client: ci client_secret: ((tooling_bosh_uaa_ci_client_secret)) - deployment: ((concourse-production-deployment-bosh-deployment)) + deployment: ((concourse-production-pages-deployment-bosh-deployment)) ca_cert: ((common_ca_cert_store)) - name: concourse-staging-deployment From 18294e43774eeba2d01fa10cd024f3dac08dc329 Mon Sep 17 00:00:00 2001 From: ChrisMcGowan Date: Tue, 30 Apr 2024 16:15:29 -0400 Subject: [PATCH 3/3] fixing network name --- variables/production-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables/production-pages.yml b/variables/production-pages.yml index 5fa44ff..fcccd71 100644 --- a/variables/production-pages.yml +++ b/variables/production-pages.yml @@ -7,7 +7,7 @@ iaas_worker_vm_type: m6i.xlarge.concourse.worker web_vm_extensions: [production-concourse-pages-lb] worker_vm_extensions: [production-concourse-profile] iaas_worker_vm_extensions: [production-concourse-iaas-profile] -network_name: production-concourse_pages +network_name: production-concourse-pages web_instances: 2 worker_instances: 2 iaas_worker_instances: 1