Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voelzmo/lifecycle-demo-release
https://github.com/voelzmo/lifecycle-demo-release
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voelzmo/lifecycle-demo-release
- Owner: voelzmo
- License: apache-2.0
- Created: 2016-09-07T09:05:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T08:47:10.000Z (over 8 years ago)
- Last Synced: 2024-11-08T23:12:40.971Z (about 2 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Demonstrating the BOSH lifecycle for releases
See [bosh.io documentation](http://bosh.io/docs/job-lifecycle.html) for additional details.Containing examples for the following scripts:
* drain
* pre-start
* post-start
* post-deploy## How to use
* Build your own release with `bosh create release`
* Upload the release to your BOSH Director with `bosh upload release`
* Start with the [manifest example](#manifest/lifecycle-demo.yml) or build your own
* `bosh deploy`