aboutsummaryrefslogtreecommitdiff
path: root/topo/multi-dc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'topo/multi-dc.yml')
-rw-r--r--topo/multi-dc.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/topo/multi-dc.yml b/topo/multi-dc.yml
new file mode 100644
index 0000000..77e695b
--- /dev/null
+++ b/topo/multi-dc.yml
@@ -0,0 +1,46 @@
+links:
+ - &100
+ bandwidth: 100M
+ latency: 500us
+ - &wan
+ bandwidth: 100M
+ latency: 50ms
+ jitter: 10ms
+
+zones:
+ - &dc1
+ name: dc1
+ internal: *100
+ external: *wan
+ - &dc2
+ name: dc2
+ internal: *100
+ external: *wan
+ - &dc3
+ name: dc3
+ internal: *100
+ external: *wan
+
+servers:
+ - name: dc1s1
+ zone: *dc1
+ - name: dc1s2
+ zone: *dc1
+ - name: dc2s1
+ zone: *dc2
+ - name: dc2s2
+ zone: *dc2
+ - name: dc3s1
+ zone: *dc3
+ - name: dc3s2
+ zone: *dc3
+
+global:
+ subnet:
+ base: 'fc00:9a7a:9e::'
+ local: 64
+ zone: 16
+ latency-offset: 3ms
+ upstream:
+ ip: fc00:9a7a:9e:ffff:ffff:ffff:ffff:ffff
+ conn: *wan