Sha256: 1eb22d9b211839e21a05a25200202b435a7b96df512a3a4248ed115ba0d8f2f8
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
## Known issues * target & create user after deployment * upgrade (if its already running successfully; else delete & redeploy) * multiple deployments * bosh name (currently fixed at test-bosh) * ~/.microbosh folder is singular * specify an AZ to use in the region ### Display status ``` $ ~/.microbosh/deployments $ bundle exec bosh micro status Stemcell CID ami-53137a3a Stemcell name ami-53137a3a VM CID i-78046912 Disk CID vol-cebe9196 Micro BOSH CID bm-2b31bf69-b676-4db1-a084-fd1ac49377ac Deployment /Users/drnic/.microbosh/deployments/test-bosh/micro_bosh.yml Target https://107.21.94.132:25555 ``` ### Create user Collect user/password at start of process; then target & create user at the end ``` bosh -u admin -p admin target https://107.21.94.132:25555 bosh -u admin -p admin create user drnic PASSWORD (do not display password) ``` ## Multiple deployments * bosh name (currently fixed at test-bosh) * ~/.microbosh folder is singular ## Bonus * AWS/us-east-1 - upload light stemcell * Others - upload normal base stemcell ## Validations If using stemcells, then must be Ubuntu with following packages installed: * libsqlite3-dev * genisoimage * IP address - like key pair, check that its still available else create new one How can we validate that there is enough disk space to download & prepare the stemcell? ### AWS * check if this server is in AWS & same region as target region, else only use AMIs (and switch to us-east-1)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bosh-bootstrap-0.11.1 | TODO.md |