Skip to content
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

Merged

Conversation

ten4o
Copy link
Contributor

@ten4o ten4o commented Jul 20, 2023

Add blobstore client for Azure aka azure-storage-cli binary to the stemcells.

Related PRs

@ten4o ten4o changed the title Add azure-storage-cli to jammy stemcell Add azure-storage-cli to the stemcells Jul 20, 2023
Copy link

@Malsourie Malsourie left a 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|

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.

Copy link
Contributor Author

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)

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@Malsourie
Copy link

Please also adapt the filename of three assets files .sha256sum, .url and .version to bosh-blobstore-azure-storage

@rkoster rkoster requested review from a team, bgandon, danielfor and nouseforaname and removed request for a team and bgandon July 20, 2023 14:14
@rkoster
Copy link
Contributor

rkoster commented Jul 20, 2023

This PR should be coordinated with the agent changes.

@ramonskie
Copy link
Contributor

@mvach
Copy link

mvach commented Jul 26, 2023

lgtm

@@ -0,0 +1 @@
0.0.7
Copy link

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

Copy link
Contributor

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

@rkoster rkoster requested a review from ramonskie August 3, 2023 15:08
Copy link
Contributor

@ramonskie ramonskie left a comment

Choose a reason for hiding this comment

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

lgtm

@rkoster rkoster merged commit b2cfee5 into cloudfoundry:ubuntu-jammy/master Aug 3, 2023
@rkoster
Copy link
Contributor

rkoster commented Aug 3, 2023

Thanks! @ten4o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

5 participants