summaryrefslogtreecommitdiffstats
path: root/packer/README.markdown
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2018-03-27 22:46:20 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-27 22:46:20 +0000
commitadf5f2a92b202ea145a8a1cc62b46059e77f91fc (patch)
treebe7ece637b224aa269fea53b565ad20941a11f39 /packer/README.markdown
parent63d904f1d1289eab3aad54daed5a14bab9381228 (diff)
parent564913e994d87f58475d4ebf447b4773dd09eca5 (diff)
Merge "Upgrade to common-packer"
Diffstat (limited to 'packer/README.markdown')
-rw-r--r--packer/README.markdown4
1 files changed, 2 insertions, 2 deletions
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