From 2ef8a1b2daa8a1e5f0aa0e0330f9ca7e53a9ca63 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 29 Jan 2020 10:33:57 -0500 Subject: [PATCH] Add CentOS 8.1 Signed-off-by: David Galloway --- cobbler.yml | 1 + roles/cobbler_profile/defaults/main.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/cobbler.yml b/cobbler.yml index 520ca57f..b16261b6 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -30,6 +30,7 @@ - { role: cobbler_profile, distro_name: CentOS-7.6-x86_64, tags: ['centos7.6'] } - { role: cobbler_profile, distro_name: CentOS-7.7-x86_64, tags: ['centos7.7'] } - { role: cobbler_profile, distro_name: CentOS-8.0-x86_64, tags: ['centos8.0'] } + - { role: cobbler_profile, distro_name: CentOS-8.1-x86_64, tags: ['centos8.1'] } - { role: cobbler_profile, distro_name: Ubuntu-12.04-server-x86_64, tags: ['ubuntu-precise'] } - { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64, tags: ['ubuntu-trusty'] } - { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64, tags: ['ubuntu-vivid'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index 51d2ed17..6aae02a6 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -80,6 +80,10 @@ distros: iso: http://mirror.linux.duke.edu/pub/centos/8.0.1905/isos/x86_64/CentOS-8-x86_64-1905-dvd1.iso sha256: ea17ef71e0df3f6bf1d4bf1fc25bec1a76d1f211c115d39618fe688be34503e8 kickstart: cephlab_rhel.ks + "CentOS-8.1-x86_64": + iso: http://mirror.linux.duke.edu/pub/centos/8.1.1911/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso + sha256: 3ee3f4ea1538e026fff763e2b284a6f20b259d91d1ad5688f5783a67d279423b + kickstart: cephlab_rhel.ks "Ubuntu-12.04-server-x86_64": iso: "http://releases.ubuntu.com/12.04/ubuntu-12.04.5-server-amd64.iso" sha256: af224223de99e2a730b67d7785b657f549be0d63221188e105445f75fb8305c9 -- 2.47.3