Validate packer version before install 29/9629/6
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 26 Mar 2018 22:03:25 +0000 (15:03 -0700)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 5 Apr 2018 02:42:13 +0000 (12:42 +1000)
commit81a5e9db553008ac94b279e7a5ed5e186813e40a
treec1b3e7eac10466bf69c4a6babb838296edad3477
parentedf56a1e9ce91d936388621ecfc850162aabfebd
Validate packer version before install

Packer 1.1.3 is the minimum version required to be installed
to build images on vexxhost. The install script does not check
the version and only checks the availability of the binary in the
$PATH before updating packer.

JIRA: RELENG-838
Change-Id: I8c343176d8f39e3e70b04dddbdec94ffed4354b1
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/packer-install.sh