Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove experimental ops file disable-v2-api #1230

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions ci/pipelines/cf-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ jobs:
operations/addons/add-system-metrics-agent.yml
operations/use-postgres.yml
operations/experimental/enable-tls-cloud-controller-postgres.yml
operations/experimental/disable-v2-api.yml
operations/change-postgres-max-connections.yml
operations/use-internal-lookup-for-route-services.yml
operations/enable-tls-on-file-server.yml
Expand Down Expand Up @@ -863,7 +862,6 @@ jobs:
operations/use-external-dbs.yml
operations/add-external-ips-for-cloud-sql-db.yml
operations/experimental/colocate-smoke-tests-on-cc-worker.yml
operations/experimental/disable-v2-api.yml
operations/set-cpu-weight.yml
operations/enable-cpu-throttling.yml
operations/use-external-blobstore.yml
Expand Down Expand Up @@ -919,7 +917,6 @@ jobs:
operations/use-external-dbs.yml
operations/add-external-ips-for-cloud-sql-db.yml
operations/experimental/colocate-smoke-tests-on-cc-worker.yml
operations/experimental/disable-v2-api.yml
operations/set-cpu-weight.yml
operations/enable-cpu-throttling.yml
operations/use-external-blobstore.yml
Expand Down Expand Up @@ -1157,7 +1154,6 @@ jobs:
operations/experimental/enable-containerd-for-processes.yml
operations/experimental/disable-cf-credhub.yml
operations/experimental/disable-interpolate-service-bindings.yml
operations/experimental/disable-v2-api.yml
operations/increase-doppler-vm-type-from-minimal-to-small.yml
operations/scale-diego-cell-to-8.yml
operations/test/speed-up-dynamic-asgs.yml
Expand Down Expand Up @@ -1214,7 +1210,6 @@ jobs:
operations/experimental/enable-containerd-for-processes.yml
operations/experimental/disable-cf-credhub.yml
operations/experimental/disable-interpolate-service-bindings.yml
operations/experimental/disable-v2-api.yml
operations/experimental/use-mysql-version-8.0.yml
operations/increase-doppler-vm-type-from-minimal-to-small.yml
operations/scale-diego-cell-to-8.yml
Expand Down Expand Up @@ -1425,7 +1420,6 @@ jobs:
operations/bosh-lite.yml
operations/use-internal-lookup-for-route-services.yml
operations/experimental/colocate-smoke-tests-on-cc-worker.yml
operations/experimental/disable-v2-api.yml
REGENERATE_CREDENTIALS: true
BOSH_LITE: true
- task: ensure-api-healthy
Expand Down Expand Up @@ -1579,7 +1573,6 @@ jobs:
operations/backup-and-restore/enable-restore-nfs-broker.yml
operations/enable-smb-volume-service.yml
operations/backup-and-restore/enable-restore-smb-broker.yml
operations/experimental/disable-v2-api.yml
REGENERATE_CREDENTIALS: true
- in_parallel:
- task: enable-docker
Expand Down Expand Up @@ -1744,7 +1737,6 @@ jobs:
operations/windows2019-cell.yml
operations/use-online-windows2019fs.yml
operations/experimental/use-compiled-releases-windows.yml
operations/experimental/disable-v2-api.yml
operations/use-internal-lookup-for-route-services.yml
operations/experimental/colocate-smoke-tests-on-cc-worker.yml
operations/addons/add-system-metrics-agent.yml
Expand Down Expand Up @@ -1989,7 +1981,6 @@ jobs:
operations/use-postgres.yml
operations/stop-skipping-tls-validation.yml
operations/experimental/enable-tls-cloud-controller-postgres.yml
operations/experimental/disable-v2-api.yml
operations/use-latest-stemcell.yml
VARS_FILES: |
environments/test/snape/syslog-vars.yml
Expand Down
2 changes: 1 addition & 1 deletion operations/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen
| [`set-cpu-weight-windows2019.yml`](set-cpu-weight-windows2019.yml) | CPU shares for each garden container are proportional to its memory limits. | Requires `../windows2019-cell.yml` and `../use-online-windows2019fs.yml` | **NO** |
| [`use-compiled-releases-windows.yml`](use-compiled-releases-windows.yml) | Reverts to source version of releases required for Windows cells | Intended for use with `use-compiled-releases.yml` and any of `windows*-cell.yml` | **YES** |
| [`use-create-swap-delete-vm-strategy.yml`](use-create-swap-delete-vm-strategy.yml) | Configures the default [`vm_strategy`](https://bosh.io/docs/changing-deployment-vm-strategy/) to be `create-swap-delete`. | Requires BOSH director `v267.7+` | **NO** |
| [`disable-v2-api.yml`](disable-v2-api.yml) | Disable v2 Cloud Controller API endpoints | | **NO** |
| [`disable-v2-api.yml`](disable-v2-api.yml) | ***Deprecated as API v2 is disabled by default. It can be re-enabled by operators using enable-v2-api.yml*** | | **NO** |
| [`disable-logs-in-firehose.yml`](disable-logs-in-firehose.yml) | Logs are not sent to dopplers, only metrics | | **NO** |
| [`disable-logs-in-firehose-windows2019.yml`](disable-logs-in-firehose-windows-2019.yml) | Logs are not sent to dopplers, only metrics | | **NO** |
| [`use-native-garden-runc-runner.yml`](use-native-garden-runc-runner.yml) | Configure Garden to **not** create containers via containerd, using the native runner instead. | | **NO** |
Expand Down
6 changes: 3 additions & 3 deletions operations/experimental/disable-v2-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- type: replace
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/temporary_enable_v2?
value: false
###
# API v2 is disabled by default. It can be re-enabled by operators using enable-v2-api.yml
###