Skip to content

Commit 36f10a1

Browse files
committed
feat: add rhel8 and rhel9 to guest os list
1 parent a7f0c5c commit 36f10a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cloudprovider/vsphere/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ var GuestOSLookup = map[string]string{
204204
"rhel6Guest": "rhel6",
205205
"rhel7_64Guest": "rhel7",
206206
"rhel7Guest": "rhel7",
207+
"rhel8_64Guest": "rhel8",
208+
"rhel9_64Guest": "rhel9",
207209
"sjdsGuest": "sjds",
208210
"sles10_64Guest": "sles10",
209211
"sles10Guest": "sles10",

0 commit comments

Comments
 (0)