Skip to content

Commit

Permalink
Merge pull request #752 from ceph/wip-adding-rhel9.3
Browse files Browse the repository at this point in the history
Adding rhel 9.3 to cobbler
  • Loading branch information
dmick authored Feb 2, 2024
2 parents 8d64ea4 + 2ec5b49 commit 0614952
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 0614952

Please sign in to comment.