Skip to content

Commit

Permalink
Add: OpenServiceMesh component (#260)
Browse files Browse the repository at this point in the history
* Add: OpenServiceMesh component

Signed-off-by: Nicolas Lamirault <[email protected]>

* Update: use full name OpenServiceMesh name

Signed-off-by: Nicolas Lamirault <[email protected]>

* Update: add OSM alias for OpenServiceMesh

Signed-off-by: Nicolas Lamirault <[email protected]>

* Fix: name of resource

Signed-off-by: Nicolas Lamirault <[email protected]>

* Fix: name of OSM resource

Signed-off-by: Nicolas Lamirault <[email protected]>

* Fix: remove doc

Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Sep 16, 2020
1 parent 6efca10 commit d46cefe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"network": {
"Etcd": "ETCD",
"Haproxy": "HAProxy",
"OpenServiceMesh": "OSM",
"Pfsense": "PFSense",
"Vyos": "VyOS"
},
Expand Down
5 changes: 5 additions & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ class Ocelot(_Network):
_icon = "ocelot.png"


class OpenServiceMesh(_Network):
_icon = "open-service-mesh.png"


class Pfsense(_Network):
_icon = "pfsense.png"

Expand Down Expand Up @@ -84,5 +88,6 @@ class Zookeeper(_Network):

ETCD = Etcd
HAProxy = Haproxy
OSM = OpenServiceMesh
PFSense = Pfsense
VyOS = Vyos
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.network.Linkerd**
- **diagrams.onprem.network.Nginx**
- **diagrams.onprem.network.Ocelot**
- **diagrams.onprem.network.OpenServiceMesh**, **OSM** (alias)
- **diagrams.onprem.network.Pfsense**, **PFSense** (alias)
- **diagrams.onprem.network.Pomerium**
- **diagrams.onprem.network.Tomcat**
Expand Down
Binary file added resources/onprem/network/open-service-mesh.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 d46cefe

Please sign in to comment.