Skip to content

gu-bin/dummy-boshrelease

 
 

Repository files navigation

dummy-boshrelease

A very simple BOSH release.

It has several job templates:

  1. dummy has no packages and only 1 job that monitors pid 1.

  2. dummy_with_package also has 1 job but depends on 1 package.

  3. dummy_with_properties has no packages and only 1 job that monitors 1 pid, however it has a property that can be altered to allow you to iterate rapidly on bosh deploys.

  4. dummy_fail_eventually has no packages and only 1 job that monitors a process that exits after 5 seconds.

  5. dummy_fail_immediate has no packages and only 1 job that does not record a PID and exits immediately.

Use dummy-boshrelease to create a deployment manifest more easily, especially handy if it's your first time creating a deployment manifest.

Its simplicity also makes it a good way to learn the shape of a BOSH release.

TIP: Use it with bosh-lite to make setting up your first BOSH deployment even easier!

About

A very simple BOSH release.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.3%
  • Ruby 39.7%