From 9ab5944c082ace261ce9f1edf970a007e82c0117 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 26 Feb 2020 06:37:53 -0600 Subject: Modify 18.04 base image Removing the local var for Ubuntu 18.04 to use the common-packer base image Signed-off-by: Vanessa Rene Valderrama Change-Id: I7364289de193b4c5da7e505e753e5fdffd4f5072 --- packer/vars/ubuntu-18.04.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 packer/vars/ubuntu-18.04.json (limited to 'packer') diff --git a/packer/vars/ubuntu-18.04.json b/packer/vars/ubuntu-18.04.json deleted file mode 100644 index a52404e45..000000000 --- a/packer/vars/ubuntu-18.04.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "source_ami_filter_name": "*ubuntu*18.04*", - "source_ami_filter_owner": "099720109477", - "base_image": "ZZCI - Ubuntu 18.04 - builder - x86_64 - 20200127-161924.160", - "distro": "Ubuntu 18.04", - "ssh_user": "ubuntu", - "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh" -} -- cgit 1.2.3-korg