Update to CentOS 7.6 1811 base image 69/14369/2
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 30 Jan 2019 12:54:54 +0000 (22:54 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 30 Jan 2019 13:15:37 +0000 (23:15 +1000)
The CentOS 7.6 1811 image bundles OpenJDK 11
required for ODL.

Change-Id: I6e34bf69933a90a6a9c1bdd8d1d04ef95a2f5d71
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml [new file with mode: 0644]
vars/centos-7.json

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 (file)
index 0000000..b68f31c
--- /dev/null
@@ -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.
index e765352..112081d 100644 (file)
@@ -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"