Skip to content

Commit

Permalink
feat(node): DNS components: CoreDNS, PowerDNS (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Oct 23, 2020
1 parent 899620a commit 40ecaf6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions diagrams/onprem/dns.py
@@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Dns(_OnPrem):
_type = "dns"
_icon_dir = "resources/onprem/dns"


class Coredns(_Dns):
_icon = "coredns.png"


class Powerdns(_Dns):
_icon = "powerdns.png"


# Aliases
5 changes: 5 additions & 0 deletions docs/nodes/onprem.md
Expand Up @@ -91,6 +91,11 @@ Node classes list of onprem provider.
- **diagrams.onprem.database.Postgresql**, **PostgreSQL** (alias)
- **diagrams.onprem.database.Scylla**

## onprem.dns

- **diagrams.onprem.dns.Coredns**
- **diagrams.onprem.dns.Powerdns**

## onprem.etl

- **diagrams.onprem.etl.Embulk**
Expand Down
Binary file added resources/onprem/dns/coredns.png
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/dns/powerdns.png
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 40ecaf6

Please sign in to comment.