I hereby claim:
- I am ships on github.
- I am eveships (https://keybase.io/eveships) on keybase.
- I have a public key ASBw-6B_GSrvqMErpRfY5zBOphZhDhTsuReiauAYFc07kgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| set -eux | |
| $GOBOSH create-env ~/workspace/bosh-deployment/bosh.yml \ | |
| --state ./state.json \ | |
| -o ~/workspace/bosh-deployment/virtualbox/cpi.yml \ | |
| -o ~/workspace/bosh-deployment/virtualbox/outbound-network.yml \ | |
| -o ~/workspace/bosh-deployment/bosh-lite.yml \ | |
| -o ~/workspace/bosh-deployment/bosh-lite-runc.yml \ |
| --- | |
| name: empty | |
| releases: [] | |
| stemcells: | |
| - alias: ubuntu-local | |
| name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent | |
| version: latest |
| goals: | |
| - timeline/strategy for refactor (what can we replace first) | |
| - destination abstractions | |
| - what can we reuse that's already in place? | |
| update deployment flow: | |
| 1. load manifest as hash | |
| 2. fetch (cloud config and) runtime config | |
| 3. acquire lock |