commit | dcc3e88c778e9b5d9ae2c0911b7f2fc8d5706851 | [log] [tgz] |
---|---|---|
author | Richard Felkl <rfelkl@mirantis.com> | Mon Feb 26 15:07:52 2018 +0000 |
committer | Gerrit Code Review <gerrit2@56fc70e46927> | Mon Feb 26 15:07:52 2018 +0000 |
tree | 90f0b9626fe3f225c0a2d033ed2f4625ba09f284 | |
parent | d59c56546b0499cff4a4b1342fc8e48a26b22b76 [diff] | |
parent | 5b795143a8cb9c5d52a22225e6c4cc481d057d2f [diff] |
Merge "Switch ubuntu16-qemu to use qcow2 cloud disk"
Packer templates are used to:
PACKER_URL="https://dl.bintray.com/mitchellh/packer/packer_0.8.2_linux_amd64.zip" PACKER_ZIP=$(basename ${PACKER_URL}) PACKER_ZIP_MD5="bc37abe5e183a11bd8c1b2efc385059b" mkdir -p ~/bin/packer cd ~/bin/packer export PATH="${PATH}:~/bin/packer" wget -O ${PACKER_ZIP} ${PACKER_URL} echo "${PACKER_ZIP_MD5} ${PACKER_ZIP}" >> md5sum md5sum -c --status md5sum unzip ${PACKER_ZIP}
Enter build directory by selecting OS type and version. You should see file template.json.
Start building some images:
packer build -only=virtualbox-iso template.json
Directory http/ contains OS installer config files (preseed/kickstart/..)
Directory scripts/ contains set of scripts for provision after image build.