add envoy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2023-06-17 11:22:32 +01:00
parent 78eedec057
commit d93704de48
Signed by: burble
GPG Key ID: E9B4156C1659C079
2 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,8 @@ service('rproxy', 'fd42:4242:2601:acf0::1', '172.20.1
service('whois', 'fd42:4242:2601:ac43::1', '172.20.129.8');
service('asterisk.fr-par1', 'fd42:4242:2601:36:216:3eff:fe8f:6211', '172.20.129.9');
service('shell', 'fd42:4242:2601:ac22::1', '172.20.129.10');
// services 172.20.129.10 -> 172.20.129.25 are unassigned
service('envoy', 'fd42:4242:2601:ac81::1', '172.20.129.11');
// services 172.20.129.12 -> 172.20.129.25 are unassigned
service('shell.us-nyc2', 'fd42:4242:2601:101d:216:3eff:fefc:722', '172.20.129.26');
service('shell.us-lax1', 'fd42:4242:2601:100a:216:3eff:fe5c:30b2', '172.20.129.27');
service('shell.fr-par1', 'fd42:4242:2601:1016:216:3eff:fe01:2f1f', '172.20.129.28');

View File

@ -1,5 +1,8 @@
var virtual = [
// insert here
[ 'envoy.de-fra1', 'fd42:4242:2601:31:c203:beff:fe96:81a2' ],
[ 'envoy.us-nyc1', 'fd42:4242:2601:29:c203:beff:fe96:81a2' ],
[ 'envoy.us-lax1', 'fd42:4242:2601:2a:c203:beff:fe96:81a2' ],
[ 'docker.tier1.us-nyc1', 'fd42:4242:2601:29:216:3eff:febc:32dd' ],
[ 'docker.tier1.us-lax1', 'fd42:4242:2601:2a:216:3eff:fef5:662b' ],
[ 'docker.tier2.us-nyc1', 'fd42:4242:2601:2902:926f:e2ff:fe66:b75e' ],