Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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