commit | 2217246c746ae10c526818645680b8efa067f5df | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Tue Sep 18 15:41:39 2018 +0400 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Tue Sep 18 15:42:32 2018 +0400 |
tree | cf83776f9c21b79f2ee237e2e016ddd6a3ba4646 | |
parent | 3242a9af1b67d4431630bd0f48103ed91690ee40 [diff] |
Override /etc/network/interfaces in cleanup stage Closes-Bug: #PROD-23196 (PROD:23196) Change-Id: Ic0bf96afdf1b96f723d1fbde6cd4b751e7cc4077
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.