summaryrefslogtreecommitdiffstats
path: root/packer/README.markdown
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-19 13:41:33 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-20 01:08:09 +0000
commitfc206b0b14de7b7dc7048ea3500de97b9a2b55a7 (patch)
treeec5de42ce0d087aa47a38dfb0c2022196a9c8906 /packer/README.markdown
parent4f41c69646466dd82ec7b0482f236cf1bb076639 (diff)
Upgrade to common-packer
- Enable builder.json - Relove unused provision scripts - Update ci-management-packer-jobs - Update builder.yaml Change-Id: I0c9abcd33fd3acb84690863dca966a01731dc64c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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