Ver a proveniência
feat(node): DNS components: CoreDNS, PowerDNS (#302)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/343/head
Nicolas Lamirault
há 4 anos
committed by
GitHub
ascendente
cometimento
40ecaf6482
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
4 ficheiros alterados com
24 adições e
0 eliminações
-
diagrams/onprem/dns.py
-
docs/nodes/onprem.md
-
BIN
resources/onprem/dns/coredns.png
-
BIN
resources/onprem/dns/powerdns.png
|
|
@@ -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 |
|
|
@@ -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** |
|
|
|
Antes
|
Depois
|
|
|
|
Largura: 256
|
Altura: 256
|
Tamanho: 11 KiB
|
Antes
|
Depois
|
|
|
|
Largura: 256
|
Altura: 256
|
Tamanho: 33 KiB
|