diff --git a/sites.jsonnet b/sites.jsonnet index 59c4a7b..3104cbb 100644 --- a/sites.jsonnet +++ b/sites.jsonnet @@ -22,12 +22,15 @@ local sites = { bom03: import 'sites/bom03.jsonnet', bom04: import 'sites/bom04.jsonnet', bom05: import 'sites/bom05.jsonnet', + bom06: import 'sites/bom06.jsonnet', bru01: import 'sites/bru01.jsonnet', bru02: import 'sites/bru02.jsonnet', bru04: import 'sites/bru04.jsonnet', bru06: import 'sites/bru06.jsonnet', cgk01: import 'sites/cgk01.jsonnet', + cgk02: import 'sites/cgk02.jsonnet', chs01: import 'sites/chs01.jsonnet', + chs02: import 'sites/chs02.jsonnet', cmh01: import 'sites/cmh01.jsonnet', cpt01: import 'sites/cpt01.jsonnet', del01: import 'sites/del01.jsonnet', @@ -41,7 +44,9 @@ local sites = { dfw03: import 'sites/dfw03.jsonnet', dfw08: import 'sites/dfw08.jsonnet', dfw09: import 'sites/dfw09.jsonnet', + dfw12: import 'sites/dfw12.jsonnet', doh01: import 'sites/doh01.jsonnet', + doh02: import 'sites/doh02.jsonnet', dub01: import 'sites/dub01.jsonnet', eze01: import 'sites/eze01.jsonnet', eze03: import 'sites/eze03.jsonnet', @@ -53,8 +58,10 @@ local sites = { gru02: import 'sites/gru02.jsonnet', gru03: import 'sites/gru03.jsonnet', gru05: import 'sites/gru05.jsonnet', + gru06: import 'sites/gru06.jsonnet', ham02: import 'sites/ham02.jsonnet', hel01: import 'sites/hel01.jsonnet', + hel02: import 'sites/hel02.jsonnet', hkg01: import 'sites/hkg01.jsonnet', hkg02: import 'sites/hkg02.jsonnet', hkg03: import 'sites/hkg03.jsonnet', @@ -69,6 +76,7 @@ local sites = { iad08: import 'sites/iad08.jsonnet', iad09: import 'sites/iad09.jsonnet', icn01: import 'sites/icn01.jsonnet', + icn02: import 'sites/icn02.jsonnet', jnb01: import 'sites/jnb01.jsonnet', jnb02: import 'sites/jnb02.jsonnet', kix01: import 'sites/kix01.jsonnet', @@ -77,6 +85,7 @@ local sites = { lax06: import 'sites/lax06.jsonnet', lax07: import 'sites/lax07.jsonnet', lax08: import 'sites/lax08.jsonnet', + lax10: import 'sites/lax10.jsonnet', lga04: import 'sites/lga04.jsonnet', lga05: import 'sites/lga05.jsonnet', lga06: import 'sites/lga06.jsonnet', @@ -157,11 +166,13 @@ local sites = { trn03: import 'sites/trn03.jsonnet', tun01: import 'sites/tun01.jsonnet', waw01: import 'sites/waw01.jsonnet', + waw02: import 'sites/waw02.jsonnet', wlg02: import 'sites/wlg02.jsonnet', yqm02: import 'sites/yqm02.jsonnet', yul03: import 'sites/yul03.jsonnet', yul06: import 'sites/yul06.jsonnet', yul07: import 'sites/yul07.jsonnet', + yul08: import 'sites/yul08.jsonnet', yvr02: import 'sites/yvr02.jsonnet', yvr03: import 'sites/yvr03.jsonnet', yvr04: import 'sites/yvr04.jsonnet', @@ -172,6 +183,7 @@ local sites = { yyz06: import 'sites/yyz06.jsonnet', yyz07: import 'sites/yyz07.jsonnet', zrh01: import 'sites/zrh01.jsonnet', + zrh02: import 'sites/zrh02.jsonnet', // Test sites. chs0t: import 'sites/chs0t.jsonnet', diff --git a/sites/bom06.jsonnet b/sites/bom06.jsonnet index f6effdf..ef542ef 100644 --- a/sites/bom06.jsonnet +++ b/sites/bom06.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/cgk02.jsonnet b/sites/cgk02.jsonnet index 64421c8..4e8ba17 100644 --- a/sites/cgk02.jsonnet +++ b/sites/cgk02.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/chs02.jsonnet b/sites/chs02.jsonnet index 3988c3f..c847e8f 100644 --- a/sites/chs02.jsonnet +++ b/sites/chs02.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/dfw12.jsonnet b/sites/dfw12.jsonnet index bdd1b54..f193be0 100644 --- a/sites/dfw12.jsonnet +++ b/sites/dfw12.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/doh02.jsonnet b/sites/doh02.jsonnet index 6e98a65..569029e 100644 --- a/sites/doh02.jsonnet +++ b/sites/doh02.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/gru06.jsonnet b/sites/gru06.jsonnet index d3d1ead..a13e515 100644 --- a/sites/gru06.jsonnet +++ b/sites/gru06.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/hel02.jsonnet b/sites/hel02.jsonnet index e1797bf..43f1792 100644 --- a/sites/hel02.jsonnet +++ b/sites/hel02.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/icn02.jsonnet b/sites/icn02.jsonnet index b1f4132..40839ca 100644 --- a/sites/icn02.jsonnet +++ b/sites/icn02.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/lax10.jsonnet b/sites/lax10.jsonnet index 4e37548..53bdda7 100644 --- a/sites/lax10.jsonnet +++ b/sites/lax10.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/waw02.jsonnet b/sites/waw02.jsonnet index 6c6e1ea..b30fe08 100644 --- a/sites/waw02.jsonnet +++ b/sites/waw02.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/yul08.jsonnet b/sites/yul08.jsonnet index e9ef40d..8973634 100644 --- a/sites/yul08.jsonnet +++ b/sites/yul08.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti', diff --git a/sites/zrh02.jsonnet b/sites/zrh02.jsonnet index 3a3b228..b5e04f3 100644 --- a/sites/zrh02.jsonnet +++ b/sites/zrh02.jsonnet @@ -12,7 +12,7 @@ sitesDefault { address: '192.168.0.1/32', }, ipv6+: { - address: nil, + address: null, }, }, project: 'mlab-oti',