From 1007a769cb79465c6f0ef85f0de10bdf953866ba Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 30 Jan 2019 22:54:54 +1000 Subject: [PATCH] Update to CentOS 7.6 1811 base image The CentOS 7.6 1811 image bundles OpenJDK 11 required for ODL. Change-Id: I6e34bf69933a90a6a9c1bdd8d1d04ef95a2f5d71 Signed-off-by: Anil Belur --- releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml | 5 +++++ vars/centos-7.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml diff --git a/releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml b/releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml new file mode 100644 index 0000000..b68f31c --- /dev/null +++ b/releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + The CentOS 7.6 1811 base image is uploaded on the cloud provider. Switch + the packer var files to build from the latest CentOS 7.6 1811 base image. diff --git a/vars/centos-7.json b/vars/centos-7.json index e765352..112081d 100644 --- a/vars/centos-7.json +++ b/vars/centos-7.json @@ -1,7 +1,7 @@ { "source_ami_filter_name": "*CentOS Linux 7*HVM*", "source_ami_filter_owner": "679593333241", - "base_image": "LF - CentOS 7.1808 (2018-09-06)", + "base_image": "LF - CentOS 7.1811 (2018-12-03)", "distro": "CentOS 7", "ssh_user": "centos", "cloud_user_data": "common-packer/provision/rh-user_data.sh" -- 2.16.6