Sha256: 9c8f9d1acb779cf4d1e571e5d8babbd841cf437ec41792de2a5c65ad359e1e28

Contents?: true

Size: 1.42 KB

Versions: 30

Compression:

Stored size: 1.42 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


### 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

30 entries across 30 versions & 1 rubygems

Version Path
bosh-bootstrap-0.18.1 TODO.md
bosh-bootstrap-0.18.0 TODO.md
bosh-bootstrap-0.17.1 TODO.md
bosh-bootstrap-0.17.0 TODO.md
bosh-bootstrap-0.16.2 TODO.md
bosh-bootstrap-0.16.1 TODO.md
bosh-bootstrap-0.16.0 TODO.md
bosh-bootstrap-0.15.0 TODO.md
bosh-bootstrap-0.14.5 TODO.md
bosh-bootstrap-0.14.4 TODO.md
bosh-bootstrap-0.14.3 TODO.md
bosh-bootstrap-0.14.2 TODO.md
bosh-bootstrap-0.14.1 TODO.md
bosh-bootstrap-0.14.0 TODO.md
bosh-bootstrap-0.13.2 TODO.md
bosh-bootstrap-0.13.1 TODO.md
bosh-bootstrap-0.13.0 TODO.md
bosh-bootstrap-0.12.0 TODO.md
bosh-bootstrap-0.11.15 TODO.md
bosh-bootstrap-0.11.14 TODO.md