File tree Expand file tree Collapse file tree 7 files changed +25
-0
lines changed
packages/azure-storage-cli Expand file tree Collapse file tree 7 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ azure-storage-cli/azure-storage-cli-linux-amd64 :
2+ size : 7143608
3+ object_id : ceb2994f-cbe8-4695-413c-33785a0b6322
4+ sha : sha256:246944046f7e2f919965466055e957c30aeecf13012059c624d12ab04f48f822
15expat/expat-2.5.0.tar.bz2 :
26 size : 569205
37 object_id : 970ccd16-75ac-4c55-5280-c00c4aa8f6cc
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ templates:
3131 credhub_ca.crt.erb: config/certs/credhub_ca.crt
3232
3333packages:
34+ - azure-storage-cli
3435 - capi_utils
3536 - cloud_controller_ng
3637 - nginx
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ templates:
7070 cloud_controller_local_worker_override.yml.erb: config/cloud_controller_local_worker_override.yml
7171
7272packages:
73+ - azure-storage-cli
7374 - capi_utils
7475 - cloud_controller_ng
7576 - nginx
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ templates:
4141 scrape_ca.crt.erb: config/certs/scrape_ca.crt
4242
4343packages:
44+ - azure-storage-cli
4445 - capi_utils
4546 - cloud_controller_ng
4647 - nginx
Original file line number Diff line number Diff line change 1+ azure-storage-cli-package
2+ ============
3+ bosh-azure-storage-cli, a command line interface for Azure Storage, is used for BOSH deployments instead of outdated fog-azure tools.
4+
5+ The file can be downloaded from the following location:
6+
7+ | Filename | Download URL |
8+ | ----------------------------------| -----------------------------------------------------------------------------------------------------------------|
9+ | bosh-azure-storage-cli-0.0.186.tar.gz | [ https://github.com/cloudfoundry/bosh-azure-storage-cli ] ( https://github.com/cloudfoundry/bosh-azure-storage-cli/archive/refs/tags/v0.0.186.tar.gz ) |
Original file line number Diff line number Diff line change 1+ set -e
2+
3+ mkdir -p ${BOSH_INSTALL_TARGET}/bin
4+ mv azure-storage-cli/azure-storage-cli-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/azure-storage-cli
5+ chmod +x ${BOSH_INSTALL_TARGET}/bin/azure-storage-cli
Original file line number Diff line number Diff line change 1+ ---
2+ name: azure-storage-cli
3+ files:
4+ - azure-storage-cli/azure-storage-cli-linux-amd64
You can’t perform that action at this time.
0 commit comments