Skip to content

Commit

Permalink
Merge pull request #28154 from shiftstack/skip-disruption-lb-test
Browse files Browse the repository at this point in the history
Bug OCPBUGS-17483: Skip invariant load balancer test for OpenStack
  • Loading branch information
openshift-merge-robot committed Aug 9, 2023
2 parents 269d897 + a96d259 commit 380c820
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -99,7 +99,8 @@ func (w *availability) StartCollection(ctx context.Context, adminRESTConfig *res
infra.Status.PlatformStatus.Type == configv1.LibvirtPlatformType ||
infra.Status.PlatformStatus.Type == configv1.NutanixPlatformType ||
infra.Status.PlatformStatus.Type == configv1.VSpherePlatformType ||
infra.Status.PlatformStatus.Type == configv1.BareMetalPlatformType {
infra.Status.PlatformStatus.Type == configv1.BareMetalPlatformType ||
infra.Status.PlatformStatus.Type == configv1.OpenStackPlatformType {
w.notSupportedReason = fmt.Sprintf("platform %q is not supported", infra.Status.PlatformStatus.Type)
}
// single node clusters are not supported because the replication controller has 2 replicas with anti-affinity for running on the same node.
Expand Down

0 comments on commit 380c820

Please sign in to comment.