Skip to content

Commit

Permalink
Adds new MIGs to sites.jsonnet + changes "nil" to "null" for same (#328)
Browse files Browse the repository at this point in the history
* Adds 2nd round of MIGs to sites.jsonnet

I previously added the new MIG sites, but failed to add them to
sites.jsonnet... a pretty big oversight.

* Changes nil to null for new MIG sites
  • Loading branch information
nkinkade authored Mar 25, 2024
1 parent 1fee03d commit d9f23b9
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sites/bom06.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/cgk02.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/chs02.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/dfw12.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/doh02.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/gru06.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/hel02.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/icn02.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/lax10.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/waw02.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/yul08.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down
2 changes: 1 addition & 1 deletion sites/zrh02.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sitesDefault {
address: '192.168.0.1/32',
},
ipv6+: {
address: nil,
address: null,
},
},
project: 'mlab-oti',
Expand Down

0 comments on commit d9f23b9

Please sign in to comment.