Browse code

Updating cloud images document

dthaluru authored on 2015/08/28 08:37:57
Showing 1 changed files
... ...
@@ -4,8 +4,9 @@ GCE - Google Compute Engine
4 4
 AMI - Amazon Machine Image
5 5
 Azure
6 6
 OVA
7
+Photon-bosh-stemcell
7 8
 
8
-How to build cloud images
9
+#How to build cloud images
9 10
 
10 11
 sudo make cloud-image IMG_NAME=image-name
11 12
 
... ...
@@ -23,6 +24,10 @@ OVA - An ova file (vmdk + ovf)
23 23
 
24 24
 sudo make cloud-image-all builds all the cloud images
25 25
 
26
+###How to build Photon bosh-stemcell
27
+
28
+Please follow the link to [ build ] (https://github.com/cloudfoundry/bosh/blob/develop/bosh-stemcell/README.md) Photon bosh-stemcell
29
+
26 30
 
27 31
 #How to create running instances in the cloud
28 32
 
... ...
@@ -87,4 +92,7 @@ The ova image uses a custom linux kernel, which is an optimized kernel based on
87 87
 
88 88
 [OVFTOOL] (https://my.vmware.com/group/vmware/details?downloadGroup=OVFTOOL410&productId=491)
89 89
 
90
+##Photon Bosh
91
+
92
+Please refer [bosh docs] (http://bosh.io/docs) to deploy BOSH on Photon 
90 93