|
6 | 6 |
|
7 | 7 | $ bosh micro status |
8 | 8 | ... |
9 | | - Target micro (http://11.23.194.100:25555) Ver: 0.3.12 (00000000) |
| 9 | + Target http://192.168.9.20:25555 |
10 | 10 |
|
11 | | - $ bosh target http://11.23.194.100:25555 |
12 | | - Target set to 'micro (http://11.23.194.100:25555) Ver: 0.3.12 (00000000)' |
| 11 | + $ bosh target 192.168.9.20 |
| 12 | + Target set to `micro-bosh' |
13 | 13 |
|
14 | 14 | $ bosh status |
15 | | - Updating director data... done |
| 15 | + Director |
| 16 | + Name micro-bosh |
| 17 | + URL http://192.168.9.20:25555 |
| 18 | + Version 0.5.2 (release:ffed4d4a bosh:21e0b0bc) |
| 19 | + User admin |
| 20 | + UID e9b5d31d-1266-49d6-b25f-21df616e4017 |
| 21 | + CPI vsphere |
| 22 | + |
| 23 | + Deployment |
| 24 | + not set |
| 25 | + |
16 | 26 |
|
17 | | - Target micro (http://11.23.194.100:25555) Ver: 0.3.12 (00000000) |
18 | | - UUID b599c640-7351-4717-b23c-532bb35593f0 |
19 | | - User admin |
20 | | - Deployment not set |
21 | 27 |
|
22 | 28 | ### Download a BOSH stemcell |
23 | 29 |
|
|
26 | 32 | % mkdir -p ~/stemcells |
27 | 33 | % cd stemcells |
28 | 34 | % bosh public stemcells |
29 | | - +-------------------------------+----------------------------------------------------+ |
30 | | - | Name | Url | |
31 | | - +-------------------------------+----------------------------------------------------+ |
32 | | - | bosh-stemcell-0.4.7.tgz | https://blob.cfblob.com/rest/objects/4e4e7...h120= | |
33 | | - | micro-bosh-stemcell-0.1.0.tgz | https://blob.cfblob.com/rest/objects/4e4e7...5Mms= | |
34 | | - | bosh-stemcell-0.3.0.tgz | https://blob.cfblob.com/rest/objects/4e4e7...mw1w= | |
35 | | - | bosh-stemcell-0.4.4.tgz | https://blob.cfblob.com/rest/objects/4e4e7...r144= | |
36 | | - +-------------------------------+----------------------------------------------------+ |
| 35 | + +---------------------------------------+--------------------------------------------------+ |
| 36 | + | Name | Tags | |
| 37 | + +---------------------------------------+--------------------------------------------------+ |
| 38 | + | bosh-stemcell-aws-0.6.4.tgz | aws, stable | |
| 39 | + | bosh-stemcell-vsphere-0.6.4.tgz | vsphere, stable | |
| 40 | + | bosh-stemcell-vsphere-0.6.7.tgz | vsphere, stable | |
| 41 | + | micro-bosh-stemcell-aws-0.6.4.tgz | aws, micro, stable | |
| 42 | + | micro-bosh-stemcell-vsphere-0.6.4.tgz | vsphere, micro, stable | |
| 43 | + +---------------------------------------+--------------------------------------------------+ |
| 44 | +To download use 'bosh download public stemcell <stemcell_name>'. |
37 | 45 | To download use 'bosh download public stemcell <stemcell_name>'. |
38 | 46 |
|
39 | 47 |
|
40 | 48 | 1. Download a public stemcell. *NOTE, in this case you do not use the micro bosh stemcell.* |
41 | 49 |
|
42 | | - bosh download public stemcell bosh-stemcell-0.1.0.tgz |
| 50 | + bosh download public stemcell bosh-stemcell-vsphere-0.6.7.tgz |
43 | 51 |
|
44 | | -1. Upload the downloaded stemcell to micro BOSH. |
| 52 | +1. Upload the downloaded stemcell to micro BOSH.Before uploading you have to login to Micro BOSH.Default login/password is admin/admin. |
45 | 53 |
|
46 | 54 | bosh upload stemcell bosh-stemcell-0.1.0.tgz |
47 | 55 |
|
|
54 | 62 |
|
55 | 63 | 1. Upload a public release from bosh-release |
56 | 64 |
|
57 | | - cd /home/bosh_user/bosh-release/releases/ |
58 | | - bosh upload release bosh-1.yml |
| 65 | + cd /home/bosh_user/bosh-release/ |
| 66 | + bosh upload release releases/bosh-10.yml |
59 | 67 |
|
60 | 68 |
|
61 | 69 | ### Setup a BOSH deployment manifest and deploy ### |
|
67 | 75 |
|
68 | 76 | 1. Deploy BOSH |
69 | 77 |
|
70 | | - bosh deploy. |
| 78 | + bosh deploy |
71 | 79 |
|
72 | | -1. Target the newly deployed bosh director. In the sample `bosh.yml`, the bosh director has the ip address 192.0.2.36. So if you target this director with `bosh target http://192.0.2.36:25555` where 25555 is the default BOSH director port. Your newly installed BOSH instance is now ready for use. |
| 80 | +1. Target the newly deployed bosh director. In the sample `bosh.yml`, the bosh director has the ip address 192.0.2.36. So if you target this director with `bosh target http://192.0.2.36:25555` where 25555 is the default BOSH director port. Your newly installed BOSH instance is now ready for use. |
0 commit comments