From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002050.html | 491 +++++++++++++++++++++++++ 1 file changed, 491 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002050.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002050.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002050.html b/zarb-ml/mageia-sysadm/2011-January/002050.html new file mode 100644 index 000000000..839d87115 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002050.html @@ -0,0 +1,491 @@ + + + + [Mageia-sysadm] [775] move dns zone to a module in deployment + + + + + + + + + +

[Mageia-sysadm] [775] move dns zone to a module in deployment

+ root at mageia.org + root at mageia.org +
+ Thu Jan 13 19:12:25 CET 2011 +

+
+ +
Revision: 775
+Author:   misc
+Date:     2011-01-13 19:12:25 +0100 (Thu, 13 Jan 2011)
+Log Message:
+-----------
+move dns zone to a module in deployment
+
+Modified Paths:
+--------------
+    puppet/manifests/common.pp
+    puppet/manifests/nodes.pp
+
+Added Paths:
+-----------
+    puppet/deployment/dns/
+    puppet/deployment/dns/manifests/
+    puppet/deployment/dns/manifests/init.pp
+    puppet/deployment/dns/templates/
+    puppet/deployment/dns/templates/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone
+    puppet/deployment/dns/templates/mageia.fr.zone
+    puppet/deployment/dns/templates/mageia.org.zone
+
+Removed Paths:
+-------------
+    puppet/modules/bind/templates/zones/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone
+    puppet/modules/bind/templates/zones/mageia.fr.zone
+    puppet/modules/bind/templates/zones/mageia.org.zone
+
+Added: puppet/deployment/dns/manifests/init.pp
+===================================================================
+--- puppet/deployment/dns/manifests/init.pp	                        (rev 0)
++++ puppet/deployment/dns/manifests/init.pp	2011-01-13 18:12:25 UTC (rev 775)
+@@ -0,0 +1,22 @@
++
++class dns {
++    class server {
++        include bind::bind_master
++        dns::zone { "mageia.org": }
++        dns::zone { "mageia.fr": } 
++
++        dns::reverse_zone { "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa": }
++    }
++
++    define zone {
++        bind::zone_master { $name:
++            content => template("dns/$name.zone")
++        }        
++    }
++
++    define reverse_zone {
++        bind::zone_reverse { $name:
++            content => template("dns/$name.zone")
++        }
++    }
++}
+
+Copied: puppet/deployment/dns/templates/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone (from rev 774, puppet/modules/bind/templates/zones/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone)
+===================================================================
+--- puppet/deployment/dns/templates/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone	                        (rev 0)
++++ puppet/deployment/dns/templates/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone	2011-01-13 18:12:25 UTC (rev 775)
+@@ -0,0 +1,20 @@
++$TTL 3D
++@   IN  SOA ns0.mageia.org. root.mageia.org. (
++        2010120102  ; Serial
++        3600        ; Refresh
++        3600        ; Retry
++        2419200     ; Expire
++        86400       ; Minimum TTL
++)
++
++; nameservers
++@	IN      NS      ns0.mageia.org.
++@	IN      NS      ns1.mageia.org.
++
++1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR gw-ipv6.mageia.org.
++2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR alamut.mageia.org.
++3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR valstar.mageia.org.
++4.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR ecosse.mageia.org.
++5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR jonund.mageia.org.
++6.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR fiona.mageia.org.
++
+
+Copied: puppet/deployment/dns/templates/mageia.fr.zone (from rev 774, puppet/modules/bind/templates/zones/mageia.fr.zone)
+===================================================================
+--- puppet/deployment/dns/templates/mageia.fr.zone	                        (rev 0)
++++ puppet/deployment/dns/templates/mageia.fr.zone	2011-01-13 18:12:25 UTC (rev 775)
+@@ -0,0 +1,27 @@
++; cfengine-distributed file
++; local modifications will be lost
++; $Id$
++$TTL	3D
++@       IN      SOA     ns0.mageia.org.   mageia.fr.  (
++        2010110200	; Serial
++        21600		; Refresh
++        3600		; Retry
++        2419200		; Expire
++        86400		; Minmun TTL
++        )
++
++; nameservers
++@	IN      NS      ns0.mageia.org.
++@	IN      NS      ns1.mageia.org.
++
++@   IN      MX 10   mx0.zarb.org.
++@   IN      MX 20   mx1.zarb.org.
++
++; MX
++;@	IN	MX	10 mx0.zarb.org.
++
++; machines
++mageia.fr.	IN	A   	212.85.158.22
++
++; aliases
++www             IN      CNAME   mageia.fr.
+
+Copied: puppet/deployment/dns/templates/mageia.org.zone (from rev 774, puppet/modules/bind/templates/zones/mageia.org.zone)
+===================================================================
+--- puppet/deployment/dns/templates/mageia.org.zone	                        (rev 0)
++++ puppet/deployment/dns/templates/mageia.org.zone	2011-01-13 18:12:25 UTC (rev 775)
+@@ -0,0 +1,92 @@
++; puppet-distributed file
++; local modifications will be lost
++; $Id$
++$TTL	1D
++@       IN      SOA     ns0.mageia.org.   root.mageia.org.  (
++        2011011001	; Serial
++        21600		; Refresh
++        3600		; Retry
++        2419200		; Expire
++        86400		; Minmun TTL
++        )
++
++; nameservers
++@	IN      NS      ns0.mageia.org.
++@	IN      NS      ns1.mageia.org.
++
++@   IN      MX 10   mx0.zarb.org.
++@   IN      MX 20   mx1.zarb.org.
++
++ml  IN      MX 10   alamut.mageia.org.
++ml  IN      MX 20   krampouezh.mageia.org.
++
++; MX
++;@	IN	MX	10 mx0.zarb.org.
++
++; machines
++mageia.org.	IN	A   	212.85.158.22
++www-zarb    IN  A       212.85.158.22
++; gandi vm 1
++vm-gandi     IN A       95.142.164.207
++kouign-amann IN A       95.142.164.207
++krampouezh   IN A       95.142.164.207
++champagne    IN A	217.70.188.116
++
++www-aufml   IN  A       91.121.11.63
++forum       IN  A       88.191.127.89
++
++; lost oasis
++alamut      IN  A       212.85.158.146
++alamut      IN  AAAA    2a02:2178:2:7::2
++; since we have a subdomain, we cannot use a CNAME
++ml          IN  A       212.85.158.146
++ml          IN  AAAA    2a02:2178:2:7::2
++
++valstar     IN  A       212.85.158.147
++valstar     IN  AAAA    2a02:2178:2:7::3
++ecosse      IN  A       212.85.158.148
++ecosse      IN  AAAA    2a02:2178:2:7::4
++jonund      IN  A       212.85.158.149
++jonund      IN  AAAA    2a02:2178:2:7::5
++fiona       IN  A       212.85.158.150
++fiona       IN  AAAA    2a02:2178:2:7::6
++
++rabbit      IN  A       88.190.12.224
++
++
++; alamut  
++ns0         IN  A       212.85.158.146
++; krampouezh            
++ns1         IN  A       95.142.164.207 
++
++; aliases
++www         IN  CNAME www-zarb
++www-test    IN  CNAME champagne
++blog        IN  CNAME www-zarb
++blog-test   IN  CNAME champagne
++rsync       IN  CNAME valstar
++
++ldap        IN  CNAME valstar
++
++svn         IN  CNAME valstar
++meetbot     IN  CNAME krampouezh
++
++donate      IN  CNAME alamut
++donation    IN  CNAME alamut
++
++puppetmaster  IN  CNAME valstar
++pkgsubmit   IN CNAME valstar
++repository  IN CNAME valstar
++ldap        IN CNAME valstar
++
++identity    IN CNAME alamut
++identity-trunk    IN CNAME alamut
++mirrors     IN CNAME alamut
++epoll       IN CNAME alamut
++pgsql       IN CNAME alamut
++bugs        IN CNAME alamut
++transifex   IN CNAME alamut
++lists       IN CNAME alamut
++; temporary
++;forum       IN A 140.211.167.148
++;wiki            IN      A       88.191.83.84
+
+Modified: puppet/manifests/common.pp
+===================================================================
+--- puppet/manifests/common.pp	2011-01-13 18:12:24 UTC (rev 774)
++++ puppet/manifests/common.pp	2011-01-13 18:12:25 UTC (rev 775)
+@@ -109,9 +109,4 @@
+ #    include ssmtp
+ }
+ 
+-class dns_server {
+-    include bind::bind_master
+-    bind::zone_master { "mageia.org": }
+-    bind::zone_master { "mageia.fr": } 
+-    bind::zone_reverse { "7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa": }
+-}
++
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2011-01-13 18:12:24 UTC (rev 774)
++++ puppet/manifests/nodes.pp	2011-01-13 18:12:25 UTC (rev 775)
+@@ -49,7 +49,6 @@
+ # 
+     include default_mageia_server_no_smtp
+     include postgresql::server
+-    include dns_server 
+     timezone::timezone { "Europe/Paris": }
+ 
+     include catdap
+@@ -62,6 +61,7 @@
+     include postfix::primary_smtp
+   
+     include lists
++    include dns::server 
+ }
+ 
+ # buildnode
+@@ -108,7 +108,7 @@
+     #include default_mageia_server_no_smtp
+     #include postfix::secondary_smtp
+ 
+-    include dns_server 
++    include dns::server 
+     timezone::timezone { "Europe/Paris": }
+ # Other services running on this server :
+ # - meetbot
+
+Deleted: puppet/modules/bind/templates/zones/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone
+===================================================================
+--- puppet/modules/bind/templates/zones/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone	2011-01-13 18:12:24 UTC (rev 774)
++++ puppet/modules/bind/templates/zones/7.0.0.0.2.0.0.0.8.7.1.2.2.0.a.2.ip6.arpa.zone	2011-01-13 18:12:25 UTC (rev 775)
+@@ -1,20 +0,0 @@
+-$TTL 3D
+-@   IN  SOA ns0.mageia.org. root.mageia.org. (
+-        2010120102  ; Serial
+-        3600        ; Refresh
+-        3600        ; Retry
+-        2419200     ; Expire
+-        86400       ; Minimum TTL
+-)
+-
+-; nameservers
+-@	IN      NS      ns0.mageia.org.
+-@	IN      NS      ns1.mageia.org.
+-
+-1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR gw-ipv6.mageia.org.
+-2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR alamut.mageia.org.
+-3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR valstar.mageia.org.
+-4.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR ecosse.mageia.org.
+-5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR jonund.mageia.org.
+-6.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN  PTR fiona.mageia.org.
+-
+
+Deleted: puppet/modules/bind/templates/zones/mageia.fr.zone
+===================================================================
+--- puppet/modules/bind/templates/zones/mageia.fr.zone	2011-01-13 18:12:24 UTC (rev 774)
++++ puppet/modules/bind/templates/zones/mageia.fr.zone	2011-01-13 18:12:25 UTC (rev 775)
+@@ -1,27 +0,0 @@
+-; cfengine-distributed file
+-; local modifications will be lost
+-; $Id$
+-$TTL	3D
+-@       IN      SOA     ns0.mageia.org.   mageia.fr.  (
+-        2010110200	; Serial
+-        21600		; Refresh
+-        3600		; Retry
+-        2419200		; Expire
+-        86400		; Minmun TTL
+-        )
+-
+-; nameservers
+-@	IN      NS      ns0.mageia.org.
+-@	IN      NS      ns1.mageia.org.
+-
+-@   IN      MX 10   mx0.zarb.org.
+-@   IN      MX 20   mx1.zarb.org.
+-
+-; MX
+-;@	IN	MX	10 mx0.zarb.org.
+-
+-; machines
+-mageia.fr.	IN	A   	212.85.158.22
+-
+-; aliases
+-www             IN      CNAME   mageia.fr.
+
+Deleted: puppet/modules/bind/templates/zones/mageia.org.zone
+===================================================================
+--- puppet/modules/bind/templates/zones/mageia.org.zone	2011-01-13 18:12:24 UTC (rev 774)
++++ puppet/modules/bind/templates/zones/mageia.org.zone	2011-01-13 18:12:25 UTC (rev 775)
+@@ -1,92 +0,0 @@
+-; puppet-distributed file
+-; local modifications will be lost
+-; $Id$
+-$TTL	1D
+-@       IN      SOA     ns0.mageia.org.   root.mageia.org.  (
+-        2011011001	; Serial
+-        21600		; Refresh
+-        3600		; Retry
+-        2419200		; Expire
+-        86400		; Minmun TTL
+-        )
+-
+-; nameservers
+-@	IN      NS      ns0.mageia.org.
+-@	IN      NS      ns1.mageia.org.
+-
+-@   IN      MX 10   mx0.zarb.org.
+-@   IN      MX 20   mx1.zarb.org.
+-
+-ml  IN      MX 10   alamut.mageia.org.
+-ml  IN      MX 20   krampouezh.mageia.org.
+-
+-; MX
+-;@	IN	MX	10 mx0.zarb.org.
+-
+-; machines
+-mageia.org.	IN	A   	212.85.158.22
+-www-zarb    IN  A       212.85.158.22
+-; gandi vm 1
+-vm-gandi     IN A       95.142.164.207
+-kouign-amann IN A       95.142.164.207
+-krampouezh   IN A       95.142.164.207
+-champagne    IN A	217.70.188.116
+-
+-www-aufml   IN  A       91.121.11.63
+-forum       IN  A       88.191.127.89
+-
+-; lost oasis
+-alamut      IN  A       212.85.158.146
+-alamut      IN  AAAA    2a02:2178:2:7::2
+-; since we have a subdomain, we cannot use a CNAME
+-ml          IN  A       212.85.158.146
+-ml          IN  AAAA    2a02:2178:2:7::2
+-
+-valstar     IN  A       212.85.158.147
+-valstar     IN  AAAA    2a02:2178:2:7::3
+-ecosse      IN  A       212.85.158.148
+-ecosse      IN  AAAA    2a02:2178:2:7::4
+-jonund      IN  A       212.85.158.149
+-jonund      IN  AAAA    2a02:2178:2:7::5
+-fiona       IN  A       212.85.158.150
+-fiona       IN  AAAA    2a02:2178:2:7::6
+-
+-rabbit      IN  A       88.190.12.224
+-
+-
+-; alamut  
+-ns0         IN  A       212.85.158.146
+-; krampouezh            
+-ns1         IN  A       95.142.164.207 
+-
+-; aliases
+-www         IN  CNAME www-zarb
+-www-test    IN  CNAME champagne
+-blog        IN  CNAME www-zarb
+-blog-test   IN  CNAME champagne
+-rsync       IN  CNAME valstar
+-
+-ldap        IN  CNAME valstar
+-
+-svn         IN  CNAME valstar
+-meetbot     IN  CNAME krampouezh
+-
+-donate      IN  CNAME alamut
+-donation    IN  CNAME alamut
+-
+-puppetmaster  IN  CNAME valstar
+-pkgsubmit   IN CNAME valstar
+-repository  IN CNAME valstar
+-ldap        IN CNAME valstar
+-
+-identity    IN CNAME alamut
+-identity-trunk    IN CNAME alamut
+-mirrors     IN CNAME alamut
+-epoll       IN CNAME alamut
+-pgsql       IN CNAME alamut
+-bugs        IN CNAME alamut
+-transifex   IN CNAME alamut
+-lists       IN CNAME alamut
+-; temporary
+-;forum       IN A 140.211.167.148
+-;wiki            IN      A       88.191.83.84
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110113/bbe81844/attachment-0001.html>
+
+ + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1