Skip to content

Commit 7d4b424

Browse files
authored
Merge pull request #1220 from cloudfoundry/enable-v2-opsfile
Add ops file to enable CF api v2
2 parents cdf1763 + 7672274 commit 7d4b424

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

operations/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the
5252
| [`enable-service-discovery.yml`](enable-service-discovery.yml) | Enables application service discovery | | **YES** |
5353
| [`enable-smb-volume-service.yml`](enable-smb-volume-service.yml) | Enables volume support and deploys an SMB broker and volume driver | As of cf-deployment v2, you must use the `smbbrokerpush` errand to cf push the smb broker after `bosh deploy` completes. | **NO** |
5454
| [`enable-tls-on-file-server.yml`](enable-tls-on-file-server.yml) | Enables TLS on file-server for assets | Enables downloading lifecycle assets over HTTPS | **NO** |
55+
| [`enable-v2-api.yml`](enable-v2-api.yml) | Enable Cloud Controller API v2 endpoints | | **NO** |
5556
| [`override-app-domains.yml`](override-app-domains.yml) | Switches from using the system domain as a shared app domain; allows the configuration of one or more shared app domains instead. | Adds [new variables](example-vars-files/vars-override-app-domains.yml).<br/> **CAUTION:** Seeding domains with a router group name (including TCP domains) may cause problems deploying. Please use the `cf` CLI to add shared domains with router group names. | **NO** |
5657
| [`rename-network-and-deployment.yml`](rename-network-and-deployment.yml) | Allows a deployer to rename the network and deployment by passing a variables `network_name` and `deployment_name` | **CAUTION:** If you are using this ops file along with another ops file that increases the number of instance groups (e.g. `perm-services.yml`), this ops file will not rename the network for those instance groups. | **YES** |
5758
| [`scale-database-cluster.yml`](scale-database-cluster.yml) | Scales cf-deployment database to 3 nodes across 3 zones (z1, z2, z3). | Cannot be used with postgres as it will not scale. | **YES** |

operations/enable-v2-api.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/temporary_enable_v2?
4+
value: true

units/tests/standard_test/operations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ enable-privileged-container-support.yml: {}
3131
enable-service-discovery.yml: {}
3232
enable-smb-volume-service.yml: {}
3333
enable-tls-on-file-server.yml: {}
34+
enable-v2-api.yml: {}
3435
openstack.yml: {}
3536
override-app-domains.yml:
3637
varsfiles:

0 commit comments

Comments
 (0)