Add Centos 8 base image 00/63500/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 25 Mar 2020 15:06:45 +0000 (11:06 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 27 Mar 2020 16:57:16 +0000 (12:57 -0400)
Issue-ID: RELENG-2823
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I6c00ef45e269028f60a06f7f4aa9c38729ad952a

releasenotes/notes/add-centos-8-base-image-3100e7a5a9125e07c.yaml [new file with mode: 0644]
vars/centos-8.json [new file with mode: 0644]

diff --git a/releasenotes/notes/add-centos-8-base-image-3100e7a5a9125e07c.yaml b/releasenotes/notes/add-centos-8-base-image-3100e7a5a9125e07c.yaml
new file mode 100644 (file)
index 0000000..9ecb8be
--- /dev/null
@@ -0,0 +1,4 @@
+---
+upgrade:
+  - |
+    Add CentOS 8.x base image.
diff --git a/vars/centos-8.json b/vars/centos-8.json
new file mode 100644 (file)
index 0000000..663c7ca
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "source_ami_filter_name": "*CentOS Linux 8*HVM*",
+  "source_ami_filter_owner": "679593333241",
+  "base_image": "LF - CentOS 8.1.1991 (2020-03-26)",
+  "distro": "CentOS 8",
+  "ssh_user": "centos",
+  "cloud_user_data": "common-packer/provision/rh-user_data.sh"
+}