@@ -1445,6 +1445,7 @@ const (
14451445 ClusterProfilePOWERVS6 ClusterProfile = "powervs-6"
14461446 ClusterProfilePOWERVS7 ClusterProfile = "powervs-7"
14471447 ClusterProfilePOWERVS8 ClusterProfile = "powervs-8"
1448+ ClusterProfilePOWERVS9 ClusterProfile = "powervs-9"
14481449 ClusterProfileLibvirtPpc64le ClusterProfile = "libvirt-ppc64le"
14491450 ClusterProfileLibvirtPpc64leS2S ClusterProfile = "libvirt-ppc64le-s2s"
14501451 ClusterProfileLibvirtS390x ClusterProfile = "libvirt-s390x"
@@ -1667,6 +1668,7 @@ func ClusterProfiles() []ClusterProfile {
16671668 ClusterProfilePOWERVS6 ,
16681669 ClusterProfilePOWERVS7 ,
16691670 ClusterProfilePOWERVS8 ,
1671+ ClusterProfilePOWERVS9 ,
16701672 ClusterProfileKubevirt ,
16711673 ClusterProfileLibvirtPpc64le ,
16721674 ClusterProfileLibvirtPpc64leS2S ,
@@ -1944,6 +1946,8 @@ func (p ClusterProfile) ClusterType() string {
19441946 return "powervs-7"
19451947 case ClusterProfilePOWERVS8 :
19461948 return "powervs-8"
1949+ case ClusterProfilePOWERVS9 :
1950+ return "powervs-9"
19471951 case ClusterProfileLibvirtPpc64le :
19481952 return "libvirt-ppc64le"
19491953 case ClusterProfileLibvirtPpc64leS2S :
@@ -2289,6 +2293,8 @@ func (p ClusterProfile) LeaseType() string {
22892293 return "powervs-7-quota-slice"
22902294 case ClusterProfilePOWERVS8 :
22912295 return "powervs-8-quota-slice"
2296+ case ClusterProfilePOWERVS9 :
2297+ return "powervs-9-quota-slice"
22922298 case ClusterProfileLibvirtPpc64le :
22932299 return "libvirt-ppc64le-quota-slice"
22942300 case ClusterProfileLibvirtPpc64leS2S :
@@ -2534,7 +2540,7 @@ func LeaseTypeFromClusterType(t string) (string, error) {
25342540 "ibmcloud-multi-s390x" , "nutanix" , "nutanix-qe" , "nutanix-qe-dis" , "nutanix-qe-zone" , "nutanix-qe-gpu" ,
25352541 "nutanix-qe-flow" , "openstack" , "openstack-osuosl" , "openstack-vexxhost" , "openstack-ppc64le" ,
25362542 "openstack-nerc-dev" , "vsphere" , "ovirt" , "packet" , "packet-edge" , "powervc-1" , "powervs-multi-1" ,
2537- "powervs-1" , "powervs-2" , "powervs-3" , "powervs-4" , "powervs-5" , "powervs-6" , "powervs-7" , "powervs-8" ,
2543+ "powervs-1" , "powervs-2" , "powervs-3" , "powervs-4" , "powervs-5" , "powervs-6" , "powervs-7" , "powervs-8" , "powervs-9" ,
25382544 "kubevirt" , "aws-cpaas" , "osd-ephemeral" , "gcp-virtualization" , "aws-virtualization" ,
25392545 "azure-virtualization" , "hypershift-aws" , "hypershift-aks" , "hypershift-azure" ,
25402546 "hypershift-powervs" , "hypershift-powervs-cb" , "hypershift-gcp" , "aws-mco-qe" ,
0 commit comments