Merge "Update Ubuntu 18.04 LTS (arm64) node"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 12 Mar 2020 23:57:03 +0000 (23:57 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 12 Mar 2020 23:57:03 +0000 (23:57 +0000)
packer/vars/ubuntu-18.04-arm64.json [new file with mode: 0644]

diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
new file mode 100644 (file)
index 0000000..6b8b2b5
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "arch": "arm64",
+  "base_image": "Ubuntu 18.04 LTS (arm64) [2020-02-18]",
+  "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh",
+  "distro": "Ubuntu 18.04",
+  "flavor": "lf-standard-1",
+  "source_ami_filter_name": "*ubuntu*18.04*",
+  "source_ami_filter_owner": "099720109477",
+  "ssh_user": "ubuntu"
+}