aboutsummaryrefslogtreecommitdiff
path: root/topo
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-19 12:37:25 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-19 12:37:25 +0200
commit1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1 (patch)
tree1308b1ab7d3774abf92ee44d39dcdae02446157b /topo
parent12764a020a4171eee738b1e2a8a3d5340f4da7a1 (diff)
downloadmknet-1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1.tar.gz
mknet-1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1.zip
Update s3concurrent
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