Skip to content

Use "storage-cli" implementation in use-s3-blobstore ops file#1319

Merged
jochenehret merged 2 commits intodevelopfrom
use_storage_cli_on_s3
Apr 1, 2026
Merged

Use "storage-cli" implementation in use-s3-blobstore ops file#1319
jochenehret merged 2 commits intodevelopfrom
use_storage_cli_on_s3

Conversation

@jochenehret
Copy link
Copy Markdown
Contributor

WHAT is this change about?

Use the new "storage-cli" implementation for S3 blobstores instead of the deprecated "fog" library.

What customer problem is being addressed? Use customer persona to define the problem e.g. Alana is unable to...

Alana wants to use the latest blobstore implementation for external blobstores.

Please provide any contextual information.

https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0043-cc-blobstore-storage-cli.md

Has a cf-deployment including this change passed cf-acceptance-tests?

  • YES
  • NO

The new configuration will be validated in the "experimental"/"hermione" AWS test environment.

Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.

  • YES - please choose the category from below. Feel free to provide additional details.
  • NO

How should this change be described in cf-deployment release notes?

The use-s3-blobstore.yml ops file now uses the new "storage-cli" implementation instead of the deprecated "fog" implementation.

Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?

  • YES - please specify
  • NO

Does this PR make a change to an experimental or GA'd feature/component?

  • experimental feature/component
  • GA'd feature/component

Please provide Acceptance Criteria for this change?

The jobs "experimental-deploy" and "experimental-cats" are green.

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

@jochenehret jochenehret force-pushed the use_storage_cli_on_s3 branch from 0c5c75d to f92ff0d Compare March 2, 2026 15:28
@jochenehret
Copy link
Copy Markdown
Contributor Author

jochenehret commented Mar 3, 2026

Don't merge yet, we first want to validate the Storage CLI implementation on a bigger CF foundation.

Update: We've validated Storage CLI on a big AWS CF foundation, PR is ready for review now.

@jochenehret jochenehret requested review from a team March 31, 2026 06:26
Copy link
Copy Markdown

@oliver-heinrich oliver-heinrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @hamideh-amini-khezrabad can you also review and approve?

Comment thread operations/use-s3-blobstore.yml Outdated
value: storage-cli
- type: replace
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/buildpacks/blobstore_provider?
value: AWS
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWS is the old fog provider name. It still works for compatibility reasons but we wanted to consolidate on the storagecli provider names which is 's3'.

See also cloudfoundry/cloud_controller_ng#4908

@jochenehret jochenehret merged commit c6fbe1b into develop Apr 1, 2026
3 checks passed
@jochenehret jochenehret deleted the use_storage_cli_on_s3 branch April 1, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants