vito / cloudformer

just one more layer of abstraction should do!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage

bootstrapping a microbosh and using it to deploy drone:

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 <microbosh>
  bosh deployment deployment.yml
  # ...
popd

About

just one more layer of abstraction should do!


Languages

Language:Go 100.0%