diff --git a/operations/experimental/README.md b/operations/experimental/README.md index f14f02033..7bfbcace4 100644 --- a/operations/experimental/README.md +++ b/operations/experimental/README.md @@ -21,6 +21,7 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen | [`add-system-metrics-agent-windows2019.yml`](add-system-metrics-agent-windows2019.yml) | **PROMOTED: use `../addons/add-system-metrics-agent-windows2019.yml`** | | **NO** | | [`colocate-smoke-tests-on-cc-worker.yml`](colocate-smoke-tests-on-cc-worker.yml) | Colocate the smoke_tests job on the cc-worker instance | A number of other operations files reference this instance group and may be incompatible with this operations file. Use `find ./operations/ -name "*.yml" | xargs grep "/instance_groups/name=smoke-tests"` to locate said files. | **YES** | | [`disable-interpolate-service-bindings.yml`](disable-interpolate-service-bindings.yml) | Disables the interpolation of CredHub service credentials by Cloud Controller. | | **YES** | +| [`disable-isoseg-dynamic-asgs.yml`](disable-isoseg-dynamic-asgs.yml) | Disables the Dynamic ASG syncer for isolation segments. | | **NO** | | [`disable-cf-credhub.yml`](disable-cf-credhub.yml) | Completely removes the CF CredHub instances, UAA clients, credentials and certificates. Can be used to save cost if you don't use CredHub to store service credentials. | | **YES** | | [`disable-tls-tcp-routing-windows-stage-1-unproxied-ports.yml`](disable-tls-tcp-routing-windows-stage-1-unproxied-ports.yml) | Stage 1 deployment for disabling TLS for TCP Routes on Windows Diego Cells. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. | | **NO ** | | [`disable-tls-tcp-routing-windows-stage-2-route-emitter.yml`](disable-tls-tcp-routing-windows-stage-2-route-emitter.yml) | Stage 2 deployment for disabling TLS for TCP Routes on Windows Diego Cells. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. | | **NO ** | diff --git a/operations/experimental/disable-isoseg-dynamic-asgs.yml b/operations/experimental/disable-isoseg-dynamic-asgs.yml new file mode 100644 index 000000000..e2a75d8b1 --- /dev/null +++ b/operations/experimental/disable-isoseg-dynamic-asgs.yml @@ -0,0 +1,4 @@ +--- +- type: replace + path: /instance_groups/name=isolated-diego-cell/jobs/name=vxlan-policy-agent/properties/enable_asg_syncing? + value: false