]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
powell is dead. long live powell
authorPeter Palfrader <peter@palfrader.org>
Tue, 16 Apr 2013 22:46:56 +0000 (00:46 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 16 Apr 2013 22:46:56 +0000 (00:46 +0200)
modules/apache2/manifests/init.pp
modules/debian-org/misc/local.yaml
modules/exim/templates/virtualdomains.erb
modules/ferm/manifests/per-host.pp
modules/nagios/templates/obsolete-packages-ignore.d-hostspecific.erb
modules/named/templates/named.conf.debian-zones.erb
modules/sudo/files/sudoers

index 1f232b931f49d18654bd5cfeba0c54eb47e004d3..3533856f09e45a836f782f83fef9f3c40b2649ff 100644 (file)
@@ -81,7 +81,7 @@ class apache2 {
                }
        }
 
-       if $::hostname in [busoni,holter,lindberg,master,powell,beach,buxtehude] {
+       if $::hostname in [busoni,holter,lindberg,master,beach,buxtehude] {
                include apache2::dynamic
        } else {
                @ferm::rule { 'dsa-http':
index eca934c44464519344312fc4cb8ea01ca4efde43..dbdf6bb0574c0b650d7a1f26c6bdb0ec6e8b2940 100644 (file)
@@ -177,7 +177,7 @@ services:
   nagiosmaster: tchaikovsky.debian.org
   extranrpeclient:
     - orff.debian.org
-  packagesmaster: powell.debian.org
+  #packagesmaster: powell.debian.org
   packagesqamaster: quantz.debian.org
   puppetmaster: handel.debian.org
   rtmaster:
@@ -206,7 +206,6 @@ host_settings:
     - muffat.debian.org
     - nono.debian.org
     - popov.debian.org
-    - powell.debian.org
     - quantz.debian.org
     - ravel.debian.org
     - reger.debian.org
index 94a090702cd6f704a02a491ddedfc24df6c3a5cb..8a5bd1fd3ff4ec574b282af80c6a359450457653 100644 (file)
@@ -49,8 +49,6 @@ debian.eu: user=nobody group=Debian directory=/srv/star.debian.star/"
 
         when "popov.debian.org" then "popcon.debian.org: user=popcon group=popcon directory=/srv/popcon.debian.org/mail/"
 
-        when "powell.debian.org" then "packages.debian.org: user=pkg_user group=Debian directory=/org/packages.debian.org/mail/"
-
         when "quantz.debian.org" then "qa.debian.org: user=qa group=qa directory=/srv/qa.debian.org/mail/
 packages.qa.debian.org: user=qa group=qa directory=/srv/packages.qa.debian.org/mail"
 
index 575050f8c91def8e82331e5b18042469fa7085cb..5aee5dedd1bdc158e0e13fa3d78bc2d68e26a8d7 100644 (file)
@@ -3,7 +3,7 @@ class ferm::per-host {
                include ferm::zivit
        }
 
-       if $::hostname in [glinka,klecker,merikanto,powell,ravel,rietz,senfl,sibelius,stabile] {
+       if $::hostname in [glinka,klecker,merikanto,ravel,rietz,senfl,sibelius,stabile] {
                ferm::rule { 'dsa-rsync':
                        domain      => '(ip ip6)',
                        description => 'Allow rsync access',
@@ -88,17 +88,6 @@ class ferm::per-host {
                                rule            => '&SERVICE(udp, 69)'
                        }
                }
-               powell: {
-                       @ferm::rule { 'dsa-powell-v6-tunnel':
-                               description     => 'Allow powell to use V6 tunnel broker',
-                               rule            => 'proto ipv6 saddr 212.227.117.6 jump ACCEPT'
-                       }
-                       @ferm::rule { 'dsa-powell-btseed':
-                               domain          => '(ip ip6)',
-                               description     => 'Allow powell to seed BT',
-                               rule            => 'proto tcp dport 8000:8100 jump ACCEPT'
-                       }
-               }
                lotti,lully: {
                        @ferm::rule { 'dsa-syslog':
                                description     => 'Allow syslog access',
index 201d0b2b40f1eb798f6b411896cce2a3fbbf0bc0..f5f454a91968ac4a0e2f0f71225d139dcbe1032f 100644 (file)
@@ -14,7 +14,6 @@ when /(zandonai|zelenka).debian.org/:   ignore << %w{samhain zabbix-agent rrdcol
 when /(zappa|zemlinsky).debian.org/:    ignore << %w{samhain}
 when /(mayer|corelli).debian.org/: ignore << "linux-base"
 when /(alkman|caballero|merulo|mundy).debian.org/: ignore << "samhain"
-when "powell.debian.org":               ignore << %w{e2fslibs e2fsprogs libblkid1 libcomerr2 libss2 libuuid1 uuid-runtime}
 when "rossini.debian.org":              ignore << %w{ganeti2}
 when "franck.debian.org":               ignore << %w{python-apt}
 when /(abel|arnold|alain|alwyn|antheil|arne).debian.org/: ignore << %w{flash-kernel linux-firmware-image}
index 353e430d91d973b39a2d265025e5ce06d80c5aca..ad48f2c421fb4caec91d9600380af4de41fd4cb5 100644 (file)
@@ -26,9 +26,6 @@ zones << "2.0.0.0.2.0.0.0.8.5.8.0.1.0.0.2.ip6.arpa"
 zones << "192-27.211.177.194.in-addr.arpa"
 zones << "b.e.d.0.c.f.f.2.8.4.6.0.1.0.0.2.ip6.arpa"
 
-# ipv6 at 1&1 - powell: 2001:08d8:0081:1520::/60
-zones << "2.5.1.1.8.0.0.8.d.8.0.1.0.0.2.ip6.arpa"
-
 # ipv6 at 1&1 - wieck and schumann  - old range April 2011
 zones << "2.6.a.0.4.6.5.6.1.0.0.0.2.0.0.0.8.d.8.0.1.0.0.2.ip6.arpa"
 
index e5c6c6c3dd735a686293e219ba52a520ccce06d3..a5e22000f767b0d72b4c80e1eaa923d1b3c1c763 100644 (file)
@@ -62,7 +62,7 @@ nagios                ALL=(ALL)       NOPASSWD: /usr/sbin/hpacucli controller slot=[0129] show statu
 nagios         franck=(ALL)    NOPASSWD: /usr/sbin/hpacucli controller slot=1 enclosure 1E\:1 show detail
 
 # other raid controllers
-nagios         powell=(ALL)    NOPASSWD: /usr/local/sbin/areca-cli vsf info
+#nagios                powell=(ALL)    NOPASSWD: /usr/local/sbin/areca-cli vsf info
 nagios         puccini=(ALL)   NOPASSWD: /usr/local/bin/tw_cli info c0 u0 status
 nagios         MPTRAIDHOSTS=(ALL)      NOPASSWD: /usr/sbin/mpt-status -s
 nagios         AACRAIDHOSTS=(ALL)      NOPASSWD: /usr/local/bin/arcconf GETCONFIG 1 LD, /usr/local/bin/arcconf GETCONFIG 1 AD
@@ -134,7 +134,7 @@ buildd              ALL=(ALL)               NOPASSWD: ALL
 # The piuparts slave needs to handle chroots
 piupartss      piatti=(ALL)            NOPASSWD: ALL
 # trigger of mirror run for packages
-pkg_user       powell=(archvsync)      NOPASSWD: /home/archvsync/bin/pushpdo
+#pkg_user      powell=(archvsync)      NOPASSWD: /home/archvsync/bin/pushpdo
 # on draghi, the domains git thing will run bind9 reload afterwards
 %dnsadm                draghi,orff=(root)              NOPASSWD: /etc/init.d/bind9 reload
 %dnsadm                draghi,orff=(geodnssync)        NOPASSWD: /usr/bin/make -C /srv/dns.debian.org/geo