update borg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2022-06-11 20:30:49 +01:00
parent 2777f28e81
commit fd7b32da2a
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
3 changed files with 7 additions and 7 deletions

View File

@ -97,6 +97,7 @@ D_EXTEND(
// host aliases
CNAME('repo', 'repo.tier2.fr-rbx1.burble.dn42.'),
CNAME('minio', 'minio.tier2.uk-lon3.burble.dn42.'),
CNAME('borg', 'borg.tier2.fr-rbx2.burble.dn42.'),
// grc SSHFP
SSHFP('grc', 4, 1, 'ff61153c18334e89df3b4b4e4696306eeb5ffe9c'),

View File

@ -9,7 +9,7 @@ D(
DefaultTTL(3600),
NAMESERVER_TTL(86400),
NAMESERVER('ns.uk-lon1.evpn.burble.dn42.'),
NAMESERVER('ns.us-nyc1.evpn.burble.dn42.')
NAMESERVER('ns.ca-bhs2.evpn.burble.dn42.')
);
//////////////////////////////////////////////////////////////////////////
@ -19,14 +19,18 @@ D_EXTEND(
// nameservers
AAAA('ns.uk-lon1', 'fd42:4242:2601:335:72e8:bff:fe58:b51b'),
AAAA('ns.ca-bhs2', 'fd42:4242:2601:32d:72e8:bff:fe58:b51b'),
AAAA('ns.uk-nyc1', 'fd42:4242:2601:325:72e8:bff:fe58:b51b'),
// BGP reflectors
AAAA('reflector.uk-lon1', 'fd42:4242:2601:335::23f1'),
AAAA('reflector.ca-bhs2', 'fd42:4242:2601:32d:216:3eff:fed5:85f2'),
AAAA('reflector.us-nyc1', 'fd42:4242:2601:325::23f1'),
// borg backup
AAAA('borg.se-sto1', 'fd42:4242:2601:330:216:3eff:fe01:1736'),
AAAA('borg.fr-rbx2', 'fd42:4242:2601:326:216:3eff:fe13:6db0'),
CNAME('borg', 'borg.fr-rbx2.evpn.burble.dn42.'),
// scrutiny web
AAAA('scrutiny.uk-lon1', 'fd42:4242:2601:335:c2c9:edff:fe41:30f6')
@ -36,12 +40,6 @@ D_EXTEND(
//////////////////////////////////////////////////////////////////////////
// hosts
// homenet special config
D_EXTEND(
domain,
AAAA('saiph', 'fd42:4242:2601:320::1')
);
// main nodes
nodes.forEach(function(n) {
var hex = (n[4] + 32).toString(16);

View File

@ -100,5 +100,6 @@ var virtual = [
[ 'registry.tier2.uk-lon1', 'fd42:4242:2601:3502:216:3eff:fe03:721c' ],
[ 'shell.tier2.uk-lon1', 'fd42:4242:2601:3502:216:3eff:fe93:4048' ],
[ 'vrenew.tier2.uk-lon1', 'fd42:4242:2601:3502:f204:e6ff:fe33:89ee' ],
[ 'borg.tier2.fr-rbx2', 'fd42:4242:2601:2602:216:3eff:fe45:9a99' ],
[ 'borg.tier2.uk-lon3', 'fd42:4242:2601:2702:216:3eff:feb5:aa3e' ],
];