From da1cb6f348f9b8ab1976cba107edf0acb569a53a Mon Sep 17 00:00:00 2001 From: i545443 Date: Thu, 30 Jul 2026 10:34:10 +0200 Subject: [PATCH 1/3] increase log-cache instances from 1 - 3 --- ci/infrastructure/pipeline.yml | 4 ++-- ci/operations/scale-log-cache-instances.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 ci/operations/scale-log-cache-instances.yml diff --git a/ci/infrastructure/pipeline.yml b/ci/infrastructure/pipeline.yml index f24300db4..cae1e6401 100644 --- a/ci/infrastructure/pipeline.yml +++ b/ci/infrastructure/pipeline.yml @@ -52,7 +52,7 @@ resources: source: uri: git@github.com:cloudfoundry/app-autoscaler private_key: ((autoscaler-deploy-key-private)) - branch: main + branch: fix-cf-deployment-v58 # TEMPORARY: use this branch until cf-deployment v58 is deployed fetch_tags: true paths: - ci/infrastructure @@ -259,7 +259,7 @@ jobs: vars-files: autoscaler-env-vars-store params: SYSTEM_DOMAIN: autoscaler.app-runtime-interfaces.ci.cloudfoundry.org - OPS_FILES: "operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/cf/experimental/disable-v2-api.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml" + OPS_FILES: "operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml operations/autoscaler/scale-log-cache-instances.yml" BOSH_DEPLOY_ARGS: "-v diego_cell_instances=3 -v grafana_redirect_uri=https://grafana.autoscaler.app-runtime-interfaces.ci.cloudfoundry.org/login/generic_oauth" ensure: put: autoscaler-env-vars-store diff --git a/ci/operations/scale-log-cache-instances.yml b/ci/operations/scale-log-cache-instances.yml new file mode 100644 index 000000000..6224a14e6 --- /dev/null +++ b/ci/operations/scale-log-cache-instances.yml @@ -0,0 +1,3 @@ +- type: replace + path: /instance_groups/name=log-cache/instances + value: 3 From 4b2bc97f0c56497a7c799876db17024cc19175ae Mon Sep 17 00:00:00 2001 From: i545443 Date: Thu, 30 Jul 2026 16:57:02 +0200 Subject: [PATCH 2/3] scale to one az (previous before) but with 3 log cache instances --- ci/infrastructure/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/infrastructure/pipeline.yml b/ci/infrastructure/pipeline.yml index cae1e6401..31d668ea3 100644 --- a/ci/infrastructure/pipeline.yml +++ b/ci/infrastructure/pipeline.yml @@ -259,7 +259,7 @@ jobs: vars-files: autoscaler-env-vars-store params: SYSTEM_DOMAIN: autoscaler.app-runtime-interfaces.ci.cloudfoundry.org - OPS_FILES: "operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml operations/autoscaler/scale-log-cache-instances.yml" + OPS_FILES: "operations/cf/scale-to-one-az.yml operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml operations/autoscaler/scale-log-cache-instances.yml" BOSH_DEPLOY_ARGS: "-v diego_cell_instances=3 -v grafana_redirect_uri=https://grafana.autoscaler.app-runtime-interfaces.ci.cloudfoundry.org/login/generic_oauth" ensure: put: autoscaler-env-vars-store From e1d02a005ecd44036a3fe48632922d595806ca5d Mon Sep 17 00:00:00 2001 From: i545443 Date: Thu, 30 Jul 2026 17:32:25 +0200 Subject: [PATCH 3/3] Revert "scale to one az (previous before) but with 3 log cache instances" This reverts commit 4b2bc97f0c56497a7c799876db17024cc19175ae. --- ci/infrastructure/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/infrastructure/pipeline.yml b/ci/infrastructure/pipeline.yml index 31d668ea3..cae1e6401 100644 --- a/ci/infrastructure/pipeline.yml +++ b/ci/infrastructure/pipeline.yml @@ -259,7 +259,7 @@ jobs: vars-files: autoscaler-env-vars-store params: SYSTEM_DOMAIN: autoscaler.app-runtime-interfaces.ci.cloudfoundry.org - OPS_FILES: "operations/cf/scale-to-one-az.yml operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml operations/autoscaler/scale-log-cache-instances.yml" + OPS_FILES: "operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/autoscaler/tag-vms-and-disks.yml operations/autoscaler/set-blobstore-disk.yml operations/autoscaler/scale-log-cache-instances.yml" BOSH_DEPLOY_ARGS: "-v diego_cell_instances=3 -v grafana_redirect_uri=https://grafana.autoscaler.app-runtime-interfaces.ci.cloudfoundry.org/login/generic_oauth" ensure: put: autoscaler-env-vars-store