Ver a proveniência
feat(node): Add Portwork to onprem storage (#782)
* Add Portworx to onprem storage.
* Remove website/static/img/resources/resources/
pull/666/head
Matthew Fine
há 2 anos
committed by
GitHub
ascendente
cometimento
d4d24834f7
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
3 ficheiros alterados com
7 adições e
0 eliminações
-
diagrams/onprem/storage.py
-
docs/nodes/onprem.md
-
BIN
resources/onprem/storage/portworx.png
|
|
@@ -20,6 +20,10 @@ class Glusterfs(_Storage): |
|
|
|
_icon = "glusterfs.png" |
|
|
|
|
|
|
|
|
|
|
|
class Portworx(_Storage): |
|
|
|
_icon = "portworx.png" |
|
|
|
|
|
|
|
|
|
|
|
# Aliases |
|
|
|
|
|
|
|
CEPH = Ceph |
|
|
|
|
|
@@ -530,6 +530,9 @@ Node classes list of onprem provider. |
|
|
|
<img width="30" src="/img/resources/onprem/storage/glusterfs.png" alt="Glusterfs" style="float: left; padding-right: 5px;" > |
|
|
|
**diagrams.onprem.storage.Glusterfs** |
|
|
|
|
|
|
|
<img width="30" src="/img/resources/onprem/storage/portworx.png" alt="Portworx" style="float: left; padding-right: 5px;" > |
|
|
|
**diagrams.onprem.storage.Portworx** |
|
|
|
|
|
|
|
## onprem.tracing |
|
|
|
|
|
|
|
|
|
|
|
Antes
|
Depois
|
|
|
|
Largura: 256
|
Altura: 256
|
Tamanho: 10 KiB
|