Skip to content

Commit

Permalink
Merge pull request #943 from aruniiird/update-newly-enabled-features
Browse files Browse the repository at this point in the history
Updating the annotation for newly enabled features
  • Loading branch information
openshift-merge-robot committed Jan 4, 2021
2 parents 287d696 + f4bb4ca commit 0c1dccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ metadata:
eGNlcHRpb24gdGhyb3duIHN1Y2Nlc3NmdWxseToge30iLmZvcm1hdChlcnIpKQo=
external.features.ocs.openshift.io/supported-platforms: '["BareMetal", "None", "VSphere", "OpenStack", "oVirt"]'
external.features.ocs.openshift.io/validation: '{"secrets":["rook-ceph-operator-creds", "rook-csi-rbd-node", "rook-csi-rbd-provisioner"], "configMaps": ["rook-ceph-mon-endpoints", "rook-ceph-mon"], "storageClasses": ["ceph-rbd"], "cephClusters": ["monitoring-endpoint"]}'
features.ocs.openshift.io/enabled: '["external", "minimal_deployment", "encryption"]'
features.ocs.openshift.io/enabled: '["kms", "arbiter", "flexible-scaling"]'
olm.skipRange: '>=0.0.1 <4.8.0'
operatorframework.io/initialization-resource: "\n {\n \"apiVersion\": \"ocs.openshift.io/v1\",\n \"kind\": \"StorageCluster\",\n \"metadata\": {\n \"name\": \"example-storagecluster\",\n \"namespace\": \"openshift-storage\"\n },\n \"spec\": {\n \"manageNodes\": false,\n \"monPVCTemplate\": {\n \"spec\": {\n \"accessModes\": [\n \"ReadWriteOnce\"\n ],\n \"resources\": {\n \"requests\": {\n \"storage\": \"10Gi\"\n }\n },\n \"storageClassName\": \"gp2\"\n }\n },\n \"storageDeviceSets\": [\n {\n \"count\": 3,\n \"dataPVCTemplate\": {\n \"spec\": {\n \"accessModes\": [\n \"ReadWriteOnce\"\n ],\n \"resources\": {\n \"requests\": {\n \"storage\": \"1Ti\"\n }\n },\n \"storageClassName\": \"gp2\",\n \"volumeMode\": \"Block\"\n }\n },\n \"name\": \"example-deviceset\",\n \"placement\": {},\n \"portable\": true,\n \"resources\": {}\n }\n ]\n }\n }\n\t"
operatorframework.io/suggested-namespace: openshift-storage
Expand Down
2 changes: 1 addition & 1 deletion tools/csv-merger/csv-merger.go
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ The NooBaa operator deploys and manages the [NooBaa][2] Multi-Cloud Gateway on O
// Feature gating for Console. The array values are unique identifiers provided by the console.
// This can be used to enable/disable console support for any supported feature
// Example: "features.ocs.openshift.io/enabled": `["external", "foo1", "foo2", ...]`
ocsCSV.Annotations["features.ocs.openshift.io/enabled"] = `["external", "minimal_deployment", "encryption"]`
ocsCSV.Annotations["features.ocs.openshift.io/enabled"] = `["kms", "arbiter", "flexible-scaling"]`
// Used by UI to validate user uploaded metdata
// Metadata is used to connect to an external cluster
ocsCSV.Annotations["external.features.ocs.openshift.io/validation"] = `{"secrets":["rook-ceph-operator-creds", "rook-csi-rbd-node", "rook-csi-rbd-provisioner"], "configMaps": ["rook-ceph-mon-endpoints", "rook-ceph-mon"], "storageClasses": ["ceph-rbd"], "cephClusters": ["monitoring-endpoint"]}`
Expand Down

0 comments on commit 0c1dccc

Please sign in to comment.