Skip to content

Commit 23092c4

Browse files
Merge pull request #602 from jakobmoellerdev/release-4.12-fixup-annotations-new
[release-4.12] OCPBUGS-31757: chore: update feature annotations for lvms
2 parents e1ee61e + e4dce91 commit 23092c4

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ kustomize: ## Download kustomize locally if necessary.
217217

218218
ENVTEST = $(shell pwd)/bin/setup-envtest
219219
envtest: ## Download envtest-setup locally if necessary.
220-
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
220+
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@bf15e44028f908c790721fc8fe67c7bf2d06a611)
221221

222222
JSONNET = $(shell pwd)/bin/jsonnet
223223
jsonnet: ## Download jsonnet locally if necessary.

bundle/manifests/lvms-operator.clusterserviceversion.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ metadata:
3131
containerImage: quay.io/ocs-dev/lvm-operator:latest
3232
description: Logical volume manager storage provides dynamically provisioned local
3333
storage for container workloads
34+
features.operators.openshift.io/cnf: "false"
35+
features.operators.openshift.io/cni: "false"
36+
features.operators.openshift.io/csi: "true"
37+
features.operators.openshift.io/disconnected: "true"
38+
features.operators.openshift.io/fips-compliant: "false"
39+
features.operators.openshift.io/proxy-aware: "false"
40+
features.operators.openshift.io/tls-profiles: "false"
41+
features.operators.openshift.io/token-auth-aws: "false"
42+
features.operators.openshift.io/token-auth-azure: "false"
43+
features.operators.openshift.io/token-auth-gcp: "false"
3444
olm.skipRange: ""
3545
operatorframework.io/cluster-monitoring: "true"
3646
operatorframework.io/initialization-resource: |-
@@ -56,14 +66,14 @@ metadata:
5666
}
5767
}
5868
operatorframework.io/suggested-namespace: openshift-storage
59-
operators.openshift.io/infrastructure-features: '["disconnected"]'
69+
operators.openshift.io/infrastructure-features: '["csi", "disconnected"]'
6070
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
6171
Platform Plus"]'
6272
operators.operatorframework.io/builder: operator-sdk-v1.23.0
6373
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io",
6474
"lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
6575
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
66-
repository: https://github.com/red-hat-storage/lvm-operator
76+
repository: https://github.com/openshift/lvm-operator
6777
labels:
6878
operatorframework.io/arch.amd64: supported
6979
operatorframework.io/arch.ppc64le: supported
@@ -431,7 +441,7 @@ spec:
431441
- LVM
432442
links:
433443
- name: Source Repository
434-
url: https://github.com/red-hat-storage/lvm-operator
444+
url: https://github.com/openshift/lvm-operator
435445
maintainers:
436446
- email: ocs-support@redhat.com
437447
name: Red Hat Support

config/manifests/bases/clusterserviceversion.yaml.in

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,19 @@ metadata:
3030
}
3131
}
3232
}
33-
repository: https://github.com/red-hat-storage/lvm-operator
33+
repository: https://github.com/openshift/lvm-operator
3434
operatorframework.io/suggested-namespace: openshift-storage
35-
operators.openshift.io/infrastructure-features: '["disconnected"]'
35+
features.operators.openshift.io/disconnected: "true"
36+
features.operators.openshift.io/fips-compliant: "false"
37+
features.operators.openshift.io/proxy-aware: "false"
38+
features.operators.openshift.io/cnf: "false"
39+
features.operators.openshift.io/cni: "false"
40+
features.operators.openshift.io/csi: "true"
41+
features.operators.openshift.io/tls-profiles: "false"
42+
features.operators.openshift.io/token-auth-aws: "false"
43+
features.operators.openshift.io/token-auth-azure: "false"
44+
features.operators.openshift.io/token-auth-gcp: "false"
45+
operators.openshift.io/infrastructure-features: '["csi", "disconnected"]'
3646
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
3747
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
3848
labels:
@@ -74,7 +84,7 @@ spec:
7484
- LVM
7585
links:
7686
- name: Source Repository
77-
url: https://github.com/red-hat-storage/lvm-operator
87+
url: https://github.com/openshift/lvm-operator
7888
maintainers:
7989
- email: ocs-support@redhat.com
8090
name: Red Hat Support

0 commit comments

Comments
 (0)