From: Martin Zobel-Helas Date: Thu, 13 Apr 2017 00:04:46 +0000 (+0200) Subject: add skroutz X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5eab2b6faa77326b59c1888ff9e2ef6855aeb49f;p=mirror%2Fdsa-puppet.git add skroutz Signed-off-by: Martin Zobel-Helas --- diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 232dff91b..bfea18154 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -115,6 +115,7 @@ roles: - mirror-isc.debian.org - mirror-umn.debian.org - mirror-accumu.debian.org + - mirror-skroutz.debian.org - lobos.debian.org - santoro.debian.org - setoguchi.debian.org @@ -130,6 +131,7 @@ roles: # hosts that are not part of security.debian.org but # only participiate in the anycast do not need ftp - mirror-accumu.debian.org + - mirror-skroutz.debian.org - mirror-bytemark.debian.org security_tracker: - soriano.debian.org @@ -232,6 +234,7 @@ roles: - klecker.debian.org - mirror-bytemark.debian.org - mirror-accumu.debian.org + - mirror-skroutz.debian.org - mirror-conova.debian.org - mirror-isc.debian.org debian_mirror_onion: @@ -304,6 +307,7 @@ roles: - mirror-bytemark.debian.org - mirror-conova.debian.org - mirror-accumu.debian.org + - mirror-skroutz.debian.org cdimage-search: - cgi-grnet-01.debian.org apache_prefork: diff --git a/modules/debian_org/misc/hoster.yaml b/modules/debian_org/misc/hoster.yaml index 4c3a0c195..fac36ebf9 100644 --- a/modules/debian_org/misc/hoster.yaml +++ b/modules/debian_org/misc/hoster.yaml @@ -125,6 +125,11 @@ sil: - 86.59.118.144/28 - 2001:858:2:2::/64 mirror-debian: http://ftp.at.debian.org/debian/ +skroutz: + netrange: + - 154.57.0.248/29 + - 2a03:e40:42:200::151::/112 + mirror-debian: http://ftp.debian.org/debian ubc: netrange: - 209.87.16.0/24 diff --git a/modules/roles/manifests/bgp.pp b/modules/roles/manifests/bgp.pp index f8292df41..43ceef581 100644 --- a/modules/roles/manifests/bgp.pp +++ b/modules/roles/manifests/bgp.pp @@ -3,6 +3,7 @@ class roles::bgp { 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, }