aboutsummaryrefslogtreecommitdiff
path: root/topo/dc.yml
blob: 6017e9763971ae38072d3fb0e3dcbafa1a979515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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