From 5743c8a9739e2f529a9d8f3c31618d8b4ba9fb7d Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 4 Feb 2020 10:39:06 -0600 Subject: Fix 16.04 ARM image Fix the flavor and add storage to resolve build errors Change-Id: I02ff657319760e29dfdddf79024294fc37e5640c Signed-off-by: Vanessa Rene Valderrama --- packer/vars/ubuntu-16.04-arm64.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packer') diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json index df278c9a8..42ff07bd1 100644 --- a/packer/vars/ubuntu-16.04-arm64.json +++ b/packer/vars/ubuntu-16.04-arm64.json @@ -3,8 +3,10 @@ "base_image": "Ubuntu 16.04 LTS (arm64) [2019-12-11]", "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", "distro": "Ubuntu 16.04", - "flavor": "lf-standard-1", + "flavor": "v2-standard-1", "source_ami_filter_name": "*ubuntu*16.04*", "source_ami_filter_owner": "099720109477", - "ssh_user": "ubuntu" + "ssh_user": "ubuntu", + "vm_use_block_storage": "true", + "vm_image_disk_format": "raw" } -- cgit 1.2.3-korg