mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 16:40:41 +08:00
Updated Node graph
This commit is contained in:
parent
b8c0625369
commit
8126d6e6a1
2 changed files with 16 additions and 14 deletions
30
nodes.dot
30
nodes.dot
|
@ -1,4 +1,4 @@
|
||||||
digraph ""
|
digraph "NeoNetwork Nodes"
|
||||||
{
|
{
|
||||||
labelloc="t";
|
labelloc="t";
|
||||||
label="NeoNetwork Nodes";
|
label="NeoNetwork Nodes";
|
||||||
|
@ -7,31 +7,33 @@ digraph ""
|
||||||
c [label="caasih.nerdpol.ovh"]
|
c [label="caasih.nerdpol.ovh"]
|
||||||
ucbvax [label="ucbvax.nerdpol.ovh"]
|
ucbvax [label="ucbvax.nerdpol.ovh"]
|
||||||
np11 [label="NeoPDP-11"]
|
np11 [label="NeoPDP-11"]
|
||||||
cklvax [label="cklvax"]
|
croom [label="CROOM (10.127.1.0/24)"]
|
||||||
neobox [label="NeoBOX"]
|
|
||||||
local [label="CROOM (10.127.1.0/24)"]
|
|
||||||
np [label="NeoPortable"]
|
np [label="NeoPortable"]
|
||||||
nv [label="NeoVAX"]
|
nv [label="NeoVAX"]
|
||||||
ncuiqh [label="ncuiqh.nerdpol.ovh"]
|
ncuiqh [label="ncuiqh.nerdpol.ovh"]
|
||||||
fionaLHS [label="fiona.yukipedia.cf"]
|
fionaLHS [label="fiona.yukipedia.cf"]
|
||||||
pan [label="r2.tw.pan93412.dedyn.io"]
|
pan [label="r2.tw.pan93412.dedyn.io"]
|
||||||
|
|
||||||
NeoPMC1 -> local [dir=both]
|
subgraph cluster_croom {
|
||||||
NeoPMC2 -> local [dir=both]
|
label = "CROOM";
|
||||||
NeoPMC3 -> local [dir=both]
|
|
||||||
NeoSYS -> local [dir=both]
|
NeoPMC1 -> croom [dir=both]
|
||||||
NNPCC -> local [dir=both]
|
NeoPMC2 -> croom [dir=both]
|
||||||
|
NeoPMC3 -> croom [dir=both]
|
||||||
|
NeoSYS -> croom [dir=both]
|
||||||
|
NNPCC -> croom [dir=both]
|
||||||
|
NeoBOX -> croom [dir=both]
|
||||||
|
cklvax -> croom [dir=both]
|
||||||
|
}
|
||||||
|
|
||||||
np11 -> c
|
np11 -> c
|
||||||
np11 -> ucbvax
|
np11 -> ucbvax
|
||||||
|
np11 -> pan
|
||||||
ucbvax -> c [dir=both]
|
ucbvax -> c [dir=both]
|
||||||
cklvax -> local [dir=both]
|
croom -> np11 [dir=both]
|
||||||
neobox -> local [dir=both]
|
|
||||||
local -> np11 [dir=both]
|
|
||||||
np -> ucbvax
|
np -> ucbvax
|
||||||
np -> c
|
|
||||||
nv -> np [dir=both]
|
nv -> np [dir=both]
|
||||||
ncuiqh -> c [dir=both]
|
ncuiqh -> c [dir=both]
|
||||||
fionaLHS -> ucbvax [dir=both]
|
fionaLHS -> ucbvax [dir=both]
|
||||||
np11 -> pan
|
|
||||||
np -> pan
|
np -> pan
|
||||||
}
|
}
|
||||||
|
|
BIN
nodes.png
BIN
nodes.png
Binary file not shown.
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 57 KiB |
Loading…
Reference in a new issue