https://github.com/toabctl/bosh-hello-world-release
A hello-world release for BOSH
https://github.com/toabctl/bosh-hello-world-release
Last synced: about 1 year ago
JSON representation
A hello-world release for BOSH
- Host: GitHub
- URL: https://github.com/toabctl/bosh-hello-world-release
- Owner: toabctl
- License: apache-2.0
- Created: 2021-12-14T10:49:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T07:28:26.000Z (over 2 years ago)
- Last Synced: 2025-01-21T18:12:46.159Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy the BOSH release
This is a hello world BOSH stemcell deloyment. Only used for testing!
Try this:
```
bosh create-release --force
bosh upload-release
bosh upload-stemcell https://the-ubuntu-bionic-stemcell.tgz # eg. https://storage.googleapis.com/bosh-core-stemcells/1.41/bosh-stemcell-1.41-aws-xen-hvm-ubuntu-bionic-go_agent.tgz
bosh -d hello-world-deployment deploy deployment-manifest.yml
bosh -d hello-world-deployment errands
bosh -d hello-world-deployment run-errand hello-world
```
The last command should output `Hello World`.