From 46ef90a816476fd8f1ef8da36a0a48273377ad93 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 1 Mar 2019 11:38:02 -0700 Subject: 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 --- packer/vars/centos-7.json | 6 ------ packer/vars/ubuntu-16.04.json | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 packer/vars/centos-7.json delete mode 100644 packer/vars/ubuntu-16.04.json (limited to 'packer/vars') 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" -} -- cgit 1.2.3-korg