From 9a00328a047d55f0926381c8af1e35de36b6f04e Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 28 Jul 2020 15:22:24 -0400 Subject: [PATCH] Update Ubuntu base image to 2020-07-28 snapshot base image was uploaded in qcow2 format. this casued timeout in packer builds. new image is in raw format. Signed-off-by: Aric Gardner Change-Id: I0151e6b8677625e4477d93faa67cb1abdf84515c --- .../notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml | 11 +++++++++++ vars/ubuntu-18.04.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml diff --git a/releasenotes/notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml b/releasenotes/notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml new file mode 100644 index 0000000..6ad66a5 --- /dev/null +++ b/releasenotes/notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml @@ -0,0 +1,11 @@ +--- +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)" diff --git a/vars/ubuntu-18.04.json b/vars/ubuntu-18.04.json index a02e5ec..164e416 100644 --- a/vars/ubuntu-18.04.json +++ b/vars/ubuntu-18.04.json @@ -1,7 +1,7 @@ { "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" -- 2.16.6