Add: Rook storage

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/326/head
Nicolas Lamirault 5 years ago
parent 3a6a18d17c
commit 33ce8191dc
No known key found for this signature in database
GPG Key ID: 65D6BB0526B7051F

@ -13,6 +13,8 @@ class Ceph(_Storage):
_icon = "ceph.png" _icon = "ceph.png"
class Glusterfs(_Storage): class Glusterfs(_Storage):
_icon = "glusterfs.png" _icon = "glusterfs.png"
class Rook(_Storage):
_icon = "rook.png"
# Aliases # Aliases

@ -197,6 +197,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.storage.CephOsd** - **diagrams.onprem.storage.CephOsd**
- **diagrams.onprem.storage.Ceph** - **diagrams.onprem.storage.Ceph**
- **diagrams.onprem.storage.Glusterfs** - **diagrams.onprem.storage.Glusterfs**
- **diagrams.onprem.storage.Rook**
## onprem.vcs ## onprem.vcs

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Loading…
Cancel
Save