Add mirror-isc to syncproxy role, update rsync.conf
authorPeter Palfrader <peter@palfrader.org>
Mon, 21 Dec 2015 19:09:10 +0000 (20:09 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 21 Dec 2015 19:09:10 +0000 (20:09 +0100)
hieradata/common.yaml
modules/roles/files/syncproxy/rsyncd.conf
modules/roles/manifests/syncproxy.pp

index 4038a5b..9c413f6 100644 (file)
@@ -137,6 +137,7 @@ roles:
     - wolkenstein.debian.org
   syncproxy:
     - milanollo.debian.org
+    - mirror-isc.debian.org
   tracker:
     - ticharich.debian.org
   udd:
index eb1e476..387a4e1 100644 (file)
@@ -10,7 +10,7 @@ log file =  /var/log/rsyncd/rsyncd.log
 
 [debian]
   path = /srv/mirrors/debian/
-  comment = Full Debian FTP Archive (~800 GB; contact mirrors@debian.org for access)
+  comment = Full Debian FTP Archive (~1.5 TB as of 2015; contact mirrors@debian.org for access)
   auth users = *
   read only = true
   secrets file = /etc/rsyncd/debian.secrets
@@ -24,15 +24,15 @@ log file =  /var/log/rsyncd/rsyncd.log
 
 [debian-debug]
   path = /srv/mirrors/debian-debug/
-  comment = Debug packages.  Probably large.  Starting mid 2015.
+  comment = Debug packages.  Probably large.  Starting end of 2015.
   auth users = *
   read only = true
-  secrets file = /etc/rsyncd/ftp.secrets
+  secrets file = /etc/rsyncd/debian.secrets
   list = no
 
 [debian-security]
   path = /srv/mirrors/debian-security/
-  comment = Debian security archive (~40 GB; contact mirrors@debian.org for access)
+  comment = Debian security archive (~100 GB; contact mirrors@debian.org for access)
   auth users = *
   read only = true
   secrets file = /etc/rsyncd/debian.secrets
index 9a988d0..087c13a 100644 (file)
@@ -3,10 +3,12 @@ class roles::syncproxy {
                source => 'puppet:///modules/roles/syncproxy/rsyncd.conf',
                bind   => $::hostname ? {
                        'milanollo' => '5.153.231.9',
+                       'mirror-isc' => '149.20.20.21',
                        default => ''
                },
                bind6   => $::hostname ? {
                        'milanollo' => '2001:41c8:1000:21::21:9',
+                       'mirror-isc' => '2001:4f8:8:36::1deb:21',
                        default => ''
                },
        }