commit | 0b11f375c0f88464a3c78b69b5e36d3d0061c48a | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Tue Jul 24 18:11:43 2018 +0300 |
committer | Aleksey Zvyagintsev <azvyagintsev@mirantis.com> | Wed Jul 25 10:40:46 2018 +0000 |
tree | 7172d01b9dcff72685ce513e65ca1f17381494bf | |
parent | 017bef804b4ae811eb72efde7680b6fd418ae9b7 [diff] |
refresh bootstrap.saltstack.com.sh to 2018.04.25 Change-Id: Icc2b9be1a6255d8c6655e5745b0c270c3f8f08a2
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.