Remove FD.io var files 72/17972/1
authorVanessa Rene Valderrama <[email protected]>
Fri, 1 Mar 2019 18:38:02 +0000 (11:38 -0700)
committerVanessa Rene Valderrama <[email protected]>
Fri, 1 Mar 2019 18:38:02 +0000 (11:38 -0700)
Removing var files that are already covered by common-packer to ensure
we're using the latest images available

Change-Id: Ib6b9f5348dea8d4177bba2d7499da7f02e48e053
Signed-off-by: Vanessa Rene Valderrama <[email protected]>
packer/vars/centos-7.json [deleted file]
packer/vars/ubuntu-16.04.json [deleted file]

diff --git a/packer/vars/centos-7.json b/packer/vars/centos-7.json
deleted file mode 100644 (file)
index 24f182c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "base_image": "ZZCI - CentOS 7 - builder - x86_64 - 20181114-003804.858",
-  "distro": "CentOS 7",
-  "ssh_user": "centos",
-  "cloud_user_data": "common-packer/provision/rh-user_data.sh"
-}
diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json
deleted file mode 100644 (file)
index 00ab0e7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "base_image": "Ubuntu 16.04 (20160518T212648) - LF upload",
-  "distro": "Ubuntu 16.04",
-  "ssh_user": "ubuntu",
-  "cloud_user_data": "provision/null_data.sh"
-}