Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide Ceph Client api #476

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -57,7 +57,7 @@ metadata:
capabilities: Full Lifecycle
categories: Storage
containerImage: quay.io/ocs-dev/ocs-operator:4.5.0
createdAt: "2020-04-08 16:20:49"
createdAt: "2020-04-20 09:39:07"
description: Red Hat OpenShift Container Storage provides hyperconverged storage
for applications within an OpenShift cluster.
external.cluster.ocs.openshift.io/supported: "true"
Expand All @@ -66,7 +66,7 @@ metadata:
operatorframework.io/suggested-namespace: openshift-storage
operators.operatorframework.io/internal-objects: '["cephclusters.ceph.rook.io",
"cephblockpools.ceph.rook.io", "cephobjectstores.ceph.rook.io", "cephobjectstoreusers.ceph.rook.io",
"cephnfses.ceph.rook.io", "noobaas.noobaa.io", "objectbuckets.objectbucket.io","objectbucketclaims.objectbucket.io","ocsinitializations.ocs.openshift.io",
"cephnfses.ceph.rook.io","cephclients.ceph.rook.io", "noobaas.noobaa.io", "objectbuckets.objectbucket.io","objectbucketclaims.objectbucket.io","ocsinitializations.ocs.openshift.io",
"storageclusterinitializations.ocs.openshift.io"]'
repository: https://github.com/openshift/ocs-operator
support: Red Hat
Expand Down
2 changes: 1 addition & 1 deletion hack/latest-csv-checksum.md5
@@ -1 +1 @@
5fd6c5326ea19a06b1c9557eb9d2645d
89aa0f300c95303878f10f75e83eb497
2 changes: 1 addition & 1 deletion tools/csv-merger/csv-merger.go
Expand Up @@ -625,7 +625,7 @@ The NooBaa operator deploys and manages the [NooBaa][2] Multi-Cloud Gateway on O
ocsCSV.Annotations["support"] = "Red Hat"
ocsCSV.Annotations["capabilities"] = "Full Lifecycle"
ocsCSV.Annotations["categories"] = "Storage"
ocsCSV.Annotations["operators.operatorframework.io/internal-objects"] = `["cephclusters.ceph.rook.io", "cephblockpools.ceph.rook.io", "cephobjectstores.ceph.rook.io", "cephobjectstoreusers.ceph.rook.io", "cephnfses.ceph.rook.io", "noobaas.noobaa.io", "objectbuckets.objectbucket.io","objectbucketclaims.objectbucket.io","ocsinitializations.ocs.openshift.io", "storageclusterinitializations.ocs.openshift.io"]`
ocsCSV.Annotations["operators.operatorframework.io/internal-objects"] = `["cephclusters.ceph.rook.io", "cephblockpools.ceph.rook.io", "cephobjectstores.ceph.rook.io", "cephobjectstoreusers.ceph.rook.io", "cephnfses.ceph.rook.io","cephclients.ceph.rook.io", "noobaas.noobaa.io", "objectbuckets.objectbucket.io","objectbucketclaims.objectbucket.io","ocsinitializations.ocs.openshift.io", "storageclusterinitializations.ocs.openshift.io"]`
ocsCSV.Annotations["operatorframework.io/suggested-namespace"] = "openshift-storage"
ocsCSV.Annotations["operatorframework.io/cluster-monitoring"] = "true"
ocsCSV.Annotations["alm-examples"] = `
Expand Down