Skip to content

Commit ddbda9e

Browse files
committed
makefile: update scaleUp CR references for CSVs
Scale is introducing a remote cluster model with a client cluster, where no StorageCluster or CephCluster resources are present locally. ODF will manage these clusters as CNSA will be brought up via ODF only. Update the scaleUpOnInstanceOf CR entry points to reference the appropriate resources for this architecture instead of CephCluster based triggers, since CephCluster is no longer present. This ensures the client and related operators are scaled up correctly. Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
1 parent ec7edc4 commit ddbda9e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

bundle/odf-operator/manifests/odf-operator-pkgs-config-4.22.0_v1_configmap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
csv: cephcsi-operator.v4.22.0
66
pkg: cephcsi-operator
77
scaleUpOnInstanceOf:
8-
- cephclusters.ceph.rook.io
8+
- operatorconfigs.csi.ceph.io
99
CNSA: |
1010
channel: stable-v60.1
1111
csv: ibm-spectrum-scale-operator.v60.1.0
@@ -23,7 +23,7 @@ data:
2323
csv: csi-addons.v0.14.0
2424
pkg: csi-addons
2525
scaleUpOnInstanceOf:
26-
- cephclusters.ceph.rook.io
26+
- csiaddonsnodes.csiaddons.openshift.io
2727
IBM_CSI: |
2828
channel: stable-v1.12.4
2929
csv: ibm-block-csi-operator.v1.12.4
@@ -53,7 +53,7 @@ data:
5353
csv: ocs-client-operator.v4.22.0
5454
pkg: ocs-client-operator
5555
scaleUpOnInstanceOf:
56-
- cephclusters.ceph.rook.io
56+
- storageclients.ocs.openshift.io
5757
ODF_DEPS: |
5858
channel: alpha
5959
csv: odf-dependencies.v4.22.0
@@ -80,7 +80,7 @@ data:
8080
csv: odf-external-snapshotter-operator.v4.22.0
8181
pkg: odf-external-snapshotter-operator
8282
scaleUpOnInstanceOf:
83-
- cephclusters.ceph.rook.io
83+
- volumegroupsnapshotclasses.groupsnapshot.storage.openshift.io
8484
kind: ConfigMap
8585
metadata:
8686
name: odf-operator-pkgs-config-4.22.0

config/manager/configmap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ data:
88
csv: cephcsi-operator.v4.22.0
99
pkg: cephcsi-operator
1010
scaleUpOnInstanceOf:
11-
- cephclusters.ceph.rook.io
11+
- operatorconfigs.csi.ceph.io
1212
CSIADDONS: |
1313
channel: alpha
1414
csv: csi-addons.v0.14.0
1515
pkg: csi-addons
1616
scaleUpOnInstanceOf:
17-
- cephclusters.ceph.rook.io
17+
- csiaddonsnodes.csiaddons.openshift.io
1818
SNAPSHOT_CONTROLLER: |
1919
channel: alpha
2020
csv: odf-external-snapshotter-operator.v4.22.0
2121
pkg: odf-external-snapshotter-operator
2222
scaleUpOnInstanceOf:
23-
- cephclusters.ceph.rook.io
23+
- volumegroupsnapshotclasses.groupsnapshot.storage.openshift.io
2424
IBM_ODF: |
2525
channel: stable-v1.8
2626
csv: ibm-storage-odf-operator.v1.8.0
@@ -44,7 +44,7 @@ data:
4444
csv: ocs-client-operator.v4.22.0
4545
pkg: ocs-client-operator
4646
scaleUpOnInstanceOf:
47-
- cephclusters.ceph.rook.io
47+
- storageclients.ocs.openshift.io
4848
OCS: |
4949
channel: alpha
5050
csv: ocs-operator.v4.22.0

hack/make-files.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ data:
3838
csv: $(CEPHCSI_SUBSCRIPTION_CSVNAME)
3939
pkg: $(CEPHCSI_SUBSCRIPTION_PACKAGE)
4040
scaleUpOnInstanceOf:
41-
- cephclusters.ceph.rook.io
41+
- operatorconfigs.csi.ceph.io
4242
CSIADDONS: |
4343
channel: $(CSIADDONS_SUBSCRIPTION_CHANNEL)
4444
csv: $(CSIADDONS_SUBSCRIPTION_CSVNAME)
4545
pkg: $(CSIADDONS_SUBSCRIPTION_PACKAGE)
4646
scaleUpOnInstanceOf:
47-
- cephclusters.ceph.rook.io
47+
- csiaddonsnodes.csiaddons.openshift.io
4848
SNAPSHOT_CONTROLLER: |
4949
channel: $(ODF_SNAPSHOT_CONTROLLER_SUBSCRIPTION_CHANNEL)
5050
csv: $(ODF_SNAPSHOT_CONTROLLER_SUBSCRIPTION_CSVNAME)
5151
pkg: $(ODF_SNAPSHOT_CONTROLLER_SUBSCRIPTION_PACKAGE)
5252
scaleUpOnInstanceOf:
53-
- cephclusters.ceph.rook.io
53+
- volumegroupsnapshotclasses.groupsnapshot.storage.openshift.io
5454
IBM_ODF: |
5555
channel: $(IBM_ODF_SUBSCRIPTION_CHANNEL)
5656
csv: $(IBM_ODF_SUBSCRIPTION_CSVNAME)
@@ -74,7 +74,7 @@ data:
7474
csv: $(OCS_CLIENT_SUBSCRIPTION_CSVNAME)
7575
pkg: $(OCS_CLIENT_SUBSCRIPTION_PACKAGE)
7676
scaleUpOnInstanceOf:
77-
- cephclusters.ceph.rook.io
77+
- storageclients.ocs.openshift.io
7878
OCS: |
7979
channel: $(OCS_SUBSCRIPTION_CHANNEL)
8080
csv: $(OCS_SUBSCRIPTION_CSVNAME)

0 commit comments

Comments
 (0)