From d1d130fab0ba95d1d4b8582312a227db6528e282 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 30 Apr 2019 15:03:20 -0500 Subject: [PATCH] Configure Ubuntu 18.04 flavor Configuring the Ubuntu 18.04 flavor and volume size Change-Id: I06109663045802016db9a4b4259d680da4b35878 Signed-off-by: Vanessa Rene Valderrama --- packer/vars/ubuntu-18.04-arm64.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json index eb839ad35..fefce1c45 100644 --- a/packer/vars/ubuntu-18.04-arm64.json +++ b/packer/vars/ubuntu-18.04-arm64.json @@ -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" } -- 2.16.6