add mirror-accumu as anycast bgp host
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 24 Mar 2017 13:14:13 +0000 (14:14 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 24 Mar 2017 13:14:13 +0000 (14:14 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
hieradata/common.yaml
modules/roles/manifests/bgp.pp

index 2e01263..f84db26 100644 (file)
@@ -297,6 +297,7 @@ roles:
   bgp:
     - mirror-bytemark.debian.org
     - mirror-conova.debian.org
+    - mirror-accumu.debian.org
   cdimage-search:
     - cgi-grnet-01.debian.org
   apache_prefork:
index 6cff92e..f8292df 100644 (file)
@@ -2,6 +2,7 @@ class roles::bgp {
        $bgp_peers = $::hostname ? {
                mirror-bytemark => '2001:41c9:2:13c::2/128 89.16.162.2/32',
                mirror-conova => '2a02:16a8:5404:199::25/128 217.196.157.53/32',
+               mirror-accumu => '2001:6b0:1e:2::1c6/128 130.242.6.198/32',
                default       => undef,
        }