Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/hello-release
A simple BOSH release to deploy a "hello world" server (it also includes examples for a BOSH manifest and a Tanzu Ops Manager product tile).
https://github.com/crhntr/hello-release
bosh bosh-release cloud-foundry cloudfoundry example go
Last synced: 7 days ago
JSON representation
A simple BOSH release to deploy a "hello world" server (it also includes examples for a BOSH manifest and a Tanzu Ops Manager product tile).
- Host: GitHub
- URL: https://github.com/crhntr/hello-release
- Owner: crhntr
- License: mit
- Created: 2021-03-23T18:43:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:11:52.000Z (about 2 months ago)
- Last Synced: 2024-09-18T02:37:42.528Z (about 2 months ago)
- Topics: bosh, bosh-release, cloud-foundry, cloudfoundry, example, go
- Language: YAML
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello
This is a simple bosh release.
See examples/deployment for an example deployment manifest.
## Examples
### BOSH Manifest
See: ./examples/deployment/manifest.yml
- Configure BOSH (for example with `eval "$(bbl print-env)`
- Upload a release `bosh upload-release`
- Upload a stemcell `bosh upload-stemcell "${RECENT_STEMCELL_URL}"`
- Deploy `bosh deploy ./manifests/example.yml`### Tile
See: https://github.com/crhntr/hello-tile
- Create a release tarball and copy it to `../hello-tile/releases`
- (optional) Change the stemcell version in the Kilnfile.lock.
- Use `kiln bake` to create it.
- Upload to Ops Manger
- Configure the network stuff
- Hit apply changes... take a walk