Pin RS Public cloud images to known working 90/58290/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Jun 2017 00:46:43 +0000 (20:46 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Jun 2017 00:47:45 +0000 (20:47 -0400)
We're having issues with RS Public Cloud when building newer Cent OS
images. This patch pins the public cloud base image we build against to
the last known working one.

Jira: RELENG-118
Change-Id: Iad0ec2d3e312c22042c15973cab0eef58c61fe9c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packer/templates/baseline.json
packer/vars/centos.json

index e3e0d0fc170b7a8f67c34299a9dcda3b6d479976..86fee0358220dd7ec92b37ffb85a4315f3df47c8 100644 (file)
@@ -28,7 +28,7 @@
       "region": "DFW",
       "ssh_username": "{{user `public_cloud_user`}}",
       "image_name": "{{user `distro`}} - baseline - {{isotime \"20060102-1504\"}}",
-      "source_image_name": "{{user `public_base_image`}}",
+      "source_image": "{{user `public_base_image`}}",
       "flavor": "general1-1",
       "networks": [
         "{{user `public_network`}}"
index 30c0d4a1a2628158289ac6b08ea96eb41a27182e..ec911de818d21671bc1913eff6cf5eed26e7388b 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "public_base_image": "CentOS 7 (PVHVM)",
+  "public_base_image": "2d659868-df96-4f8e-8ce1-bd32bb86805a",
   "public_cloud_user": "root",
   "private_base_image": "CentOS 7 (cloudimg 1510)",
   "private_cloud_user": "centos",