Chore: Update common-packer to v0.9.4 08/4508/2
authorEric Ball <eball@linuxfoundation.org>
Tue, 9 Nov 2021 23:17:19 +0000 (15:17 -0800)
committerEric Ball <eball@linuxfoundation.org>
Tue, 9 Nov 2021 23:37:49 +0000 (15:37 -0800)
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 <eball@linuxfoundation.org>
packer/common-packer
packer/vars/ubuntu-18.04-arm64.json [deleted file]

index 3494343..3dcae18 160000 (submodule)
@@ -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 (file)
index 3ae57d5..0000000
+++ /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"
-}