Skip to content

Commit

Permalink
feat(node): add Generic OS Debian (mingrammer#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier committed Jul 23, 2021
1 parent 97f4e85 commit 00cf325
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 17 deletions.
4 changes: 4 additions & 0 deletions diagrams/generic/os.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Centos(_Os):
_icon = "centos.png"


class Debian(_Os):
_icon = "debian.png"


class IOS(_Os):
_icon = "ios.png"

Expand Down
16 changes: 0 additions & 16 deletions diagrams/ibm/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,3 @@ class VpnPolicy(_Network):


# Aliases

ACL = Rules
CIS = InternetServices
DL = DirectLink
FIP = FloatingIp
FloatingIP = FloatingIp
FW = Firewall
LB = LoadBalancer
NLB = LoadBalancer
PublicGateway = Gateway
SecurityGroupRules = Rules
TG = TransitGateway
VPC = Vpc
VPNGateway = VpnGateway
VPNConnection = VpnConnection
VPNPolicy = VpnPolicy
1 change: 0 additions & 1 deletion diagrams/ibm/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ class Vpn(_Security):


# Aliases
VPN = Vpn
1 change: 1 addition & 0 deletions docs/nodes/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Node classes list of generic provider.

- **diagrams.generic.os.Android**
- **diagrams.generic.os.Centos**
- **diagrams.generic.os.Debian**
- **diagrams.generic.os.IOS**
- **diagrams.generic.os.LinuxGeneral**
- **diagrams.generic.os.Suse**
Expand Down
Binary file added resources/generic/os/debian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 00cf325

Please sign in to comment.