diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-19 12:37:25 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-19 12:37:25 +0200 |
commit | 1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1 (patch) | |
tree | 1308b1ab7d3774abf92ee44d39dcdae02446157b /topo/dc.yml | |
parent | 12764a020a4171eee738b1e2a8a3d5340f4da7a1 (diff) | |
download | mknet-1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1.tar.gz mknet-1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1.zip |
Update s3concurrent
Diffstat (limited to 'topo/dc.yml')
-rw-r--r-- | topo/dc.yml | 22 |
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 |