-
Notifications
You must be signed in to change notification settings - Fork 106
Storage CLI Client #595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kathap
merged 12 commits into
cloudfoundry:develop
from
sap-contributions:feature/storage-cli
Jan 7, 2026
Merged
Storage CLI Client #595
kathap
merged 12 commits into
cloudfoundry:develop
from
sap-contributions:feature/storage-cli
Jan 7, 2026
Conversation
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
- templates updated to be compatible with storage-cli. - All providers supported by storage-cli added into templates - package for storage-cli created - blob storage-cli dev version added to be tested
- Since these json's also consumed by storage-cli and this custom field not exist at storage-cli config struct. Even though go lang did not complain about extra fields, we should not add.
5 tasks
3 tasks
- storage-cli/storage-cli-0.0.1-linux-amd64 uploaded into capi-release-blobs bucket
kathap
reviewed
Dec 22, 2025
jobs/cc_deployment_updater/templates/storage_cli_config_buildpacks.json.erb
Outdated
Show resolved
Hide resolved
kathap
reviewed
Dec 22, 2025
jobs/cc_deployment_updater/templates/storage_cli_config_buildpacks.json.erb
Outdated
Show resolved
Hide resolved
kathap
reviewed
Dec 22, 2025
jobs/cc_deployment_updater/templates/storage_cli_config_buildpacks.json.erb
Show resolved
Hide resolved
kathap
reviewed
Dec 22, 2025
jobs/cc_deployment_updater/templates/storage_cli_config_droplets.json.erb
Outdated
Show resolved
Hide resolved
kathap
reviewed
Dec 22, 2025
kathap
reviewed
Dec 23, 2025
kathap
reviewed
Dec 23, 2025
kathap
reviewed
Dec 23, 2025
kathap
reviewed
Dec 23, 2025
kathap
reviewed
Dec 23, 2025
jochenehret
requested changes
Dec 30, 2025
Contributor
jochenehret
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, no regressions found. Just some docu updates are missing.
jochenehret
previously approved these changes
Jan 2, 2026
kathap
previously approved these changes
Jan 7, 2026
kathap
approved these changes
Jan 7, 2026
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.
Context
This PR prepares the codebase for replacing the Fog library. Azure support through Fog will be removed in the future, so we need to start migrating away from it step by step.
Solution
A Go-based storage-cli client is being developed in this repository: https://github.com/cloudfoundry/storage-cli/
The project is still under development, and missing features are being added gradually. This client needs config json to run. With this PR we added .erb files to generate config files during deployment.
Links to any other associated PRs
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