Add ARM var files 86/26486/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 13 Apr 2020 17:08:30 +0000 (12:08 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 13 Apr 2020 17:08:30 +0000 (12:08 -0500)
Adding ARM var files to fix the flavor and configure storage

Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I9c80da89c0083e7e1be804214ef228d88517c9dd

packer/vars/ubuntu-16.04-arm64.json [new file with mode: 0644]
packer/vars/ubuntu-18.04-arm64.json [new file with mode: 0644]

diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json
new file mode 100644 (file)
index 0000000..ad161dc
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "arch": "arm64",
+  "base_image": "Ubuntu 16.04 LTS (arm64) [2020-03-11]",
+  "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
new file mode 100644 (file)
index 0000000..38315f8
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "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": "v2-standard-1",
+  "source_ami_filter_name": "*ubuntu*18.04*",
+  "source_ami_filter_owner": "099720109477",
+  "ssh_user": "ubuntu",
+  "vm_use_block_storage": "true",
+  "vm_image_disk_format": "raw"
+}