Changes between Initial Version and Version 1 of projects/membership-meeting/2012/reports/infrastructure/serversGraph3


Ignore:
Timestamp:
Oct 26, 2012, 6:40:40 PM (11 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/membership-meeting/2012/reports/infrastructure/serversGraph3

    v1 v1  
     1= Virtual Servers Housed at our Telehouse Location =
     2{{{
     3#!graphviz
     4digraph G {
     5size=15
     6rankdir="LR"
     7node[shape=octagon,style=filled,color=red]
     8subgraph cluster_0{
     9style=filled;
     10color="#48E4CB";
     11node [style=filled,color="white",shape=box];
     12label = "MOSH Servers"
     13lumumba
     14}
     15bolivar -> lumumba
     16subgraph cluster_1{
     17style=filled;
     18color="#E495F0";
     19node [style=filled,color="lightgray",shape=box];
     20label = "Specialty Servers"
     21debord -> dolores -> keller -> morales -> toussaint
     22}
     23
     24bolivar -> debord
     25subgraph cluster_2{
     26style=filled;
     27color="#E495F0";
     28node [style=filled,color="lightgray",shape=box];
     29label = "Specialty Servers"
     30marcos
     31}
     32
     33fred -> marcos
     34subgraph cluster_3{
     35style=filled;
     36color="#48E4CB";
     37node [style=filled,color="white",shape=box];
     38label = "MOSH Servers"
     39brown -> lucius -> mandela -> menchu
     40}
     41ken -> brown
     42subgraph cluster_4{
     43style=filled;
     44color="#E495F0";
     45node [style=filled,color="lightgray",shape=box];
     46label = "Specialty Servers"
     47debs -> douglass -> fuller -> mirabal -> peltier -> ignatz
     48}
     49
     50ken -> debs
     51subgraph cluster_5{
     52style=filled;
     53color="#48E4CB";
     54node [style=filled,color="white",shape=box];
     55label = "MOSH Servers"
     56chavez
     57}
     58kiyoshi -> chavez
     59subgraph cluster_6{
     60style=filled;
     61color="#48E4CB";
     62node [style=filled,color="white",shape=box];
     63label = "MOSH Servers"
     64dorothy -> malcolm -> proudhon
     65}
     66negri -> dorothy
     67subgraph cluster_7{
     68style=filled;
     69color="#E495F0";
     70node [style=filled,color="lightgray",shape=box];
     71label = "Specialty Servers"
     72bouazizi -> clyde -> hay -> ranciere -> algernon
     73}
     74
     75negri -> bouazizi
     76subgraph cluster_8{
     77style=filled;
     78color="#E495F0";
     79node [style=filled,color="lightgray",shape=box];
     80label = "Specialty Servers"
     81amaru -> asturias -> bola -> borges -> donoso -> dorfman -> eduardo -> juana -> lima -> lora -> marquez -> puig -> soledad -> diego
     82}
     83
     84severo -> amaru
     85subgraph cluster_9{
     86style=filled;
     87color="#48E4CB";
     88node [style=filled,color="white",shape=box];
     89label = "MOSH Servers"
     90boggs -> hashmi -> marx -> stone -> tresca
     91}
     92vilma -> boggs
     93subgraph cluster_10{
     94style=filled;
     95color="#E495F0";
     96node [style=filled,color="lightgray",shape=box];
     97label = "Specialty Servers"
     98allende -> assata -> gil -> leslie -> roe -> stallman
     99}
     100
     101vilma -> allende
     102subgraph cluster_11{
     103style=filled;
     104color="#48E4CB";
     105node [style=filled,color="white",shape=box];
     106label = "MOSH Servers"
     107jones -> viewsic -> baldwin -> foucault -> buffy
     108}
     109florence -> jones
     110subgraph cluster_12{
     111style=filled;
     112color="#E495F0";
     113node [style=filled,color="lightgray",shape=box];
     114label = "Specialty Servers"
     115albizu -> cero -> howard
     116}
     117
     118florence -> albizu
     119subgraph cluster_13{
     120style=filled;
     121color="#48E4CB";
     122node [style=filled,color="white",shape=box];
     123label = "MOSH Servers"
     124yser
     125}
     126anna -> yser
     127}
     128}}}