From: Dietmar Maurer Date: Fri, 17 Aug 2018 07:09:46 +0000 (+0200) Subject: remove nwdiag related things X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=d00b6482df6aec436885fc55d05f53dbba65cbbb remove nwdiag related things We do not use those graphics. --- diff --git a/Makefile b/Makefile index 1ca4192..781acb2 100644 --- a/Makefile +++ b/Makefile @@ -89,10 +89,6 @@ ADOC_STDARG=-b $(shell pwd)/asciidoc/pve-html -f asciidoc/asciidoc-pve.conf -a i BROWSER?=xdg-open - -%-nwdiag.svg: %.nwdiag - nwdiag -T svg $*.nwdiag -o $@; - README.html: README.adoc asciidoc -a toc ${ADOC_STDARG} -o $@ $< diff --git a/images/cluster-nwdiag.svg b/images/cluster-nwdiag.svg deleted file mode 100644 index a9b35bb..0000000 --- a/images/cluster-nwdiag.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index f7c5485..0000000 --- a/images/cluster.nwdiag +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d09bd86..0000000 --- a/images/node-nwdiag.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - 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 deleted file mode 100644 index 28e1f6a..0000000 --- a/images/node.nwdiag +++ /dev/null @@ -1,19 +0,0 @@ -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; - } - } - }