Skip to content

Commit

Permalink
Fixes #38121 - Add CentOS stream 10 and RHEL 10 Guest OSes for VMware
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored and stejskalleos committed Jan 8, 2025
1 parent 68c95ba commit 2d3efd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/compute_resources/foreman/model/vmware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def guest_types_descriptions
"centos7Guest" => "CentOS 7 (32-bit)",
"centos8_64Guest" => "CentOS 8 (64-bit)",
"centos9_64Guest" => "CentOS Stream 9 (64-bit)",
"centos10_64Guest" => "CentOS Stream 10 (64-bit)",
"centosGuest" => "CentOS 4/5 (32-bit)",
"coreos64Guest" => "CoreOS Linux (64-bit)",
"crxPod1Guest" => "CRX Pod 1",
Expand Down Expand Up @@ -347,6 +348,7 @@ def guest_types_descriptions
"rhel7Guest" => "Red Hat Enterprise Linux 7 (32-bit)",
"rhel8_64Guest" => "Red Hat Enterprise Linux 8 (64 bit)",
"rhel9_64Guest" => "Red Hat Enterprise Linux 9 (64 bit)",
"rhel10_64Guest" => "Red Hat Enterprise Linux 10 (64 bit)",
"rockylinux_64Guest" => "Rocky Linux (64-bit)",
"sjdsGuest" => "Sun Java Desktop System",
"sles10_64Guest" => "Suse Linux Enterprise Server 10 (64-bit)",
Expand Down

0 comments on commit 2d3efd9

Please sign in to comment.