Skip to content

Commit 26a963d

Browse files
author
impadmin
committed
modified deploying bosh document
1 parent f953560 commit 26a963d

File tree

1 file changed

+30
-22
lines changed

1 file changed

+30
-22
lines changed

bosh/documentation/deploying_bosh_with_micro_bosh.md

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,24 @@
66

77
$ bosh micro status
88
...
9-
Target micro (http://11.23.194.100:25555) Ver: 0.3.12 (00000000)
9+
Target http://192.168.9.20:25555
1010

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'
1313

1414
$ 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+
1626

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
2127

2228
### Download a BOSH stemcell
2329

@@ -26,22 +32,24 @@
2632
% mkdir -p ~/stemcells
2733
% cd stemcells
2834
% 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>'.
3745
To download use 'bosh download public stemcell <stemcell_name>'.
3846

3947

4048
1. Download a public stemcell. *NOTE, in this case you do not use the micro bosh stemcell.*
4149

42-
bosh download public stemcell bosh-stemcell-0.1.0.tgz
50+
bosh download public stemcell bosh-stemcell-vsphere-0.6.7.tgz
4351

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.
4553

4654
bosh upload stemcell bosh-stemcell-0.1.0.tgz
4755

@@ -54,8 +62,8 @@
5462

5563
1. Upload a public release from bosh-release
5664

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
5967

6068

6169
### Setup a BOSH deployment manifest and deploy ###
@@ -67,6 +75,6 @@
6775

6876
1. Deploy BOSH
6977

70-
bosh deploy.
78+
bosh deploy
7179

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

Comments
 (0)