Skip to content
Open
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
1 change: 0 additions & 1 deletion operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the
| [`use-absolute-cpu-entitlement-persistent-isolation-segment.yml`](use-absolute-cpu-entitlement-persistent-isolation-segment.yml) | Switches Diego to emit deprecated absolute CPU entitlement metrics within an Isolation Segment. | | **NO** |
| [`use-absolute-cpu-entitlement-windows2019.yml`](use-absolute-cpu-entitlement-windows2019.yml) | Switches Diego to emit deprecated absolute CPU entitlement metrics on Windows. | | **NO** |
| [`use-absolute-cpu-entitlement.yml`](use-absolute-cpu-entitlement.yml) | Switches Diego to emit deprecated absolute CPU entitlement metrics. | | **NO** |
| [`use-blobstore-cdn.yml`](use-blobstore-cdn.yml) | Adds support for accessing the `droplets` and `resource_pool` blobstore buckets via signed urls over a cdn. | This assumes that you are using the same keypair for both buckets. Introduces [new variables](example-vars-files/vars-use-blobstore-cdn.yml) | **NO** |
| [`use-compiled-releases.yml`](use-compiled-releases.yml) | Instead of having your BOSH Director compile each release, use this ops-file to use pre-compiled releases for a deployment speed improvement. | These releases are compiled against a specific stemcell version that is listed in the opsfile. Note that no Windows releases are currently compiled. | **YES** |
| [`use-external-blobstore.yml`](use-external-blobstore.yml) | Removes the singleton-blobstore instance group, and adds `directory_key` properties for the "storage-cli" configuration. **Warning**: this does not migrate data, and will delete any existing singleton-blobstore groups. | This requires an external data store. Introduces [new variables](example-vars-files/vars-use-external-blobstore.yml) for blobstore connection details which will need to be provided at deploy time. | **YES** |
| [`use-external-dbs.yml`](use-external-dbs.yml) | Removes the `database` instance group, `pxc` release, and all MySQL variables. **Warning**: this does not migrate data, and will delete existing database instance groups. | This requires an external data store. Introduces [new variables](example-vars-files/vars-use-external-dbs.yml) for DB connection details which will need to be provided at deploy time. This must be applied _before_ any ops files that removes jobs that use a database, such as the ops file to remove the routing API. | **YES** |
Expand Down
4 changes: 0 additions & 4 deletions operations/example-vars-files/vars-use-blobstore-cdn.yml

This file was deleted.

60 changes: 0 additions & 60 deletions operations/use-blobstore-cdn.yml

This file was deleted.

3 changes: 0 additions & 3 deletions units/tests/standard_test/operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ use-azure-storage-blobstore.yml:
- use-azure-storage-blobstore.yml
varsfiles:
- example-vars-files/vars-use-azure-storage-blobstore.yml
use-blobstore-cdn.yml:
varsfiles:
- example-vars-files/vars-use-blobstore-cdn.yml
use-compiled-releases.yml:
ops:
- use-compiled-releases.yml
Expand Down