Remove fog provider support - #671
Open
kathap wants to merge 9 commits into
Open
Conversation
5 tasks
kathap
marked this pull request as draft
July 17, 2026 07:58
kathap
marked this pull request as ready for review
July 17, 2026 08:37
72 tasks
stephanme
requested changes
Jul 29, 2026
- Drop 'fog' from valid values and remove default for all blobstore_type properties across cloud_controller_ng, cloud_controller_clock, and cloud_controller_worker specs; operators must now explicitly configure blobstore_type (breaking change) - Remove local_blobstore_downloads.conf.erb template and its nginx includes - Remove dead fog+NFS logic from setup_local_blobstore.sh.erb and blobstore_waiter.sh.erb - Fix duplicate default on cc.db_logging_level in cloud_controller_worker spec - Bump cloud_controller_ng submodule to include fog removal changes
stephanme
reviewed
Jul 29, 2026
| description: "Storage options passed to fog for aws blobstores. Valid keys: ['encryption']." | ||
| cc.packages.fog_gcp_storage_options: | ||
| description: "Storage options passed to fog for gcp blobstores" | ||
| description: "The type of blobstore backing to use. Valid values: ['webdav', 'storage-cli']" |
Member
There was a problem hiding this comment.
default: "storage-cli"
is missing now.
Might not strictly be necessary because deployment manifests usually set the value explicitly but we had a default value before
jochenehret
approved these changes
Jul 29, 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.
Needs cloudfoundry/cloud_controller_ng#5288 to be in first.
Remove all fog references from job templates, specs and bpm config.
Complete fog removal follow-up for capi-release. All fog gems have been removed from cloud_controller_ng; this PR removes the remaining fog references from BOSH job templates and specs.
A short explanation of the proposed change:
Removes all remaining fog blobstore references from BOSH job templates, specs, and shared scripts following the fog gem removal from cloud_controller_ng.
An explanation of the use cases your change solves:
Fog blobstore support has been fully dropped. This PR ensures the BOSH release is consistent with that — no more fog properties, fog-specific nginx config, or fog+NFS setup logic. Deployments must now explicitly configure blobstore_type (storage-cli or webdav), which all cf-deployment-based environments already do.
Changes:
cc_deployment_updater, blobstore_benchmark)
Breaking change: blobstore_type no longer has a default value (previously defaulted to "fog", which is now removed). Operators must explicitly set blobstore_type to either storage-cli or webdav in their deployment manifests. All cf-deployment-based deployments are unaffected as they already set this explicitly.
Links to any other associated PRs
Remove fog-aws and fog-core, complete fog removal cloud_controller_ng#5288
I have viewed signed and have submitted the Contributor License Agreement
I have made this pull request to the
developbranchI have run CF Acceptance Tests on bosh lite