commit | a0daad98e02d5181f9f97a1241a16f588559618d | [log] [tgz] |
---|---|---|
author | Aleksey Zvyagintsev <azvyagintsev@mirantis.com> | Tue Oct 30 18:16:47 2018 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Tue Oct 30 18:16:47 2018 +0000 |
tree | 092c0a11820d1b3801a003f06a6e5cd8a37e9b59 | |
parent | fbc95dee22392ec60882e3876913baa996d5397f [diff] | |
parent | 8b5ea0bd6e09e67bd9041da15c4a6c06a97cc812 [diff] |
Merge "Add 'update' hook for offline mirror"
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.