Change-Id: Id939111ccbfdf5ab0ca3aef0d33f6c88d9c30172
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
none /tmp tmpfs defaults 0 0
EOFSTAB
+
+# The following installs hashicorp's packer binary which is required for
+# ci-management-{verify,merge}-packer jobs
+mkdir /tmp/packer
+cd /tmp/packer
+wget https://releases.hashicorp.com/packer/1.0.0/packer_1.0.0_linux_amd64.zip
+unzip packer_1.0.0_linux_amd64.zip -d /usr/local/bin/
+# rename packer to avoid conflict with binary in cracklib
+mv /usr/local/bin/packer /usr/local/bin/packer.io