commit | 926853e7eab5cca3bcd5f7261d4522e6aa50f13f | [log] [tgz] |
---|---|---|
author | Alexander Noskov <anoskov@mirantis.com> | Fri Jun 02 15:47:24 2017 +0400 |
committer | Alexander Noskov <anoskov@mirantis.com> | Fri Jun 02 15:47:26 2017 +0400 |
tree | 74e5a602fc48d67fcc99c9b8c3ab003df7cc56f5 | |
parent | b5ba6b71b7b5faff19f324f61b27ecd2e7b71104 [diff] |
Add libmnl0 in prerequisites Closes issue raised in https://gerrit.mcp.mirantis.net/5487 Change-Id: I38b26f804ebd7e090d00dc6574df044b91b87c52
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.