Configure Ubuntu 18.04 flavor 81/19281/4
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 30 Apr 2019 20:03:20 +0000 (15:03 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 30 Apr 2019 21:11:32 +0000 (16:11 -0500)
Configuring the Ubuntu 18.04 flavor and volume size

Change-Id: I06109663045802016db9a4b4259d680da4b35878
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
packer/vars/ubuntu-18.04-arm64.json

index eb839ad..fefce1c 100644 (file)
@@ -5,5 +5,8 @@
   "distro": "Ubuntu 18.04",
   "source_ami_filter_name": "*ubuntu*18.04*",
   "source_ami_filter_owner": "099720109477",
-  "ssh_user": "ubuntu"
+  "ssh_user": "ubuntu",
+  "flavor": "v2-standard-1",
+  "vm_use_block_storage": "true",
+  "vm_image_disk_format": "raw"
 }