commit | c975d9ef3882c8762ac3e77dd234e89a58f3cc54 | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Tue Jul 17 20:27:39 2018 +0300 |
committer | azvyagintsev <azvyagintsev@mirantis.com> | Tue Jul 17 20:42:54 2018 +0300 |
tree | 1884ddb06424e600d809f6d49f75b3bed3737bcd | |
parent | 0955f72ea373f1136fdd092c9ee6b3e1b566ab4d [diff] |
trusty WA for dhcp client core-dump Closes-Bug: PROD-21514 (PROD:21514) Change-Id: I9426e348d7d1056632332090f7c372c74018d297
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.