Skip to content

Commit

Permalink
Add more PNG images
Browse files Browse the repository at this point in the history
Created new resource type under onprem called client
  • Loading branch information
xbglowx committed Mar 5, 2020
1 parent 848e304 commit c0b5858
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 0 deletions.
8 changes: 8 additions & 0 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ class GlobalAccelerator(_Network):
_icon = "global-accelerator.png"


class InternetGateway(_Network):
_icon = "internet-gateway.png"


class NateGateway(_Network):
_icon = "nate-gateway.png"


class NetworkingAndContentDelivery(_Network):
_icon = "networking-and-content-delivery.png"

Expand Down
23 changes: 23 additions & 0 deletions diagrams/onprem/client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Client(_OnPrem):
_type = "client"
_icon_dir = "resources/onprem/client"


class Client(_Client):
_icon = "client.png"


class User(_Client):
_icon = "user.png"


class Users(_Client):
_icon = "users.png"


# Aliases
4 changes: 4 additions & 0 deletions diagrams/onprem/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Compute(_OnPrem):
_icon_dir = "resources/onprem/compute"


class Nomad(_Compute):
_icon = "nomad.png"


class Server(_Compute):
_icon = "server.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class Haproxy(_Network):
_icon = "haproxy.png"


class Internet(_Network):
_icon = "internet.png"


class Istio(_Network):
_icon = "istio.png"

Expand Down
15 changes: 15 additions & 0 deletions diagrams/onprem/security.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Security(_OnPrem):
_type = "security"
_icon_dir = "resources/onprem/security"


class Vault(_Security):
_icon = "vault.png"


# Aliases
2 changes: 2 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Node classes list of aws provider.
- **diagrams.aws.network.DirectConnect**
- **diagrams.aws.network.ElasticLoadBalancing**, **ELB** (alias)
- **diagrams.aws.network.GlobalAccelerator**, **GAX** (alias)
- **diagrams.aws.network.InternetGateway**
- **diagrams.aws.network.NateGateway**
- **diagrams.aws.network.NetworkingAndContentDelivery**
- **diagrams.aws.network.Privatelink**
- **diagrams.aws.network.Route53**
Expand Down
12 changes: 12 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.database.Oracle**
- **diagrams.onprem.database.Postgresql**, **PostgreSQL** (alias)

## onprem.security

- **diagrams.onprem.security.Vault**

## onprem.ci

- **diagrams.onprem.ci.Circleci**, **CircleCI** (alias)
Expand All @@ -34,6 +38,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.network.Envoy**
- **diagrams.onprem.network.Etcd**
- **diagrams.onprem.network.Haproxy**
- **diagrams.onprem.network.Internet**
- **diagrams.onprem.network.Istio**
- **diagrams.onprem.network.Kong**
- **diagrams.onprem.network.Linkerd**
Expand Down Expand Up @@ -61,6 +66,7 @@ Node classes list of onprem provider.

## onprem.compute

- **diagrams.onprem.compute.Nomad**
- **diagrams.onprem.compute.Server**

## onprem.workflow
Expand Down Expand Up @@ -88,6 +94,12 @@ Node classes list of onprem provider.
- **diagrams.onprem.monitoring.Prometheus**
- **diagrams.onprem.monitoring.Splunk**

## onprem.client

- **diagrams.onprem.client.Client**
- **diagrams.onprem.client.User**
- **diagrams.onprem.client.Users**

## onprem.logging

- **diagrams.onprem.logging.Fluentd**
Expand Down
Binary file added resources/aws/network/internet-gateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/network/nate-gateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/client/client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/client/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/client/users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/compute/nomad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/network/internet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/security/vault.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 c0b5858

Please sign in to comment.