Use storage-cli in ops file for gcs blobstore#1316
Open
kathap wants to merge 1 commit intocloudfoundry:developfrom
Open
Use storage-cli in ops file for gcs blobstore#1316kathap wants to merge 1 commit intocloudfoundry:developfrom
kathap wants to merge 1 commit intocloudfoundry:developfrom
Conversation
Add bucket name and remove now obsolete project and account email.
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.
Add bucket name and remove now obsolete project and account email.
WHAT is this change about?
Change the use-gcs-blobstore-service-account.yml ops file and vars-use-gcs-blobstore-service-account.yml vars file to use the "storage-cli" implementation 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 new cloud controller "storage-cli" implementation for blobstore access instead of the deprecated "fog" implementation.
Please provide any contextual information.
RFC-0043 Cloud Controller Blobstore Type: storage-cli
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.
How should this change be described in cf-deployment release notes?
The use-gcs-blobstore-service-account.yml ops file and vars-use-gcs-blobstore-service-account.yml vars 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?
Does this PR make a change to an experimental or GA'd feature/component?
Please provide Acceptance Criteria for this change?
In capi-ci elsa is running on gcs, already since some time with storage-cli.
What is the level of urgency for publishing this change?