Skip to content

vito/cloudformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages