Remove CDN blobstore support - #1365
Open
johha wants to merge 1 commit into
Open
Conversation
CDN support is no longer functional: CAPI removed fog with v1.241.0, and the replacement storage-cli does not support CDN. Remove the use-blobstore-cdn.yml ops-file and its vars-file.
jochenehret
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please take a moment to review the questions before submitting the PR
🚫 We only accept PRs to develop branch. If this is an exception, please specify why 🚫
WHAT is this change about?
Removes the
use-blobstore-cdn.ymlops-file and its accompanying vars-filevars-use-blobstore-cdn.yml, along with the README entry for CDN blobstore support.What customer problem is being addressed? Use customer persona to define the problem e.g. Alana is unable to...
Cody (operator) would be confused by an ops-file that configures CDN blobstore support which no longer works. CAPI/Cloud Controller removed the
foglibrary and the replacementstorage-clidoes not support CDN — so the ops-file is broken and should be removed to avoid misleading operators.Please provide any contextual information.
CDN support was previously implemented via the
foglibrary in Cloud Controller. With the removal offogand the migration tostorage-cli(which does not support CDN), thecc.droplets.cdnandcc.resource_pool.cdnproperties have been removed from CAPI starting with capi-release 1.241.0.Has a cf-deployment including this change passed cf-acceptance-tests?
Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.
./operations/Operators using
use-blobstore-cdn.ymlmust remove it from their deployment pipeline. However, since the underlying CDN functionality no longer exists in CAPI 1.241.0+, the ops-file would fail at deploy time regardless.How should this change be described in cf-deployment release notes?
Removed
use-blobstore-cdn.ymlops-file. CDN blobstore support has been dropped in capi-release 1.241.0 asstorage-clidoes not support CDN.Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?
Does this PR make a change to an experimental or GA'd feature/component?
Please provide Acceptance Criteria for this change?
bosh deploy cf-deployment.ymlsucceeds withoutuse-blobstore-cdn.yml.What is the level of urgency for publishing this change?
Tag your pair, your PM, and/or team!