Sha256: 96255f639eff5ba219d9e1150e78819c63405ed31218f9cfc505f42a15ddd711

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

## GCP Cloud

### Usage

Set path to your service account credentials:
```
export GOOGLE_CREDENTIALS=*~/credentials/service-account.json*
```

Apply terraform code
```
pushd terraform && terraform init && terraform apply && popd
```

Render bosh deployment
```
kite render manifest bosh --cloud=gcp
```

Setup tunnel
```
. bin/setup-tunnel.sh
```

Install BOSH
```
./bin/bosh-install.sh
```

Connect to the Director
```
. bin/set-env.sh

```

Render concourse deployment
```
kite render manifest concourse --cloud=gcp
```

Install concourse
```
bosh -e bosh-1 update-cloud-config  deployments/concourse/cloud-config.yml

bosh -e bosh-1 upload-stemcell \
  https://bosh.io/d/stemcells/bosh-google-kvm-ubuntu-trusty-go_agent?v=3445.7

bosh -e bosh-1 upload-release \
  https://github.com/concourse/concourse/releases/download/v3.4.1/concourse-3.4.1.tgz

bosh -e bosh-1 upload-release \
  https://github.com/concourse/concourse/releases/download/v3.4.1/garden-runc-1.6.0.tgz

bosh -e bosh-1 -d concourse deploy deployments/concourse/concourse.yml
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kite-0.0.8 tpl/gcp/README.md