@@ -1458,6 +1458,7 @@ const (
14581458 ClusterProfilePOWERVS6 ClusterProfile = "powervs-6"
14591459 ClusterProfilePOWERVS7 ClusterProfile = "powervs-7"
14601460 ClusterProfilePOWERVS8 ClusterProfile = "powervs-8"
1461+ ClusterProfilePOWERVS9 ClusterProfile = "powervs-9"
14611462 ClusterProfileLibvirtPpc64le ClusterProfile = "libvirt-ppc64le"
14621463 ClusterProfileLibvirtPpc64leS2S ClusterProfile = "libvirt-ppc64le-s2s"
14631464 ClusterProfileLibvirtS390x ClusterProfile = "libvirt-s390x"
@@ -1680,6 +1681,7 @@ func ClusterProfiles() []ClusterProfile {
16801681 ClusterProfilePOWERVS6 ,
16811682 ClusterProfilePOWERVS7 ,
16821683 ClusterProfilePOWERVS8 ,
1684+ ClusterProfilePOWERVS9 ,
16831685 ClusterProfileKubevirt ,
16841686 ClusterProfileLibvirtPpc64le ,
16851687 ClusterProfileLibvirtPpc64leS2S ,
@@ -1957,6 +1959,8 @@ func (p ClusterProfile) ClusterType() string {
19571959 return "powervs-7"
19581960 case ClusterProfilePOWERVS8 :
19591961 return "powervs-8"
1962+ case ClusterProfilePOWERVS9 :
1963+ return "powervs-9"
19601964 case ClusterProfileLibvirtPpc64le :
19611965 return "libvirt-ppc64le"
19621966 case ClusterProfileLibvirtPpc64leS2S :
@@ -2302,6 +2306,8 @@ func (p ClusterProfile) LeaseType() string {
23022306 return "powervs-7-quota-slice"
23032307 case ClusterProfilePOWERVS8 :
23042308 return "powervs-8-quota-slice"
2309+ case ClusterProfilePOWERVS9 :
2310+ return "powervs-9-quota-slice"
23052311 case ClusterProfileLibvirtPpc64le :
23062312 return "libvirt-ppc64le-quota-slice"
23072313 case ClusterProfileLibvirtPpc64leS2S :
@@ -2547,7 +2553,7 @@ func LeaseTypeFromClusterType(t string) (string, error) {
25472553 "ibmcloud-multi-s390x" , "nutanix" , "nutanix-qe" , "nutanix-qe-dis" , "nutanix-qe-zone" , "nutanix-qe-gpu" ,
25482554 "nutanix-qe-flow" , "openstack" , "openstack-osuosl" , "openstack-vexxhost" , "openstack-ppc64le" ,
25492555 "openstack-nerc-dev" , "vsphere" , "ovirt" , "packet" , "packet-edge" , "powervc-1" , "powervs-multi-1" ,
2550- "powervs-1" , "powervs-2" , "powervs-3" , "powervs-4" , "powervs-5" , "powervs-6" , "powervs-7" , "powervs-8" ,
2556+ "powervs-1" , "powervs-2" , "powervs-3" , "powervs-4" , "powervs-5" , "powervs-6" , "powervs-7" , "powervs-8" , "powervs-9" ,
25512557 "kubevirt" , "aws-cpaas" , "osd-ephemeral" , "gcp-virtualization" , "aws-virtualization" ,
25522558 "azure-virtualization" , "hypershift-aws" , "hypershift-aks" , "hypershift-azure" ,
25532559 "hypershift-powervs" , "hypershift-powervs-cb" , "hypershift-gcp" , "aws-mco-qe" ,
0 commit comments