aboutsummaryrefslogtreecommitdiff
path: root/topo
diff options
context:
space:
mode:
Diffstat (limited to 'topo')
-rw-r--r--topo/dc.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/topo/dc.yml b/topo/dc.yml
new file mode 100644
index 0000000..6017e97
--- /dev/null
+++ b/topo/dc.yml
@@ -0,0 +1,22 @@
+links:
+ - &1000
+ bandwidth: 1000M
+ latency: 1ms
+
+servers:
+ - name: node1
+ <<: *1000
+ - name: node2
+ <<: *1000
+ - name: node3
+ <<: *1000
+
+global:
+ subnet:
+ base: 'fc00:9a7a:9e::'
+ local: 64
+ zone: 16
+ latency-offset: 3ms
+ upstream:
+ ip: fc00:9a7a:9e:ffff:ffff:ffff:ffff:ffff
+ conn: *1000