X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=packer%2FREADME.markdown;h=1ef176a629084fc40cf126d8e557b2869da33d72;hb=63210bd3148929d31ccb0f53c6488b204e161462;hp=4972affae0e09674598e4a42513a4db839aca06c;hpb=ebc710af742601214491c5b2b9a4f6847d235d6c;p=ci-management.git diff --git a/packer/README.markdown b/packer/README.markdown index 4972affae..1ef176a62 100644 --- a/packer/README.markdown +++ b/packer/README.markdown @@ -12,10 +12,10 @@ You'll need to [install Packer][2], of course. Open-O's Packer configuration is divided into build-specific variables, output-specific templates and a set of shared provisioning scripts. To do a specific build, combine the template for the desired output artifact type with -a variable file. To build a new basebuild instance the following would be done: +a variable file. To build a new builder instance the following would be done: ``` -packer build -var-file=vars/cloud-env.json -var-file=vars/centos.json templates/basebuild.json +packer build -var-file=vars/cloud-env.json -var-file=vars/centos.json templates/builder.json ``` **NOTE:** vars/cloud-env.json is a gitignored file as it contains private