Skip to content

Commit

Permalink
feat(node): Added RedHat as a generic OS (mingrammer#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha authored and ajmaradiaga committed Nov 8, 2023
1 parent 2c7f94f commit 93e13e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions diagrams/generic/os.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class Raspbian(_Os):
_icon = "raspbian.png"


class RedHat(_Os):
_icon = "red-hat.png"


class Suse(_Os):
_icon = "suse.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Node classes list of generic provider.
<img width="30" src="/img/resources/generic/os/raspbian.png" alt="Raspbian" style="float: left; padding-right: 5px;" >
**diagrams.generic.os.Raspbian**

<img width="30" src="/img/resources/generic/os/red-hat.png" alt="RedHat" style="float: left; padding-right: 5px;" >
**diagrams.generic.os.RedHat**

<img width="30" src="/img/resources/generic/os/suse.png" alt="Suse" style="float: left; padding-right: 5px;" >
**diagrams.generic.os.Suse**

Expand Down
4 changes: 3 additions & 1 deletion docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ Node classes list of onprem provider.

## onprem.registry

- **diagrams.onprem.registry.Harbor**

<img width="30" src="/img/resources/onprem/registry/harbor.png" alt="Harbor" style="float: left; padding-right: 5px;" >
**diagrams.onprem.registry.Harbor**

## onprem.search

Expand Down
Binary file added resources/generic/os/red-hat.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 93e13e2

Please sign in to comment.