aboutsummaryrefslogtreecommitdiff
path: root/topo/with-vdsl.yml
blob: 87d167b0ed54199b5b60fe5c7946233e9626dabe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
links:
  - &100
    bandwidth: 100M
    latency: 500us
  - &1000
    bandwidth: 1000M
    latency: 100us
  - &vdsl
    bandwidth:
      up: 3M
      down: 55M
    latency: 50ms
    jitter: 10ms
  - &fiber
    bandwidth: 400M
    latency: 10ms
    jitter: 3ms

zones:
  - &dc1
    name: dc1
    internal: *100
    external: *vdsl
  - &dc2
    name: dc2
    internal: *1000
    external: *fiber

servers:
  - name: dc1s1
    zone: *dc1
  - name: dc1s2
    zone: *dc1
  - name: dc2s1
    zone: *dc2
  - name: dc2s2
    zone: *dc2
  - name: no_dc
    <<: *vdsl

global:
  subnet:
    base: 'fc00:9a7a:9e::'
    local: 64
    zone: 16
  latency-offset: 3ms
  upstream:
    ip: fc00:9a7a:9e:ffff:ffff:ffff:ffff:ffff
    conn: *fiber