From: Adam Kraitman Date: Thu, 20 Feb 2020 15:15:46 +0000 (+0200) Subject: Adding Fedora 31 to sepia cobbler X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=42a33acf64f5df2dad5c9fb3b77ae8d4817f5bd4;p=ceph-cm-ansible.git Adding Fedora 31 to sepia cobbler Signed-off-by: Adam Kraitman --- diff --git a/cobbler.yml b/cobbler.yml index b16261b..6e9a23a 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -20,6 +20,7 @@ - { role: cobbler_profile, distro_name: RHEL-8.0-Server-x86_64, tags: ['rhel8.0'] } - { role: cobbler_profile, distro_name: RHEL-8.1-Server-x86_64, tags: ['rhel8.1'] } - { role: cobbler_profile, distro_name: Fedora-22-Server-x86_64, tags: ['fedora22'] } + - { role: cobbler_profile, distro_name: Fedora-31-Server-x86_64, tags: ['fedora31'] } - { role: cobbler_profile, distro_name: CentOS-6.7-x86_64, tags: ['centos6.7'] } - { role: cobbler_profile, distro_name: CentOS-7.0-x86_64, tags: ['centos7.0'] } - { role: cobbler_profile, distro_name: CentOS-7.1-x86_64, tags: ['centos7.1'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index ff809df..f93749d 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -40,6 +40,10 @@ distros: iso: http://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/fedora/linux/releases/22/Server/x86_64/iso/Fedora-Server-DVD-x86_64-22.iso sha256: b2acfa7c7c6b5d2f51d3337600c2e52eeaa1a1084991181c28ca30343e52e0df kickstart: cephlab_rhel.ks + "Fedora-31-Server-x86_64": + iso: https://dl.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/iso/Fedora-Server-dvd-x86_64-31-1.9.iso + sha256: 225ebc160e40bb43c5de28bad9680e3a78a9db40c9e3f4f42f3ee3f10f95dbeb + kickstart: cephlab_rhel.ks "CentOS-6.7-x86_64": iso: http://ftp.linux.ncsu.edu/pub/CentOS/6.7/isos/x86_64/CentOS-6.7-x86_64-bin-DVD1.iso sha256: c0c1a05d3d74fb093c6232003da4b22b0680f59d3b2fa2cb7da736bc40b3f2c5