rename bilbao to mirror-bytemark
authorPeter Palfrader <peter@palfrader.org>
Thu, 23 Feb 2017 18:31:43 +0000 (19:31 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 23 Feb 2017 18:31:43 +0000 (19:31 +0100)
hieradata/common.yaml
modules/debian-org/misc/local.yaml
modules/multipath/templates/multipath-bm.conf.erb
modules/roles/manifests/bgp.pp
modules/roles/manifests/debian_mirror.pp

index 2e77378..4917927 100644 (file)
@@ -216,13 +216,13 @@ roles:
     - vittoria.debian.org
   debian_mirror:
     - klecker.debian.org
-    - bilbao.debian.org
+    - mirror-bytemark.debian.org
     - boman.debian.org
     - mirror-conova.debian.org
     - mirror-isc.debian.org
   debian_mirror_onion:
     - klecker.debian.org
-    - bilbao.debian.org
+    - mirror-bytemark.debian.org
     - mirror-isc.debian.org
   historical_master:
     - sibelius.debian.org
@@ -284,7 +284,7 @@ roles:
     - villa.debian.org
     - wieck.debian.org
   bgp:
-    - bilbao.debian.org
+    - mirror-bytemark.debian.org
     - mirror-conova.debian.org
   cdimage-search:
     - cgi-grnet-01.debian.org
index 593ddd8..cbfc3e8 100644 (file)
@@ -11,7 +11,6 @@ nameinfo:
   beach.debian.org: Amy Marcy Cheney Beach (September 5th, 1867 - December 27th, 1944)
   beethoven.debian.org: Ludwig van Beethoven (December 16th, 1770 - March 26th, 1827)
   bendel.debian.org: Franz Bendel (March 23rd, 1833 - July 3rd, 1874)
-  bilbao.debian.org: Beatriz Bilbao (b. December 8th 1951)
   binet.debian.org: Jocelyne Binet (September 27th, 1923 - January 13th, 1968)
   boman.debian.org: Per Conrad Boman (June 6th, 1804 - March 17th, 1861)
   boott.debian.org: Francis Boott (June 24th, 1813 - March 1st, 1904)
index ffa6ae3..ae7551f 100644 (file)
@@ -34,11 +34,11 @@ multipaths {
        }
        multipath {
                wwid    3600c0ff000d75b589aaa8b5801000000
-               alias   bilbao
+               alias   mirror-bytemark
        }
        multipath {
                wwid    3600c0ff000d5ad34203b935801000000
-               alias   bilbao-lvm
+               alias   mirror-bytemark-lvm
        }
        multipath {
                wwid    3600c0ff000d5ad34f559665401000000
index 61409d9..6cff92e 100644 (file)
@@ -1,6 +1,6 @@
 class roles::bgp {
        $bgp_peers = $::hostname ? {
-               bilbao        => '2001:41c9:2:13c::2/128 89.16.162.2/32',
+               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',
                default       => undef,
        }
index 0da036e..d49489e 100644 (file)
@@ -8,7 +8,7 @@ class roles::debian_mirror {
                default => '*:80',
        }
        $onion_v4_addr = $::hostname ? {
-               bilbao     => '5.153.231.37',
+               mirror-bytemark => '5.153.231.37',
                klecker    => '130.89.148.12',
                mirror-isc => '149.20.4.15',
                default    => undef,