From: Thanh Ha Date: Tue, 6 Jun 2017 00:46:43 +0000 (-0400) Subject: Pin RS Public cloud images to known working X-Git-Tag: release/boron-sr4~74 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7bcb9c78fbfe76d90527d269bc1721d233800676;p=releng%2Fbuilder.git Pin RS Public cloud images to known working 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 --- diff --git a/packer/templates/baseline.json b/packer/templates/baseline.json index e3e0d0fc17..86fee03582 100644 --- a/packer/templates/baseline.json +++ b/packer/templates/baseline.json @@ -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`}}" diff --git a/packer/vars/centos.json b/packer/vars/centos.json index 30c0d4a1a2..ec911de818 100644 --- a/packer/vars/centos.json +++ b/packer/vars/centos.json @@ -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",