summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-04-30 15:03:20 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-04-30 16:11:32 -0500
commitd1d130fab0ba95d1d4b8582312a227db6528e282 (patch)
tree7dffc99b88b79439a0e007c3ed223f672a351f1f /packer
parent89a1887dcdc459f09b6bdfd25d0331be026e30a7 (diff)
Configure Ubuntu 18.04 flavor
Configuring the Ubuntu 18.04 flavor and volume size Change-Id: I06109663045802016db9a4b4259d680da4b35878 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r--packer/vars/ubuntu-18.04-arm64.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
index eb839ad3..fefce1c4 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"
}