X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Fmanifests%2Fbgp.pp;h=da7fcb5f37f7215950cd2449c62e676a5eaac839;hb=6632ba2a54e021d9e09089197f392d5e6e279d02;hp=6cff92e3f6fa60c9f930d5509a2a665bbafc52eb;hpb=a3f27248848dc5726cdd2708aeb885953e6369f6;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/bgp.pp b/modules/roles/manifests/bgp.pp index 6cff92e3f..da7fcb5f3 100644 --- a/modules/roles/manifests/bgp.pp +++ b/modules/roles/manifests/bgp.pp @@ -1,7 +1,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', + mirror-skroutz => '2a03:e40:42:200::151:1/128 2a03:e40:42:200::151:2/128 154.57.0.249/32 154.57.0.250', default => undef, }