From: Eric Ball Date: Tue, 9 Nov 2021 23:17:19 +0000 (-0800) Subject: Chore: Update common-packer to v0.9.4 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=535f625745095cc5d67566251cb2e66389588e46 Chore: Update common-packer to v0.9.4 This also removes the var file for ubuntu-18.04-arm64, as that is now included as a standard template in common-packer. Change-Id: Ifcadc5554afb1b31705669f438d9254daf2cd461 Issue-ID: LF-Jira RELENG-4036 Signed-off-by: Eric Ball --- diff --git a/packer/common-packer b/packer/common-packer index 3494343..3dcae18 160000 --- a/packer/common-packer +++ b/packer/common-packer @@ -1 +1 @@ -Subproject commit 3494343faf0fc4221bfdb6cefc8bc0af0452f980 +Subproject commit 3dcae183d810816f31950afbe1fa08fa948e61fe diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json deleted file mode 100644 index 3ae57d5..0000000 --- a/packer/vars/ubuntu-18.04-arm64.json +++ /dev/null @@ -1,11 +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", - "flavor": "v2-standard-1", - "source_ami_filter_name": "*ubuntu*18.04*", - "source_ami_filter_owner": "099720109477", - "ssh_user": "ubuntu", - "vm_use_block_storage": "true" -}