commit | 017856730f957c377ce15e780b286d389f27053f | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Tue Feb 27 17:33:14 2018 +0200 |
committer | azvyagintsev <azvyagintsev@mirantis.com> | Tue Feb 27 17:40:18 2018 +0200 |
tree | c8d7e55c5b8097926fdb64373b76b8c78fb32d62 | |
parent | dcc3e88c778e9b5d9ae2c0911b7f2fc8d5706851 [diff] |
Update pipeline comment Change-Id: I27dc354f69f8761925b90f45f0888087da017418
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.