add shell.fr-nte2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2022-06-18 09:39:21 +01:00
parent 925133a08d
commit 6a62f96f88
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
2 changed files with 13 additions and 7 deletions

View File

@ -25,10 +25,17 @@ service('pingable', 'fd42:4242:2601:ac05::1', '172.20.129.5');
service('rproxy', 'fd42:4242:2601:acf0::1', '172.20.129.7');
service('whois', 'fd42:4242:2601:ac43::1', '172.20.129.8');
// services 172.20.129.9 -> 172.20.129.29 are unassigned
service('shell.us-nyc1', 'fd42:4242:2601:1005:216:3eff:fe77:4dfe', '172.20.129.29');
service('shell.ca-bhs2', 'fd42:4242:2601:100d:216:3eff:fed7:2ceb', '172.20.129.30');
service('shell.fr-rbx1', 'fd42:4242:2601:1016:216:3eff:feae:51a8', '172.20.129.31');
service('shell.de-fra2', 'fd42:4242:2601:100c:216:3eff:fe9a:bcc0');
service('shell.us-nyc1', 'fd42:4242:2601:1005:216:3eff:fe77:4dfe');
service('shell.fr-nte2', 'fd42:4242:2601:1004:fc13:b592:53b0:8ff4', '172.20.129.29');
service('shell.ca-bhs2', 'fd42:4242:2601:100d:216:3eff:fed7:2ceb', '172.20.129.30');
service('shell.fr-rbx1', 'fd42:4242:2601:1016:216:3eff:feae:51a8', '172.20.129.31');
D_EXTEND(
domain,
// ixp interface for shell.fr-nte2
AAAA('lgp-ixp.fr-nte2', 'fde0:93fa:7a0:2:0:fcde:3b49:2')
)
// internal anycasts
service('rpki', 'fd42:4242:2601:ac10::1');
@ -126,14 +133,15 @@ D_EXTEND(
//////////////////////////////////////////////////////////////////////////
// hosts
// dmz special config
D_EXTEND(
domain,
// dmz special config
AAAA('dmz.uk-lon1', '2a04:92c5:2:1::1'),
AAAA('dmz.de-fra1', '2a0d:5941:1:17c::4e2a'),
AAAA('dmz.fr-rbx1', '2001:41d0:8:6a47::1'),
AAAA('dmz.ca-bhs2', '2607:5300:120:81a::1')
);

View File

@ -1,7 +1,5 @@
var virtual = [
// insert here
[ 'whois42d.fr-nte2', 'fd42:4242:2601:24:6ef1:85ff:fe3b:8aba' ],
[ 'fr-nte2', 'fd42:4242:2601:2402:43d:5dff:fe0c:68ca' ],
[ 'dns-edge.fr-nte1', 'fd42:4242:2601:24:d2f4:8ff:fec6:c157' ],
[ 'docker.tier2.ca-bhs2', 'fd42:4242:2601:2d02:926f:e2ff:fe66:b75e' ],
[ 'docker.tier2.de-fra1', 'fd42:4242:2601:3102:926f:e2ff:fe66:b75e' ],