Skip to content

Commit de0266c

Browse files
committed
Add metal-perfscale-cpt cluster profile
Signed-off-by: Marius Cornea <[email protected]>
1 parent 181f7cb commit de0266c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/api/types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,7 @@ const (
14161416
ClusterProfileLibvirtS390x2 ClusterProfile = "libvirt-s390x-2"
14171417
ClusterProfileLibvirtS390xAmd64 ClusterProfile = "libvirt-s390x-amd64"
14181418
ClusterProfileLibvirtS390xVPN ClusterProfile = "libvirt-s390x-vpn"
1419+
ClusterProfileMetalPerfscaleBMCPT ClusterProfile = "metal-perfscale-cpt"
14191420
ClusterProfileMetalPerfscaleCPT ClusterProfile = "metal-perscale-cpt"
14201421
ClusterProfileMetalPerfscaleJetlag ClusterProfile = "metal-perfscale-jetlag"
14211422
ClusterProfileMetalPerfscaleOSP ClusterProfile = "metal-perfscale-osp"
@@ -1611,6 +1612,7 @@ func ClusterProfiles() []ClusterProfile {
16111612
ClusterProfileLibvirtS390x2,
16121613
ClusterProfileLibvirtS390xAmd64,
16131614
ClusterProfileLibvirtS390xVPN,
1615+
ClusterProfileMetalPerfscaleBMCPT,
16141616
ClusterProfileMetalPerfscaleCPT,
16151617
ClusterProfileMetalPerfscaleJetlag,
16161618
ClusterProfileMetalPerfscaleOSP,
@@ -1866,6 +1868,8 @@ func (p ClusterProfile) ClusterType() string {
18661868
return "libvirt-s390x-vpn"
18671869
case ClusterProfileMetalRHgs:
18681870
return "metal-redhat-gs"
1871+
case ClusterProfileMetalPerfscaleBMCPT:
1872+
return "metal-perfscale-cpt"
18691873
case ClusterProfileMetalPerfscaleCPT:
18701874
return "metal-perscale-cpt"
18711875
case ClusterProfileMetalPerfscaleJetlag:

0 commit comments

Comments
 (0)