Sha256: 49ebed07e4248ed868690aa78a47aac4ea23c86b55dcb7a2d070aea23af9f0f1

Contents?: true

Size: 590 Bytes

Versions: 1

Compression:

Stored size: 590 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=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)

bosh -e <%= @values['bosh']['name'] %> ucc deployments/bosh/cloud_config.yml

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kite-0.0.8 tpl/gcp/bosh-install.sh.erb