/[adm]/puppet/manifests/nodes.pp
ViewVC logotype

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 728 - (hide annotations) (download)
Sat Jan 8 14:43:55 2011 UTC (13 years, 2 months ago) by boklm
File size: 3427 byte(s)
do not send commits from schedbot on packages and binrepos to cia.vc
1 misc 4 # svn, big important server
2     node valstar {
3 boklm 49 # Location: IELO datacenter (marseille)
4     #
5     # TODO:
6     # - GIT server
7     # - setup youri
8     # - setup maintainers database (with web interface)
9     # - mirroring (Nanar)
10     #
11 misc 24 include default_mageia_server
12 misc 44 timezone::timezone { "Europe/Paris": }
13 nanardon 21 include rsyncd
14 nanardon 32 include mirror
15 misc 53 include openldap::master
16 misc 101 include subversion::client
17 dmorgan 131 include subversion::server
18 misc 155 include puppet::master
19 blino 370 include ssh::auth
20     include ssh::auth::keymaster
21 blino 371 include buildsystem::mainnode
22 boklm 696 include buildsystem::mgacreatehome
23 misc 13
24 misc 450 include pam::committers_access
25 misc 440 include restrictshell::allow_svn
26 blino 499 include restrictshell::allow_pkgsubmit
27 boklm 699 include openssh::ssh_keys_from_ldap
28 misc 440
29 misc 676 subversion::repository { "/svn/adm/":
30     group => "mga-sysadmin",
31 misc 692 commit_mail => ['mageia-sysadm@mageia.org', "sysadmin-commits@ml.$domain"],
32 boklm 714 syntax_check1 => 'check_puppet_templates',
33     syntax_check2 => 'check_puppet',
34 boklm 708 cia_post => true,
35 boklm 718 cia_module => "sysadm",
36 misc 676 }
37    
38 boklm 712 subversion::repository { "/svn/packages/":
39     group => "mga-packagers",
40     no_binary => true,
41     cia_post => true,
42     cia_module => "packages",
43 boklm 728 cia_ignore_author => '^schedbot$',
44 boklm 712 }
45    
46     subversion::repository { "/svn/binrepos/cauldron/":
47     group => "mga-packagers",
48     cia_post => true,
49     cia_module => "binrepos",
50 boklm 728 cia_ignore_author => '^schedbot$',
51 boklm 712 }
52    
53 misc 101 subversion::snapshot { "/etc/puppet":
54 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
55 misc 6 }
56 misc 4 }
57 boklm 3
58 misc 4 # web apps
59     node alamut {
60 boklm 49 # Location: IELO datacenter (marseille)
61     #
62     # TODO:
63 dmorgan 186 # - Review board
64 boklm 49 # - nagios
65     # - api
66     # - mail server
67     # - mailing list server
68     # - wiki
69 misc 193 # - pastebin
70 boklm 49 # - LDAP slave
71     #
72 misc 558 include default_mageia_server_no_smtp
73 misc 526 include postgresql::server
74 misc 493 include dns_server
75 misc 44 timezone::timezone { "Europe/Paris": }
76 misc 92
77     include catdap
78 misc 665 include websites::donate
79 nanardon 102 include mga-mirrors
80 nanardon 119 include epoll
81 dmorgan 178 include transifex
82 dmorgan 289 include bugzilla
83 misc 558 include sympa::server
84     include postfix::primary_smtp
85 misc 673
86 boklm 697 # import "lists"
87 boklm 3 }
88    
89 misc 4 # buildnode
90     node jonund {
91 boklm 49 # Location: IELO datacenter (marseille)
92     #
93 misc 193 include default_mageia_server
94 blino 346 include buildsystem::buildnode
95 misc 44 timezone::timezone { "Europe/Paris": }
96 boklm 250 include shorewall
97 boklm 244 include shorewall::default_firewall
98 boklm 358 include testvm
99 misc 4 }
100 boklm 3
101 misc 4 node ecosse {
102 boklm 49 # Location: IELO datacenter (marseille)
103     #
104 misc 193 include default_mageia_server
105 misc 213 include buildsystem::buildnode
106 misc 44 timezone::timezone { "Europe/Paris": }
107 boklm 3 }
108    
109 misc 4 # backup server
110     node fiona {
111 boklm 49 # Location: IELO datacenter (marseille)
112     #
113     # TODO:
114     # - buy the server
115     # - install the server in datacenter
116 misc 193 # - install a backup system
117     include default_mageia_server
118 misc 4 }
119    
120     # gandi-vm
121     node krampouezh {
122 boklm 49 # Location: gandi VM
123     #
124     # TODO:
125     # - secondary MX
126     # - LDAP slave (for external traffic maybe)
127     #
128 misc 193 include default_mageia_server
129 misc 558 # TODO uncomment when ready to be tested
130     #include default_mageia_server_no_smtp
131     #include postfix::secondary_smtp
132    
133 misc 493 include dns_server
134 misc 44 timezone::timezone { "Europe/Paris": }
135 boklm 49 # Other services running on this server :
136     # - meetbot
137 misc 4 }
138    
139     node champagne {
140 boklm 49 # Location: gandi VM
141     #
142     # TODO:
143     # - setup mageia.org web site
144     # - setup blog
145     #
146 misc 193 include default_mageia_server
147 dams 276 timezone::timezone { "Europe/Paris": }
148 dams 278 include blog
149 misc 4 }
150    
151 misc 586 node friteuse {
152     # Location: VM hosted by nfrance
153     #
154     # TODO:
155     # - setup forum
156 misc 4
157 misc 586 include default_mageia_server
158     timezone::timezone { "Europe/Paris": }
159     }

  ViewVC Help
Powered by ViewVC 1.1.30