commit | 4053eb25896a23d469d11941fd886ba56dcfdb6f | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Thu Mar 29 16:21:51 2018 +0300 |
committer | azvyagintsev <azvyagintsev@mirantis.com> | Thu Mar 29 16:36:57 2018 +0300 |
tree | 18ea53a9b0287fa26883b3c42a76e6ce86948c97 | |
parent | e2a53e2da54769fb8f8a4b1281a1ec2f213e361d [diff] |
Refactor,update images * Switch ubuntu|salt-stack to fetch from mirror.mirantis.com/proposed * ubuntu-16-04 - add openstack builder[inactive stub] * add info.sh - and enable it in mirror and ubuntu16 * Drop mcp salt repos - we don't use them for build * switch to release-20180306 ubuntu cloud image Change-Id: Ic45db3fd2579262b055ecdc54b27a16a837c2dd4
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.