Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,7 @@ const (
ClusterProfileLibvirtS390x2 ClusterProfile = "libvirt-s390x-2"
ClusterProfileLibvirtS390xAmd64 ClusterProfile = "libvirt-s390x-amd64"
ClusterProfileLibvirtS390xVPN ClusterProfile = "libvirt-s390x-vpn"
ClusterProfileMetalPerfscaleBMCPT ClusterProfile = "metal-perfscale-cpt"
ClusterProfileMetalPerfscaleCPT ClusterProfile = "metal-perscale-cpt"
ClusterProfileMetalPerfscaleJetlag ClusterProfile = "metal-perfscale-jetlag"
ClusterProfileMetalPerfscaleOSP ClusterProfile = "metal-perfscale-osp"
Expand Down Expand Up @@ -1621,6 +1622,7 @@ func ClusterProfiles() []ClusterProfile {
ClusterProfileLibvirtS390x2,
ClusterProfileLibvirtS390xAmd64,
ClusterProfileLibvirtS390xVPN,
ClusterProfileMetalPerfscaleBMCPT,
ClusterProfileMetalPerfscaleCPT,
ClusterProfileMetalPerfscaleJetlag,
ClusterProfileMetalPerfscaleOSP,
Expand Down Expand Up @@ -1877,6 +1879,8 @@ func (p ClusterProfile) ClusterType() string {
return "libvirt-s390x-vpn"
case ClusterProfileMetalRHgs:
return "metal-redhat-gs"
case ClusterProfileMetalPerfscaleBMCPT:
return "metal-perfscale-cpt"
case ClusterProfileMetalPerfscaleCPT:
return "metal-perscale-cpt"
case ClusterProfileMetalPerfscaleJetlag:
Expand Down