Skip to content

Commit

Permalink
Adding rhel 9.3 to cobbler
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/64148

Signed-off-by: Adam Kraitman <akraitma@redhat.com>
  • Loading branch information
akraitman committed Feb 1, 2024
1 parent 8d64ea4 commit 2ec5b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cobbler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- { role: cobbler_profile, distro_name: RHEL-8.5-Server-x86_64, tags: ['rhel8.5'] }
- { role: cobbler_profile, distro_name: RHEL-8.6-Server-x86_64, tags: ['rhel8.6'] }
- { role: cobbler_profile, distro_name: RHEL-9.0-Server-x86_64, tags: ['rhel9.0'] }
- { role: cobbler_profile, distro_name: RHEL-9.3-Server-x86_64, tags: ['rhel9.3'] }
- { 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'] }
Expand Down
2 changes: 2 additions & 0 deletions roles/cobbler_profile/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ distros:
iso: ""
"RHEL-9.0-Server-x86_64":
iso: ""
"RHEL-9.3-Server-x86_64":
iso: ""
"CentOS-8.stream-x86_64":
iso: ""
"CentOS-9.stream-x86_64":
Expand Down

0 comments on commit 2ec5b49

Please sign in to comment.