Skip to content

Commit 07f5aef

Browse files
kathapjohha
andcommitted
Add bosh-azure-storage-cli binary
Co-Authored-By: johha <[email protected]>
1 parent 52c9d06 commit 07f5aef

File tree

7 files changed

+25
-0
lines changed

7 files changed

+25
-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
@@ -31,6 +31,7 @@ templates:
3131
credhub_ca.crt.erb: config/certs/credhub_ca.crt
3232

3333
packages:
34+
- azure-storage-cli
3435
- capi_utils
3536
- cloud_controller_ng
3637
- nginx

jobs/cloud_controller_ng/spec

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

7272
packages:
73+
- azure-storage-cli
7374
- capi_utils
7475
- cloud_controller_ng
7576
- nginx

jobs/cloud_controller_worker/spec

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

4343
packages:
44+
- azure-storage-cli
4445
- capi_utils
4546
- cloud_controller_ng
4647
- nginx
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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) |
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)