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