X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2FREADME.markdown;h=95ed62f07c610197cc17b45674b391cc13f76924;hb=93a5304ef04620630cbd6de14694607048bf2aa3;hp=fef4cea344f81335e17fefcb80c3a09e2bd34b63;hpb=4fe946ab377d9063e5cc214a1104c1d2a1525c1c;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.