From ca74d937371f504f75746a629a2849f3c4bf6db9 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 1 Apr 2020 10:46:06 -0500 Subject: [PATCH] Remove local packer vars Removing local packer vars to use common-packer images Signed-off-by: Vanessa Rene Valderrama Change-Id: Ia90b0c3f966fec6024b3e05eddffa72e9bf8172f --- packer/vars/ubuntu-16.04-arm64.json | 12 ------------ packer/vars/ubuntu-18.04-arm64.json | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 packer/vars/ubuntu-16.04-arm64.json delete mode 100644 packer/vars/ubuntu-18.04-arm64.json diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json deleted file mode 100644 index ca38b68d4..000000000 --- a/packer/vars/ubuntu-16.04-arm64.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "arch": "arm64", - "base_image": "Ubuntu 16.04 LTS (arm64) [2019-06-21]", - "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", - "distro": "Ubuntu 16.04", - "flavor": "v2-standard-1", - "source_ami_filter_name": "*ubuntu*16.04*", - "source_ami_filter_owner": "099720109477", - "ssh_user": "ubuntu", - "vm_use_block_storage": "true", - "vm_image_disk_format": "raw" -} diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json deleted file mode 100644 index fefce1c45..000000000 --- a/packer/vars/ubuntu-18.04-arm64.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "arch": "arm64", - "base_image": "Ubuntu 18.04 LTS (arm64) [2018-04-29]", - "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", - "distro": "Ubuntu 18.04", - "source_ami_filter_name": "*ubuntu*18.04*", - "source_ami_filter_owner": "099720109477", - "ssh_user": "ubuntu", - "flavor": "v2-standard-1", - "vm_use_block_storage": "true", - "vm_image_disk_format": "raw" -} -- 2.16.6