2017-10-25 20:30:06 +01:00
|
|
|
# bosh
|
|
|
|
|
|
|
|
> Command line tool to deploy and manage the bosh director.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://bosh.io/docs/cli-v2/>.
|
2017-10-25 20:30:06 +01:00
|
|
|
|
|
|
|
- Create local alias for director:
|
|
|
|
|
2018-10-29 11:14:25 +00:00
|
|
|
`bosh alias-env {{environment_name}} -e {{ip_address|url}} --ca-cert {{ca_certificate}}`
|
2017-10-25 20:30:06 +01:00
|
|
|
|
|
|
|
- List environments:
|
|
|
|
|
|
|
|
`bosh environments`
|
|
|
|
|
|
|
|
- Login to the director:
|
|
|
|
|
|
|
|
`bosh login -e {{environment}} `
|
|
|
|
|
|
|
|
- List deployments:
|
|
|
|
|
|
|
|
`bosh -e {{environment}} deployments`
|
|
|
|
|
|
|
|
- List environment virtual machines:
|
|
|
|
|
|
|
|
`bosh -e {{environment}} vms -d {{deployment}}`
|
|
|
|
|
|
|
|
- Ssh into virtual machine:
|
|
|
|
|
2018-10-29 11:14:25 +00:00
|
|
|
`bosh -e {{environment}} ssh {{virtual_machine}} -d {{deployment}}`
|
2017-10-25 20:30:06 +01:00
|
|
|
|
|
|
|
- Upload stemcell:
|
|
|
|
|
2018-10-29 11:14:25 +00:00
|
|
|
`bosh -e {{environment}} upload-stemcell {{stemcell_file|url}}`
|
2017-10-25 20:30:06 +01:00
|
|
|
|
|
|
|
- Show current cloud config:
|
|
|
|
|
|
|
|
`bosh -e {{environment}} cloud-config`
|