An open API service indexing awesome lists of open source software.

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!

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
```