tpl/gcp/bin/bosh-install.sh.tt in kite-0.1.0 vs tpl/gcp/bin/bosh-install.sh.tt in kite-0.2.0
- old
+ new
@@ -14,5 +14,9 @@
bosh alias-env <%= @values['bosh']['name'] %> -e <%= @values['bosh']['static_ip'] %> --ca-cert \
<(bosh int ./config/creds.yml --path /director_ssl/ca)
echo "Please run"
echo bosh -e <%= @values['bosh']['name'] %> ucc deployments/bosh/cloud-config.yml
+
+# Get jumpbox user key
+bosh int config/creds.yml --path /jumpbox_ssh/private_key > config/jumpbox.key
+chmod 600 config/jumpbox.key