You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operations/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the
39
39
|[`disable-router-tls-termination.yml`](disable-router-tls-termination.yml)| Eliminates keys related to performing TLS termination within the gorouter job. | Useful for deployments where TLS termination is performed prior to the gorouter - for instance, on AWS, such termination is commonly done at the ELB. This also eliminates the need to specify `((router_ssl.certificate))` and `((router_ssl.private_key))` in the var files. |**NO**|
40
40
|[`disable-http2.yml`](disable-http2.yml)| Prevent gorouter from accepting and forwarding HTTP/2 requests. ||**NO**|
41
41
|[`disable-dynamic-asgs.yml`](disable-dynamic-asgs.yml)| Disable dynamic updates for security groups. ||**NO**|
42
-
|[`disable-tls-tcp-routing-stage-1-unproxied-ports.yml`](disable-tls-tcp-routing-stage-1-unproxied-ports.yml)| Stage 1 deployment for disabling TLS for TCP Routes on. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
43
-
|[`disable-tls-tcp-routing-stage-2-tcp-router-and-route-emitter.yml`](disable-tls-tcp-routing-stage-2-tcp-router-and-route-emitter.yml)| Stage 2 deployment for disabling TLS for TCP Routes on. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
44
-
|[`disable-tls-tcp-routing-isolation-segment-stage-1-unproxied-ports.yml`](disable-tls-tcp-routing-isolation-segment-stage-1-unproxied-ports.yml)| Stage 1 deployment for disabling TLS for TCP Routes on isolation segments. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
45
-
|[`disable-tls-tcp-routing-isolation-segment-stage-2-route-emitter.yml`](disable-tls-tcp-routing-isolation-segment-stage-2-route-emitter.yml)| Stage 2 deployment for disabling TLS for TCP Routes on isolation segments. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
42
+
|[`disable-tls-tcp-routing-stage-1-unproxied-ports.yml`](disable-tls-tcp-routing-stage-1-unproxied-ports.yml)| Stage 1 deployment for disabling TLS for TCP Routes on. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
43
+
|[`disable-tls-tcp-routing-stage-2-tcp-router-and-route-emitter.yml`](disable-tls-tcp-routing-stage-2-tcp-router-and-route-emitter.yml)| Stage 2 deployment for disabling TLS for TCP Routes on. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
44
+
|[`disable-tls-tcp-routing-isolation-segment-stage-1-unproxied-ports.yml`](disable-tls-tcp-routing-isolation-segment-stage-1-unproxied-ports.yml)| Stage 1 deployment for disabling TLS for TCP Routes on isolation segments. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
45
+
|[`disable-tls-tcp-routing-isolation-segment-stage-2-route-emitter.yml`](disable-tls-tcp-routing-isolation-segment-stage-2-route-emitter.yml)| Stage 2 deployment for disabling TLS for TCP Routes on isolation segments. See [configuring TCP routes](https://docs.cloudfoundry.org/adminguide/enabling-tcp-routing.html#tls-tcp-routes) for more info. ||**NO**|
46
46
|[`enable-cc-rate-limiting.yml`](enable-cc-rate-limiting.yml)| Enable rate limiting for UAA-authenticated endpoints. | Introduces variables `cc_rate_limiter_general_limit` and `cc_rate_limiter_unauthenticated_limit`|**NO**|
47
47
|[`enable-cc-v2-rate-limiting.yml`](enable-cc-rate-limiting.yml)| Enable V2 API rate limiting for UAA-authenticated endpoints. | Introduces variables `cc_v2_rate_limiter_general_limit`, `cc_v2_rate_limiter_admin_limit` and `cc_v2_rate_limiter_reset_interval_in_minutes`|**NO**|
48
48
|[`enable-cc-worker-metrics.yml`](enable-cc-worker-metrics.yml)| Enable metrics for cc-workers. | This will setup the metrics endpoint, configure the prom_scraper job and uses mTLS. If you want to use another scraper than prom_scraper you can additionally set `cc.prom_scraper.disabled` to true. |**NO**|
@@ -53,7 +53,7 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the
53
53
|[`enable-privileged-container-support.yml`](enable-privileged-container-support.yml)| Enables Diego privileged container support. ||**NO**|
54
54
|[`enable-service-discovery.yml`](enable-service-discovery.yml)| Enables application service discovery ||**YES**|
55
55
|[`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**|
56
-
|[`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**|
56
+
|[`enable-tls-on-file-server.yml`](enable-tls-on-file-server.yml)|no-op, deprecated/obsolete | file-server mTLS is enabled by default since cf-d v54.10.0. |**NO**|
57
57
|[`enable-v2-api.yml`](enable-v2-api.yml)| Enable Cloud Controller API v2 endpoints ||**NO**|
58
58
|[`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**|
59
59
|[`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**|
0 commit comments