Add missing common-packer variables 55/66955/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 22:24:35 +0000 (17:24 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 9 Jan 2018 00:00:29 +0000 (19:00 -0500)
This is a temporary solution to allow us to pass packer while we
transition over to common-packer templates. Ultimately we need to
redesign the packer-verify job to work with common-packer too.

Change-Id: Iceb86bbdf87340b6bce130af301be5cb96c7fc97
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packer/vars/centos.json
packer/vars/ubuntu-14.04.json
packer/vars/ubuntu-16.04.json

index 2576691e2b2f39f37604dfe3c79592f3d28ed1eb..412aac90e16fcd55091426a99d4505ec860a508f 100644 (file)
@@ -1,6 +1,8 @@
 {
   "public_base_image": "CentOS 7.1711 (2017-11-05) - LF upload",
   "public_cloud_user": "centos",
+  "base_image": "LF - CentOS 7.1711 (2017-11-05)",
   "distro": "CentOS 7",
+  "ssh_user": "centos",
   "cloud_user_data": "provision/rh-user_data.sh"
 }
index e20a792696474b2fefb5c5a4b26f3035c811e51c..742825fc2ef418812f9d39aa736167d7898a34d5 100644 (file)
@@ -1,6 +1,8 @@
 {
   "public_base_image": "Ubuntu 14.04.5 LTS (2017-12-05) - LF upload",
   "public_cloud_user": "ubuntu",
+  "base_image": "LF - Ubuntu 14.04 LTS (2017-12-01)",
   "distro": "Ubuntu 14.04",
+  "ssh_user": "ubuntu",
   "cloud_user_data": "provision/null_data.sh"
 }
index 320e46dc9a59c1d2547640bb8ef45c11e4c4e0d4..b8dc1762b727383c9239f20145df600d9dfe0229 100644 (file)
@@ -1,6 +1,8 @@
 {
   "public_base_image": "Ubuntu 16.04 LTS (2017-12-01) - LF upload",
   "public_cloud_user": "ubuntu",
+  "base_image": "LF - Ubuntu 16.04 LTS (2017-12-01)",
   "distro": "Ubuntu 16.04",
+  "ssh_user": "ubuntu",
   "cloud_user_data": "provision/null_data.sh"
 }