Because we deployed with the operator file jumpbox.yml, we can ssh login to the director.
First get the private key from creds.yml: bosh int ./creds.yml --path /jumpbox_ssh/private_key and save to a file (~/.ssh id_rsa.vbox), then login with ssh -i ~/.ssh/id_rsa.vbox jumpbox@192.168.50.6)
If you repeat the install of bosh lite a couple of times, that will takes quite some disk space, to clean up, remove the directories ~/.bosh_virtualbox_cpi/ and ~/VirtualBox VM,the last one will delete all your Virtualbox VMs, beware !!
Also ~/.bosh can take up quite some space (mostly bosh releases)
You might have to also delete the ~/workspace/boshlite/deployments/vbox/state.json if you run into issues with deploying bosh.
BOSH Lite#
Resources#
Go ahead#
This should bring up the bosh director after a while, and also a running concourse bosh deployment at http://10.244.0.2:8080
ssh access to director#
Because we deployed with the operator file jumpbox.yml, we can ssh login to the director. First get the private key from creds.yml: bosh int ./creds.yml --path /jumpbox_ssh/private_key and save to a file (~/.ssh id_rsa.vbox), then login with ssh -i ~/.ssh/id_rsa.vbox jumpbox@192.168.50.6)
Cleaning up#
If you repeat the install of bosh lite a couple of times, that will takes quite some disk space, to clean up, remove the directories ~/.bosh_virtualbox_cpi/ and ~/VirtualBox VM,the last one will delete all your Virtualbox VMs, beware !!
Also ~/.bosh can take up quite some space (mostly bosh releases)
You might have to also delete the ~/workspace/boshlite/deployments/vbox/state.json if you run into issues with deploying bosh.
Stopping and removing your Vbox VMs: