commit | 8c4cfc77638b84317270e6aa8e39adf5fd57443d | [log] [tgz] |
---|---|---|
author | alexz <azvyagintsev@mirantis.com> | Fri Mar 23 13:56:10 2018 +0100 |
committer | alexz <azvyagintsev@mirantis.com> | Fri Mar 23 13:56:55 2018 +0100 |
tree | b8f200e66bc710f9dae3bf1895003eed7349ceba | |
parent | f8ed1791eed9fe1b7e07a89efddddc6b9024e1bf [diff] |
Update mirror|ubuntu templatest * Use latest and more strict qcow2 path * Be polite with pre-cloned repos in mirror * Use correct checkout for tag checkout Change-Id: I311e4f4e8be0d451cdcb9568cfc8b9baaf525db7
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.