Skip to content

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

License

Notifications You must be signed in to change notification settings

crhntr/hello-release

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks