From: Adam Kraitman Date: Sun, 30 Jul 2023 13:54:31 +0000 (+0300) Subject: Adding VMware ESXi-7.0 to cobbler X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F745%2Fhead;p=ceph-cm-ansible.git Adding VMware ESXi-7.0 to cobbler Fixes: https://tracker.ceph.com/issues/61779 Signed-off-by: Adam Kraitman --- diff --git a/cobbler.yml b/cobbler.yml index 91e64404..81047978 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -57,5 +57,6 @@ - { role: cobbler_profile, distro_name: openSUSE-15.0-x86_64, tags: ['opensuse-15.0'] } - { role: cobbler_profile, distro_name: openSUSE-15.1-x86_64, tags: ['opensuse-15.1'] } - { role: cobbler_profile, distro_name: openSUSE-15.2-x86_64, tags: ['opensuse-15.2'] } + - { role: cobbler_profile, distro_name: VMware-ESXi-7.0-x86_64, tags: ['esxi-7.0'] } - cobbler_systems become: true