This is the README for Experimental Ops-files. To learn more about cf-deployment
, go to the main README.
- For General Ops-files, check out the Ops-file README.
- For Addons Ops-files that can be applied to manifests or runtime configs, check out the Addons Ops-file README.
- For Backup and Restore Ops-files (for configuring your deployment for use with BBR), checkout the Backup and Restore Ops-files README.
- For Bits Service Ops-files (for configuring your deployment for use with Bits Service), checkout the Bits Service Ops-files README.
- For Community Ops-files, check out the Community Ops-file README.
- For Legacy Ops-files, checkout the Legacy Ops-file README.
"Experimental" ops-files represent configurations that we expect to promote to blessed configuration eventually, meaning that, once the configurations have been sufficiently validated, they will become part of cf-deployment.yml and the ops-files will be removed.
Name | Purpose | Notes |
---|---|---|
add-credhub-lb.yml |
[DEPRECATED] Use load balancer to expose external address for CredHub. | |
add-deployment-updater-external-db.yml |
Use an external database for the cc_deployment_updater job. |
Requires add-deployment-updater.yml and use-external-dbs.yml |
add-deployment-updater-postgres.yml |
Use a postgres database for the cc_deployment_updater job. |
Requires add-deployment-updater.yml |
add-deployment-updater.yml |
Add cc_deployment_updater job to scheduler vm, which enables zero downtime app deployments. |
|
deploy-forwarder-agent.yml |
Addons for forwarder agent, UDP forwarder, and configuration/certs. | |
disable-interpolate-service-bindings.yml |
Disables the interpolation of CredHub service credentials by Cloud Controller. | |
enable-bpm-garden.yml |
Enables the BOSH Process Manager for Garden. | This ops file cannot be deployed in conjunction with enable-oci-phase-1.yml . |
enable-iptables-logger.yml |
Enables iptables logger. | |
enable-mysql-tls.yml |
DEPRECATED because PXC is now the default database in cf-deployment Enables TLS on the database job, and secures all client database connections. | |
enable-nfs-volume-service-credhub.yml |
Enables credhub integration for NFS volume services | Requires enable-nfs-volume-service.yml |
enable-oci-phase-1.yml |
Configure CC, Diego, and Garden to create app and task containers more efficiently via OCI image specs. | This ops file cannot be deployed in conjunction with enable-bpm-garden.yml or rootless-containers.yml . |
enable-routing-integrity-windows1803.yml |
Enables container proxy on the Windows 1803 Diego Cell rep and configures gorouter to opt into TLS-enabled connections to the backend. |
Warning: this is very experimental Requires ../windows1803-cell.yml |
enable-routing-integrity-windows2016.yml |
Enables container proxy on the Windows 2016 Diego Cell rep and configures gorouter to opt into TLS-enabled connections to the backend. |
Warning: this is very experimental Requires ../windows2016-cell.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. |
enable-suspect-actual-lrp-generation.yml |
Configures BBS to create ActualLRPs in a new "Suspect" state. You can find more in-depth information here | |
enable-tls-cloud-controller-postgres.yml |
Enables the usage of TLS to secure the connection between Cloud Controller and its Postgres database | Requires capi-release >= 1.41.0 and use-postgres.yml |
enable-traffic-to-internal-networks.yml |
Allows traffic from app containers to internal networks. Required to allow applications to communicate with the running CredHub in non-assisted mode. | |
fast-deploy-with-downtime-and-danger.yml |
Risky, but fast. Disable canaries, increase the max number of vms bosh will update simultaneously, and remove serial: true from most instance groups to enable faster, but probably downtimeful, deploys. |
|
infrastructure-metrics.yml |
Add the Prometheus node exporter and Loggregator Prom Scraper to addons. This puts infrastructure metrics into Loggregator's metric stream. | |
migrate-nfsbroker-mysql-to-credhub.yml |
Migrates existing NFS volume services state storage from MySQL to Credhub | Requires enable-nfs-volume-service-credhub.yml |
perm-service-with-pxc-release.yml |
"DEPRECATED because the perm-service is incompatible with PXC." | |
perm-service-with-tcp-routing.yml |
"DEPRECATED because the perm-service is incompatible with PXC." | |
perm-service.yml |
"DEPRECATED because the perm-service is incompatible with PXC." | |
rootless-containers.yml |
Enable rootless garden-runc containers. | Requires garden-runc 1.9.5 or later and grootfs 0.27.0 or later. This ops file cannot be deployed in conjunction with enable-oci-phase-1.yml . |
set-cpu-weight.yml |
CPU shares for each garden container are proportional to its memory limits. | |
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 |
use-create-swap-delete-vm-strategy.yml |
Configures the default vm_strategy to be create-swap-delete . |
Requires BOSH director v267.7+ |
use-logcache-for-cloud-controller-app-stats.yml |
DEPRECATED because the Cloud Controller now uses logcache for app stats by default Configure Cloud Controller to use Log Cache instead of Traffic Controller for app container metrics. | |
use-native-garden-runc-runner.yml |
Configure Garden to not create containers via containerd, using the native runner instead. | |
windows-component-syslog-ca.yml |
Forces windows component syslog to respect only the provided CA for cert validation. | Requires windows-enable-component-syslog.yml . Can also be applied to runtime config, in the manner of the component-syslog-custom-ca.yml addon. The operations in this file are intended to be merged into that one when they graduate from experimental status. This ops file gets all its variables from the same place as that one, though not all are used. |
windows-enable-component-syslog.yml |
Collocates a job from windows-syslog-release on all windows-based instances to forward job logs in syslog format. | Compatible with both windows2016 and windows2012R2 instances, even at the same time. Can also be applied to runtime config, in the manner of the enable-component-syslog.yml addon. The operations in this file are intended to be merged into that one when they graduate from experimental status. This ops file gets all its variables from the same place as that one, though not all are used. |