Skip to content

Commit

Permalink
Merge pull request #36 from cloudfoundry/fix-localblobstore-with-new-…
Browse files Browse the repository at this point in the history
…cpis

Update manifest to use blobstores key in env hash
  • Loading branch information
jpalermo committed May 3, 2023
2 parents 19b20ef + e94f7aa commit 4d82f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jumpbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ resource_pools:
network: private
env:
bosh:
blobstores:
- provider: local
options:
blobstore_path: /var/vcap/micro_bosh/data/cache
password: "*"
mbus:
cert: ((mbus_bootstrap_ssl))
Expand Down Expand Up @@ -53,7 +57,6 @@ cloud_provider:
cert: ((mbus_bootstrap_ssl))
properties:
agent: {mbus: "https://mbus:((mbus_bootstrap_password))@0.0.0.0:6868"}
blobstore: {provider: local, path: /var/vcap/micro_bosh/data/cache}
ntp:
- time1.google.com
- time2.google.com
Expand Down

0 comments on commit 4d82f97

Please sign in to comment.