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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 691 - (hide annotations) (download)
Fri Jan 7 02:27:01 2011 UTC (13 years, 2 months ago) by misc
File size: 2889 byte(s)
- use include instead of import, as import make our precommit hook fail
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 misc 13
23 misc 450 include pam::committers_access
24 misc 440 include restrictshell::allow_svn
25 blino 499 include restrictshell::allow_pkgsubmit
26 misc 440
27 misc 676 subversion::repository { "/svn/adm/":
28     group => "mga-sysadmin",
29     commit_mail => "mageia-sysadm@mageia.org",
30     syntax_check => ['check_puppet_templates','check_puppet'],
31     }
32    
33 misc 101 subversion::snapshot { "/etc/puppet":
34 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
35 misc 6 }
36 misc 4 }
37 boklm 3
38 misc 4 # web apps
39     node alamut {
40 boklm 49 # Location: IELO datacenter (marseille)
41     #
42     # TODO:
43 dmorgan 186 # - Review board
44 boklm 49 # - nagios
45     # - api
46     # - mail server
47     # - mailing list server
48     # - wiki
49 misc 193 # - pastebin
50 boklm 49 # - LDAP slave
51     #
52 misc 558 include default_mageia_server_no_smtp
53 misc 526 include postgresql::server
54 misc 493 include dns_server
55 misc 44 timezone::timezone { "Europe/Paris": }
56 misc 92
57     include catdap
58 misc 665 include websites::donate
59 nanardon 102 include mga-mirrors
60 nanardon 119 include epoll
61 dmorgan 178 include transifex
62 dmorgan 289 include bugzilla
63 misc 558 include sympa::server
64     include postfix::primary_smtp
65 misc 673
66 misc 691 include lists
67 boklm 3 }
68    
69 misc 4 # buildnode
70     node jonund {
71 boklm 49 # Location: IELO datacenter (marseille)
72     #
73 misc 193 include default_mageia_server
74 blino 346 include buildsystem::buildnode
75 misc 44 timezone::timezone { "Europe/Paris": }
76 boklm 250 include shorewall
77 boklm 244 include shorewall::default_firewall
78 boklm 358 include testvm
79 misc 4 }
80 boklm 3
81 misc 4 node ecosse {
82 boklm 49 # Location: IELO datacenter (marseille)
83     #
84 misc 193 include default_mageia_server
85 misc 213 include buildsystem::buildnode
86 misc 44 timezone::timezone { "Europe/Paris": }
87 boklm 3 }
88    
89 misc 4
90     # backup server
91     node fiona {
92 boklm 49 # Location: IELO datacenter (marseille)
93     #
94     # TODO:
95     # - buy the server
96     # - install the server in datacenter
97 misc 193 # - install a backup system
98     include default_mageia_server
99 misc 4 }
100    
101     # gandi-vm
102     node krampouezh {
103 boklm 49 # Location: gandi VM
104     #
105     # TODO:
106     # - secondary MX
107     # - LDAP slave (for external traffic maybe)
108     #
109 misc 193 include default_mageia_server
110 misc 558 # TODO uncomment when ready to be tested
111     #include default_mageia_server_no_smtp
112     #include postfix::secondary_smtp
113    
114 misc 493 include dns_server
115 misc 44 timezone::timezone { "Europe/Paris": }
116 boklm 49 # Other services running on this server :
117     # - meetbot
118 misc 4 }
119    
120     node champagne {
121 boklm 49 # Location: gandi VM
122     #
123     # TODO:
124     # - setup mageia.org web site
125     # - setup blog
126     #
127 misc 193 include default_mageia_server
128 dams 276 timezone::timezone { "Europe/Paris": }
129 dams 278 include blog
130 misc 4 }
131    
132 misc 586 node friteuse {
133     # Location: VM hosted by nfrance
134     #
135     # TODO:
136     # - setup forum
137 misc 4
138 misc 586 include default_mageia_server
139     timezone::timezone { "Europe/Paris": }
140     }

  ViewVC Help
Powered by ViewVC 1.1.30