From 7bcb9c78fbfe76d90527d269bc1721d233800676 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 5 Jun 2017 20:46:43 -0400 Subject: [PATCH] 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 --- packer/templates/baseline.json | 2 +- packer/vars/centos.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.36.6