From: Vanessa Rene Valderrama Date: Fri, 1 Mar 2019 18:38:02 +0000 (-0700) Subject: Remove FD.io var files X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F17972%2F1;p=ci-management.git Remove FD.io var files 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 --- diff --git a/packer/vars/centos-7.json b/packer/vars/centos-7.json deleted file mode 100644 index 24f182c74..000000000 --- a/packer/vars/centos-7.json +++ /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 index 00ab0e7ba..000000000 --- a/packer/vars/ubuntu-16.04.json +++ /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" -}