mirror-isc renumber
authorPeter Palfrader <peter@palfrader.org>
Fri, 6 Jan 2017 09:18:19 +0000 (10:18 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 6 Jan 2017 09:18:19 +0000 (10:18 +0100)
modules/roles/manifests/debug_mirror.pp
modules/roles/manifests/ports_mirror.pp
modules/roles/manifests/security_mirror.pp
modules/roles/manifests/static_mirror.pp
modules/roles/manifests/syncproxy.pp

index 94c73a5..abe9fd1 100644 (file)
@@ -1,12 +1,12 @@
 class roles::debug_mirror {
        $vhost_listen = $::hostname ? {
                klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80',
-               mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80',
+               mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80',
                default => '*:80',
        }
        $onion_v4_addr = $::hostname ? {
                klecker    => '130.89.148.14',
-               mirror-isc => '149.20.20.22',
+               mirror-isc => '149.20.4.15',
                default    => undef,
        }
 
index 31cf1b5..0152dad 100644 (file)
@@ -1,12 +1,12 @@
 class roles::ports_mirror {
        $vhost_listen = $::hostname ? {
                klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80',
-               mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80',
+               mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80',
                default => '*:80',
        }
        $onion_v4_addr = $::hostname ? {
                klecker    => '130.89.148.14',
-               mirror-isc => '149.20.20.22',
+               mirror-isc => '149.20.4.15',
                default    => undef,
        }
 
index 0482362..04a0d7f 100644 (file)
@@ -1,13 +1,13 @@
 class roles::security_mirror {
        $rsync_bind = $::hostname ? {
                mirror-anu => '150.203.164.61',
-               mirror-isc => '149.20.20.19',
+               mirror-isc => '149.20.4.14',
                mirror-umn => '128.101.240.215',
                default    => '',
        }
        $rsync_bind6 = $::hostname ? {
                mirror-anu => '2001:388:1034:2900::3d',
-               mirror-isc => '2001:4f8:8:36::1deb:19',
+               mirror-isc => '2001:4f8:1:c::14',
                mirror-umn => '2607:ea00:101:3c0b::1deb:215',
                default    => '',
        }
@@ -54,7 +54,7 @@ class roles::security_mirror {
 
        $onion_v4_addr = $::hostname ? {
                mirror-anu => '150.203.164.61',
-               mirror-isc => '149.20.20.19',
+               mirror-isc => '149.20.4.14',
                mirror-umn => '128.101.240.215',
                villa      => '212.211.132.32',
                lobos      => '212.211.132.250',
index de46c65..df77c33 100644 (file)
@@ -34,19 +34,19 @@ class roles::static_mirror {
        $onion_v4_addr = $::hostname ? {
                busoni     => '140.211.15.34',
                klecker    => '130.89.148.14',
-               mirror-isc => '149.20.20.22',
+               mirror-isc => '149.20.4.15',
                senfter    => '5.153.231.4',
                default    => undef,
        }
        $vhost_listen = $::hostname ? {
                klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80',
-               mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80',
+               mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80',
                mirror-anu => '150.203.164.62:80 [2001:388:1034:2900::3e]:80',
                default    => '*:80',
        }
        $vhost_listen_443 = $::hostname ? {
                klecker    => '130.89.148.14:443 [2001:610:1908:b000::148:14]:443',
-               mirror-isc => '149.20.20.22:443 [2001:4f8:8:36::1deb:22]:443',
+               mirror-isc => '149.20.4.15:443 [2001:4f8:1:c::15]:443',
                mirror-anu => '150.203.164.62:443 [2001:388:1034:2900::3e]:443',
                default    => '*:443',
        }
index 3101025..5aa4fde 100644 (file)
@@ -2,7 +2,7 @@ class roles::syncproxy {
        $bind = $::hostname ? {
                'milanollo' => '5.153.231.9',
                'mirror-anu' => '150.203.164.60',
-               'mirror-isc' => '149.20.20.21',
+               'mirror-isc' => '149.20.4.16',
                'mirror-umn' => '128.101.240.216',
                'klecker' => '130.89.148.10',
                default => ''
@@ -10,7 +10,7 @@ class roles::syncproxy {
        $bind6 = $::hostname ? {
                'milanollo' => '2001:41c8:1000:21::21:9',
                'mirror-anu' => '2001:388:1034:2900::3c',
-               'mirror-isc' => '2001:4f8:8:36::1deb:21',
+               'mirror-isc' => '2001:4f8:1:c::16',
                'mirror-umn' => '2607:ea00:101:3c0b::1deb:216',
                'klecker' => '2001:610:1908:b000::148:10',
                default => ''