sidebar_label | title | description | hide_table_of_contents | type | category | sidebar_class_name | tags | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
rook-ceph |
Rook Ceph |
Rook is an open source cloud-native storage orchestrator that provides the platform, framework, and support for Ceph storage to natively integrate with cloud-native environments. Ceph is a distributed storage system that provides file, block, and object storage and is deployed in large-scale production clusters. |
true |
integration |
|
hide-from-sidebar |
|
data "spectrocloud_registry" "registry" {
name = "Public Repo"
}
data "spectrocloud_pack_simple" "csi-rook-ceph" {
name = "csi-rook-ceph-addon"
version = "1.14.0"
type = "helm"
registry_uid = data.spectrocloud_registry.registry.id
}