commit | aa8c47bcaecd2b7f26e7505c7923c8f760918c3a | [log] [tgz] |
---|---|---|
author | Aleksey Zvyagintsev <azvyagintsev@mirantis.com> | Thu Jul 12 14:33:04 2018 +0000 |
committer | Gerrit Code Review <gerrit2@853267bf53e2> | Thu Jul 12 14:33:04 2018 +0000 |
tree | b7a39641752e3ad2211995c8d0b5a9a5e980ca8d | |
parent | ea8b58af5c05b7beaf376a7bd35e248394d20ab1 [diff] | |
parent | 41bc80d1cbc8802b355f0fc6f56ab13df7fca3ea [diff] |
Merge "mirror-image updates"
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.