Need to use newrank=true at the moment

This commit is contained in:
Nico Schottelius 2020-07-28 19:07:21 +02:00
parent 0205d7520d
commit 770e3e68cc
1 changed files with 20 additions and 3 deletions

View File

@ -1,6 +1,9 @@
graph G {
node [ shape=box, fontcolor="#ffffff", color="#40a9e3", style="filled" ]
# This is needed to prevent compile errors / too many ranks
newrank = true;
subgraph cluster_internet {
label="The Internet";
sunrise [ label="Sunrise upstream Router" ];
@ -255,6 +258,9 @@ graph G {
server6p6 -- mdarrayserver6p6 [ label="SAS" ]
server6p6 -- ups8p6 [ label="1100W" ]
mikrotikcrs326_8_p6 [ label="mikrotik-crs326-8.place6" ]
{black3, apurouter1p6} -- mikrotikcrs326_8_p6 [ label="1 Gbit/s" ]
mdarrayserver6p6 -- ups3p6 [ label="600W " ]
}
@ -264,14 +270,25 @@ graph G {
}
subgraph cluster_place6_west {
label="place6: West == place9 == Testing";
label="place6 west";
switch1p9 [ label="switch1.p9"];
serversp9 [ label="Non-prod systems" ];
serversp9--switch1p9 [ label="10G" ];
mikrotikcrs326_2_p6 [ label="mikrotik-crs326-2.place6" ]
{apurouter2p6,emonitor1p6,black2} -- mikrotikcrs326_2_p6 [ label="1 Gbit/s" ]
switch7p6 [ label="switch7"];
switch8p6 [ label="switch8"];
switch7p6--switch8p6 [ label="20G\nLACP\nMLAG" ];
switch7p6 -- mikrotikcrs326_2_p6 [ label="Fiber 1 Gbit/s" ];
}
{switch1p6,switch2p6}--{switch3p6,switch4p6} [ label="40G\nLACP\nMLAG" ];
{switch5p6,switch6p6}--{switch3p6,switch4p6} [ label="40G\nLACP\nMLAG" ];
{switch5p6,switch6p6}--{switch7p6,switch8p6} [ label="40G\nLACP\nMLAG" ];
switch1p9--switch5p6 [ label="10G\nROUTED" ];
}
subgraph cluster_place7 {