From a9c7de900ca1504f1a7bafd9f079b3fa998e68cf Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Wed, 8 Feb 2017 16:14:19 +0100 Subject: [PATCH] add conova as bgp peer Signed-off-by: Martin Zobel-Helas --- hieradata/common.yaml | 1 + modules/roles/manifests/bgp.pp | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 42d9045dd..6fe002fbe 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -274,5 +274,6 @@ roles: - wieck.debian.org bgp: - bilbao.debian.org + - mirror-conova.debian.org cdimage-search: - cgi-grnet-01.debian.org diff --git a/modules/roles/manifests/bgp.pp b/modules/roles/manifests/bgp.pp index 5e3fbb0ce..61409d9c0 100644 --- a/modules/roles/manifests/bgp.pp +++ b/modules/roles/manifests/bgp.pp @@ -1,7 +1,8 @@ class roles::bgp { $bgp_peers = $::hostname ? { - bilbao => '2001:41c9:2:13c::/128 89.16.162.0/32', - default => undef, + bilbao => '2001:41c9:2:13c::2/128 89.16.162.2/32', + mirror-conova => '2a02:16a8:5404:199::25/128 217.196.157.53/32', + default => undef, } if ! $bgp_peers { -- 2.20.1