Skip to content

Commit

Permalink
feat(node): Add Portwork to onprem storage (#782)
Browse files Browse the repository at this point in the history
* Add Portworx to onprem storage.

* Remove website/static/img/resources/resources/
  • Loading branch information
chewrocca authored Nov 9, 2022
1 parent e3e6d80 commit d4d2483
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Glusterfs(_Storage):
_icon = "glusterfs.png"


class Portworx(_Storage):
_icon = "portworx.png"


# Aliases

CEPH = Ceph
Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
Binary file added resources/onprem/storage/portworx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4d2483

Please sign in to comment.