commit | 7630eaf0bc1bc4e59284ae722f1961738d78f11c | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Mon Dec 17 16:33:14 2018 +0400 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Mon Dec 17 16:33:14 2018 +0400 |
tree | 3c709d8443f168e2f6d1741b557b30b7a7a9a1f4 | |
parent | 42e769532f7ae0e17fd0b28c9807eb444cf33c6f [diff] |
Update mirrors from apt to mirror.mirantis.com Change-Id: I856859a7bf2a1cc2d12fcb965e3b69c2a580cd2f
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.