From: Dietmar Maurer Date: Tue, 5 Jan 2016 09:35:07 +0000 (+0100) Subject: add missing .nwdiag images for sysadmin.adoc X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=7871cd098d2792827e94ac6c79e2ab0992c38138;ds=sidebyside add missing .nwdiag images for sysadmin.adoc --- diff --git a/images/cluster-nwdiag.svg b/images/cluster-nwdiag.svg new file mode 100644 index 0000000..a9b35bb --- /dev/null +++ b/images/cluster-nwdiag.svg @@ -0,0 +1,56 @@ + + + + + + + + + blockdiag + nwdiag { + inet [shape = cloud]; + inet -- router; + + network cluster { + router; + + address = "210.x.x.x/24" + + node-01 [address = "210.x.x.1"]; + node-02 [address = "210.x.x.2"]; + node-03 [address = "210.x.x.2"]; + } +} + + + + + + + + + + + cluster + 210.x.x.x/24 + + + + inet + + + + router + + 210.x.x.1 + + node-01 + + 210.x.x.2 + + node-02 + + 210.x.x.2 + + node-03 + diff --git a/images/cluster.nwdiag b/images/cluster.nwdiag new file mode 100644 index 0000000..f7c5485 --- /dev/null +++ b/images/cluster.nwdiag @@ -0,0 +1,14 @@ +nwdiag { + inet [shape = cloud]; + inet -- router; + + network cluster { + router; + + address = "210.x.x.x/24" + + node-01 [address = "210.x.x.1"]; + node-02 [address = "210.x.x.2"]; + node-03 [address = "210.x.x.2"]; + } +} diff --git a/images/node-nwdiag.svg b/images/node-nwdiag.svg new file mode 100644 index 0000000..d09bd86 --- /dev/null +++ b/images/node-nwdiag.svg @@ -0,0 +1,64 @@ + + + + + + + + + blockdiag + nwdiag { + network cluster { + address = "210.x.x.x/24" + eth0; + } + network vmbr0 { + address = "210.x.x.1" + eth0; + VM-100 [ address = "210.x.x.10"]; + VM-101 [ address = "210.x.x.11"]; + CT-200 [ address = "210.x.x.12"]; + group node-01 { + eth0; + VM-100; + VM-101; + CT-200; + } + } + } + + + + + + + + + + + + + + + + cluster + 210.x.x.x/24 + vmbr0 + 210.x.x.1 + + + + eth0 + + 210.x.x.10 + + VM-100 + + 210.x.x.11 + + VM-101 + + 210.x.x.12 + + CT-200 + diff --git a/images/node.nwdiag b/images/node.nwdiag new file mode 100644 index 0000000..28e1f6a --- /dev/null +++ b/images/node.nwdiag @@ -0,0 +1,19 @@ +nwdiag { + network cluster { + address = "210.x.x.x/24" + eth0; + } + network vmbr0 { + address = "210.x.x.1" + eth0; + VM-100 [ address = "210.x.x.10"]; + VM-101 [ address = "210.x.x.11"]; + CT-200 [ address = "210.x.x.12"]; + group node-01 { + eth0; + VM-100; + VM-101; + CT-200; + } + } + }