From: Adam Kraitman Date: Wed, 21 Aug 2019 12:58:41 +0000 (+0300) Subject: Adding RHEL7.7-x86_64 to cobbler_profile X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F468%2Fhead;p=ceph-cm-ansible.git Adding RHEL7.7-x86_64 to cobbler_profile Signed-off-by: Adam Kraitman --- diff --git a/cobbler.yml b/cobbler.yml index ad5939b2..609a07c4 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -15,6 +15,7 @@ - { role: cobbler_profile, distro_name: RHEL-7.4-Server-x86_64, tags: ['rhel7.4'] } - { role: cobbler_profile, distro_name: RHEL-7.5-Server-x86_64, tags: ['rhel7.5'] } - { role: cobbler_profile, distro_name: RHEL-7.6-Server-x86_64, tags: ['rhel7.6'] } + - { role: cobbler_profile, distro_name: RHEL-7.7-Server-x86_64, tags: ['rhel7.7'] } - { role: cobbler_profile, distro_name: RHEL-8.0-Server-x86_64, tags: ['rhel8.0'] } - { role: cobbler_profile, distro_name: Fedora-22-Server-x86_64, tags: ['fedora22'] } - { role: cobbler_profile, distro_name: CentOS-7.0-x86_64, tags: ['centos7.0'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index edf9b9d3..2a470016 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -28,6 +28,8 @@ distros: iso: "" "RHEL-7.6-Server-x86_64": iso: "" + "RHEL-7.7-Server-x86_64": + iso: "" "RHEL-8.0-Server-x86_64": iso: "" "Fedora-22-Server-x86_64":