https://github.com/vito/cloudformer
just one more layer of abstraction should do!
https://github.com/vito/cloudformer
Last synced: over 1 year ago
JSON representation
just one more layer of abstraction should do!
- Host: GitHub
- URL: https://github.com/vito/cloudformer
- Owner: vito
- Created: 2014-03-12T05:51:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T15:03:21.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T16:32:38.300Z (over 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usage
bootstrapping a microbosh and using it to deploy drone:
```bash
pushd micro/
spiff merge infrastructure-template.yml | cloudformer -o infrastructure.yml
spiff merge deployment-template.yml infrastructure.yml > deployment.yml
bosh micro deployment deployment.yml
bosh micro deploy
popd
pushd drone/
spiff merge infrastructure-template.yml | cloudformer -o infrastructure.yml
spiff merge deployment-template.yml infrastructure.yml > deployment.yml
bosh target
bosh deployment deployment.yml
# ...
popd
```