X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2FREADME.markdown;h=95ed62f07c610197cc17b45674b391cc13f76924;hb=7ed12cce33720f8a7c312137a3c7b237916ddc31;hp=fef4cea344f81335e17fefcb80c3a09e2bd34b63;hpb=8a8fef075967183d38e6b823de3e021d9a2add68;p=releng%2Fbuilder.git diff --git a/packer/README.markdown b/packer/README.markdown index fef4cea34..95ed62f07 100644 --- a/packer/README.markdown +++ b/packer/README.markdown @@ -15,12 +15,11 @@ specific build, combine the template for the desired output artifact type with a variable file. To build a new java-builder instance the following would be done: ``` -packer build -var-file=vars/cloud-env.json -var-file/centos.json templates/java-builder.json +packer build -var-file=vars/cloud-env.json -var-file=vars/centos.json templates/java-builder.json ``` **NOTE:** vars/cloud-env.json is a gitignored file as it contains private -information. There is a vars/cloud-env.json.example file that may be used as a -base for creating the one needed. +information. A vars/cloud-env.json.example file is provided as an example. This would build bootable image in two different OpenStack clouds. In specific, Rackspace's Public cloud and a private OpenStack cloud.