Skip to content

Commit 82d11d0

Browse files
committed
Add bosh-azure-storage-cli binary
1 parent 0a468c0 commit 82d11d0

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

config/blobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
azure-storage-cli/azure-storage-cli-linux-amd64:
2+
size: 7143608
3+
object_id: ceb2994f-cbe8-4695-413c-33785a0b6322
4+
sha: sha256:246944046f7e2f919965466055e957c30aeecf13012059c624d12ab04f48f822
15
expat/expat-2.5.0.tar.bz2:
26
size: 569205
37
object_id: 970ccd16-75ac-4c55-5280-c00c4aa8f6cc

jobs/cloud_controller_clock/spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ templates:
2727
credhub_ca.crt.erb: config/certs/credhub_ca.crt
2828

2929
packages:
30+
- azure-storage-cli
3031
- capi_utils
3132
- cloud_controller_ng
3233
- nginx

jobs/cloud_controller_ng/spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ templates:
6666
cloud_controller_local_worker_override.yml.erb: config/cloud_controller_local_worker_override.yml
6767

6868
packages:
69+
- azure-storage-cli
6970
- capi_utils
7071
- cloud_controller_ng
7172
- nginx

jobs/cloud_controller_worker/spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ templates:
3737
scrape_ca.crt.erb: config/certs/scrape_ca.crt
3838

3939
packages:
40+
- azure-storage-cli
4041
- capi_utils
4142
- cloud_controller_ng
4243
- nginx
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

packages/azure-storage-cli/spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: azure-storage-cli
3+
files:
4+
- azure-storage-cli/azure-storage-cli-linux-amd64

0 commit comments

Comments
 (0)