-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add azure-storage-cli to the stemcells #295
Add azure-storage-cli to the stemcells #295
Conversation
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.
For integrating azure-storage-cli
into stemcell-builder, LGTM.
In the future, the three assets files .sha256sum
, .url
and .version
should be maintained by bosh-stemcells-ci.
@@ -2,7 +2,7 @@ | |||
|
|||
describe 'Stemcell with Go Agent', stemcell_image: true do | |||
describe 'installed by bosh_go_agent' do | |||
%w(bosh-agent bosh-agent-rc bosh-blobstore-dav bosh-blobstore-gcs bosh-blobstore-s3).each do |binary| | |||
%w(bosh-agent bosh-agent-rc bosh-blobstore-dav bosh-blobstore-gcs bosh-blobstore-s3 bosh-blobstore-az).each do |binary| |
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.
Please adjust the package name to bosh-blobstore-azure-storage
corresponding to the definition in azure-storage-cli repo.
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.
Done.
@@ -11,7 +11,7 @@ persist_value downloaded_cli_dir | |||
rm -rf "${downloaded_cli_dir}" | |||
mkdir -p "${downloaded_cli_dir}" | |||
|
|||
blobstore_clis=(bosh-blobstore-dav bosh-blobstore-gcs bosh-blobstore-s3) | |||
blobstore_clis=(bosh-blobstore-dav bosh-blobstore-gcs bosh-blobstore-s3 bosh-blobstore-az) |
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.
Please adjust the package name to bosh-blobstore-azure-storage
corresponding to the definition in azure-storage-cli repo.
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.
Done.
Please also adapt the filename of three assets files |
This PR should be coordinated with the agent changes. |
and it should also coordinated with the changes to the stemcell ci builder |
lgtm |
@@ -0,0 +1 @@ | |||
0.0.7 |
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.
Just noticed That there is a 0.0.8 already
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.
this should auto update later on when the cloudfoundry/bosh-stemcells-ci#14 pr is merged
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.
lgtm
Thanks! @ten4o |
Add azure-storage-cli to the stemcells
Add blobstore client for Azure aka azure-storage-cli binary to the stemcells.
Related PRs