Skip to content

Commit 9a2dbe7

Browse files
committed
remove alibaba
1 parent dc4b0c4 commit 9a2dbe7

File tree

5 files changed

+5
-1465
lines changed

5 files changed

+5
-1465
lines changed

manifests/01-registry-credentials-request-alibaba.yaml

Lines changed: 0 additions & 81 deletions
This file was deleted.

pkg/storage/ibmcos/ibmcos.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,18 @@ import (
3030
"github.com/IBM/platform-services-go-sdk/resourcecontrollerv2"
3131
"github.com/IBM/platform-services-go-sdk/resourcemanagerv2"
3232
"github.com/golang-jwt/jwt"
33+
3334
configapiv1 "github.com/openshift/api/config/v1"
3435
imageregistryv1 "github.com/openshift/api/imageregistry/v1"
3536
operatorapi "github.com/openshift/api/operator/v1"
3637

38+
powerUtils "github.com/ppc64le-cloud/powervs-utils"
39+
3740
regopclient "github.com/openshift/cluster-image-registry-operator/pkg/client"
3841
"github.com/openshift/cluster-image-registry-operator/pkg/defaults"
3942
"github.com/openshift/cluster-image-registry-operator/pkg/envvar"
4043
"github.com/openshift/cluster-image-registry-operator/pkg/storage/util"
4144
"github.com/openshift/cluster-image-registry-operator/pkg/version"
42-
powerUtils "github.com/ppc64le-cloud/powervs-utils"
4345
)
4446

4547
const (
@@ -518,7 +520,7 @@ func (d *driver) setServiceEndpointOverrides(infra *configapiv1.Infrastructure)
518520
}
519521
}
520522
}
521-
case configapiv1.AWSPlatformType, configapiv1.AzurePlatformType, configapiv1.BareMetalPlatformType, configapiv1.GCPPlatformType, configapiv1.LibvirtPlatformType, configapiv1.OpenStackPlatformType, configapiv1.NonePlatformType, configapiv1.VSpherePlatformType, configapiv1.OvirtPlatformType, configapiv1.KubevirtPlatformType, configapiv1.EquinixMetalPlatformType, configapiv1.AlibabaCloudPlatformType, configapiv1.NutanixPlatformType, configapiv1.ExternalPlatformType:
523+
case configapiv1.AWSPlatformType, configapiv1.AzurePlatformType, configapiv1.BareMetalPlatformType, configapiv1.GCPPlatformType, configapiv1.LibvirtPlatformType, configapiv1.OpenStackPlatformType, configapiv1.NonePlatformType, configapiv1.VSpherePlatformType, configapiv1.OvirtPlatformType, configapiv1.KubevirtPlatformType, configapiv1.EquinixMetalPlatformType, configapiv1.NutanixPlatformType, configapiv1.ExternalPlatformType, configapiv1.AlibabaCloudPlatformType:
522524
klog.Infof("provider type unsupported by IBM Cloud: %s", infra.Status.PlatformStatus.Type)
523525
default:
524526
klog.Infof("ignoring unknown provider type: %s", infra.Status.PlatformStatus.Type)

0 commit comments

Comments
 (0)