base image was uploaded in qcow2 format.
this casued timeout in packer builds.
new image is in raw format.
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I0151e6b8677625e4477d93faa67cb1abdf84515c
--- /dev/null
+---
+fixes:
+ - |
+ Updated Ubuntu 18.04 image as the previous base image
+ was uploaded in qcow2 format.
+ This caused timeouts in packer builds.
+ New image is in raw format.
+
+ Replaces: "LF - Ubuntu 18.04 LTS (2020-07-28)"
+
+ With: "LF - Ubuntu 18.04 LTS (2019-12-11)"
{
"source_ami_filter_name": "*ubuntu*18.04*",
"source_ami_filter_owner": "099720109477",
- "base_image": "LF - Ubuntu 18.04 LTS (2019-12-11)",
+ "base_image": "LF - Ubuntu 18.04 LTS (2020-07-28)",
"distro": "Ubuntu 18.04",
"ssh_user": "ubuntu",
"cloud_user_data": "common-packer/provision/ubuntu-user_data.sh"