commit | a00d7716c377b46767d0f7e4fd6d2c8353a514ff | [log] [tgz] |
---|---|---|
author | Marek Celoud <mceloud@mirantis.com> | Mon Mar 13 15:52:26 2017 +0100 |
committer | Marek Celoud <mceloud@mirantis.com> | Mon Mar 13 15:52:47 2017 +0100 |
tree | b4e2dea2f8c003ecc55373b37fd6d8a2646af245 | |
parent | cbf2015395896f9df59ac590c9766cae8f0a7682 [diff] |
add update before salt-minion install Change-Id: Ibc952d9780060a171bc92ee0f910b3c04f973796
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.