Skip to content

Commit

Permalink
Fixes #37244: Add new virtual hw versions for VSphere 8.0 and 8.0U2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bublitz committed Mar 12, 2024
1 parent 03bc5bc commit a9335e7
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 @@ -414,6 +414,8 @@ def scsi_controller_default_type
def vm_hw_versions
{
'Default' => _("Default"),
'vmx-21' => '21 (ESXi 8.0 U2)',
'vmx-20' => '20 (ESXi 8.0)',
'vmx-19' => '19 (ESXi 7.0 U2)',
'vmx-18' => '18 (ESXi 7.0 U1)',
'vmx-17' => '17 (ESXi 7.0)',
Expand Down

0 comments on commit a9335e7

Please sign in to comment.