Sha256: 827325c6848c37e34fa075138cb7cdb2d08eb3901bc72a3c37a751fdfeae7782

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 Bytes

Contents

#!/usr/bin/env bash

set -xe

bosh create-env deployments/bosh/bosh.yml \
  --state=config/state.json \
  --vars-store=config/creds.yml \
  --vars-file=config/bosh-vars.yml \
  --var-file gcp_credentials_json=<%= @values['gcp']['service_account'] %> \
  -v tags='[platform-internal, no-ip]' \
  -o deployments/bosh/cpi.yml \
  -o deployments/bosh/jumpbox-user.yml

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kite-0.1.0 tpl/gcp/bin/bosh-install.sh.tt
kite-0.0.9 tpl/gcp/bin/bosh-install.sh.tt