1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:15:29 +02:00

removed bosh.md

This commit is contained in:
Martin Caarels 2017-10-15 21:23:50 +02:00
parent fc20b0366c
commit 7c14f34a90

View file

@ -1,35 +0,0 @@
# bosh
> Cli tool to deploy and manage the bosh director.
- Deploy the director:
`bosh create-env {{bosh.yml}} --state={{state.json}} --vars-store={{creds.yml}} -v {{custparam}}`
- Create local alias for director:
`bosh alias-env {{name}} -e {{192.168.1.123}} --ca-cert {{$(bosh int ./creds.yml --path /director_ssl/ca)}}`
- Login to the director:
`bosh login -e {{environment}} --client={{username}} --client-secret={{password}}`
- List environments:
`bosh environments`
- List environment vm's:
`bosh -e {{environment}} vms`
- List deployments:
`bosh -e {{environment}} deployments`
- Upload stemcell:
`bosh -e {{environment}} upload-stemcell {{stemcell.tgz|https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-trusty-go_agent}}`
- Upload cloud config:
`bosh -e {{environment }}update-cloud-config {{cloud.yml}}`