From: Andrew Grimberg Date: Wed, 1 Feb 2017 14:46:42 +0000 (-0800) Subject: Fix packer base images for Ubuntu 1{4,6}.04 X-Git-Tag: 1.0.0-Amsterdam~790 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=31d1a31d1fd8b480e57b1bb61ae21af7850749e4;p=ci-management.git Fix packer base images for Ubuntu 1{4,6}.04 Need the Ubuntu base image names to properly map to the images that have been uploaded into the cloud for use Change-Id: I45153b9b796da814528ae6a88dc6e01251d305b8 Signed-off-by: Andrew Grimberg --- diff --git a/packer/vars/ubuntu-14.04.json b/packer/vars/ubuntu-14.04.json index 8acecd576..938194b52 100644 --- a/packer/vars/ubuntu-14.04.json +++ b/packer/vars/ubuntu-14.04.json @@ -1,5 +1,5 @@ { - "base_image": "Ubuntu 14.04 LTS (2016-07-22) - LF upload", + "base_image": "Ubuntu 14.04 (2017-02-01) - LF upload", "cloud_user": "ubuntu", "distro": "Ubuntu 14.04", diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json index c650d0737..c45de861e 100644 --- a/packer/vars/ubuntu-16.04.json +++ b/packer/vars/ubuntu-16.04.json @@ -1,5 +1,5 @@ { - "base_image": "Ubuntu 16.04 LTS (2016-07-22) - LF upload", + "base_image": "Ubuntu 16.04 (2017-02-01) - LF upload", "cloud_user": "ubuntu", "distro": "Ubuntu 16.04",