From: Aric Gardner Date: Tue, 28 Jul 2020 19:22:24 +0000 (-0400) Subject: Update Ubuntu base image to 2020-07-28 snapshot X-Git-Tag: v0.6.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=9a00328a047d55f0926381c8af1e35de36b6f04e;p=releng%2Fcommon-packer.git 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 --- 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"