Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
azure-storage-cli/azure-storage-cli-linux-amd64:
size: 7143608
object_id: ceb2994f-cbe8-4695-413c-33785a0b6322
sha: sha256:246944046f7e2f919965466055e957c30aeecf13012059c624d12ab04f48f822
expat/expat-2.5.0.tar.bz2:
size: 569205
object_id: 970ccd16-75ac-4c55-5280-c00c4aa8f6cc
Expand Down
1 change: 1 addition & 0 deletions jobs/cloud_controller_clock/spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ templates:
credhub_ca.crt.erb: config/certs/credhub_ca.crt

packages:
- azure-storage-cli
- capi_utils
- cloud_controller_ng
- nginx
Expand Down
1 change: 1 addition & 0 deletions jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ templates:
cloud_controller_local_worker_override.yml.erb: config/cloud_controller_local_worker_override.yml

packages:
- azure-storage-cli
- capi_utils
- cloud_controller_ng
- nginx
Expand Down
1 change: 1 addition & 0 deletions jobs/cloud_controller_worker/spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ templates:
scrape_ca.crt.erb: config/certs/scrape_ca.crt

packages:
- azure-storage-cli
- capi_utils
- cloud_controller_ng
- nginx
Expand Down
9 changes: 9 additions & 0 deletions packages/azure-storage-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
azure-storage-cli-package
============
bosh-azure-storage-cli, a command line interface for Azure Storage, is used for BOSH deployments instead of outdated fog-azure tools.

The file can be downloaded from the following location:

| Filename | Download URL |
|----------------------------------|-----------------------------------------------------------------------------------------------------------------|
| 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) |
5 changes: 5 additions & 0 deletions packages/azure-storage-cli/packaging
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set -e

mkdir -p ${BOSH_INSTALL_TARGET}/bin
mv azure-storage-cli/azure-storage-cli-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/azure-storage-cli
chmod +x ${BOSH_INSTALL_TARGET}/bin/azure-storage-cli
4 changes: 4 additions & 0 deletions packages/azure-storage-cli/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: azure-storage-cli
files:
- azure-storage-cli/azure-storage-cli-linux-amd64