Skip to content

Commit

Permalink
Update manifest to use blobstores key in env hash
Browse files Browse the repository at this point in the history
The CPIs no longer accept blobstore properties.

This will resolve: "connect: connection refused" errors when trying to create-env

Signed-off-by: Joseph Palermo <jpalermo@pivotal.io>
  • Loading branch information
cunnie authored and jpalermo committed May 2, 2023
1 parent 19b20ef commit e94f7aa
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 e94f7aa

Please sign in to comment.