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

This commit is contained in:
Simon Marsh 2022-10-07 23:00:01 +01:00
parent f2b0472c1e
commit 3a2e29292f
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
3 changed files with 6 additions and 5 deletions

View File

@ -111,7 +111,7 @@ D_EXTEND(
// host aliases
CNAME('repo', 'repo.tier2.fr-par2.burble.dn42.'),
CNAME('minio', 'minio.tier2.fr-par1.burble.dn42.'),
CNAME('borg', 'borg.tier2.fr-rbx2.burble.dn42.'),
CNAME('borg', 'borg.tier2.fr-par2.burble.dn42.'),
// grc SSHFP
SSHFP('grc', 4, 1, 'ff61153c18334e89df3b4b4e4696306eeb5ffe9c'),

View File

@ -27,10 +27,11 @@ D_EXTEND(
// borg backup
AAAA('borg.fr-rbx2', 'fd42:4242:2601:326:216:3eff:fe13:6db0'),
CNAME('borg', 'borg.fr-rbx2.evpn.burble.dn42.'),
AAAA('borg.fr-par2', 'fd42:4242:2601:338:216:3eff:fe13:6db0'),
CNAME('borg', 'borg.fr-par2.evpn.burble.dn42.')
// scrutiny web
AAAA('scrutiny.uk-lon1', 'fd42:4242:2601:335:c2c9:edff:fe41:30f6')
//AAAA('scrutiny.uk-lon1', 'fd42:4242:2601:335:c2c9:edff:fe41:30f6')
)

View File

@ -152,6 +152,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' ],
[ 'borg.tier2.fr-par2', 'fd42:4242:2601:3802:216:3eff:fe45:9a99' ],
[ 'borg.tier2.fr-rbx2', 'fd42:4242:2601:2602:216:3eff:fe45:9a99' ]
];