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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 558 - (hide annotations) (download)
Thu Dec 9 12:34:24 2010 UTC (13 years, 3 months ago) by misc
File size: 2488 byte(s)
deploy sympa on alamut
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 101 subversion::snapshot { "/etc/puppet":
28 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
29 misc 6 }
30 misc 4 }
31 boklm 3
32 misc 4 # web apps
33     node alamut {
34 boklm 49 # Location: IELO datacenter (marseille)
35     #
36     # TODO:
37 dmorgan 186 # - Review board
38 boklm 49 # - nagios
39     # - api
40     # - mail server
41     # - mailing list server
42     # - wiki
43 misc 193 # - pastebin
44 boklm 49 # - LDAP slave
45     #
46 misc 558 include default_mageia_server_no_smtp
47 misc 526 include postgresql::server
48 misc 493 include dns_server
49 misc 44 timezone::timezone { "Europe/Paris": }
50 misc 92
51     include catdap
52 nanardon 102 include mga-mirrors
53 nanardon 119 include epoll
54 dmorgan 178 include transifex
55 dmorgan 289 include bugzilla
56 misc 558 include sympa::server
57     include postfix::primary_smtp
58    
59 boklm 3 }
60    
61 misc 4 # buildnode
62     node jonund {
63 boklm 49 # Location: IELO datacenter (marseille)
64     #
65 misc 193 include default_mageia_server
66 blino 346 include buildsystem::buildnode
67 misc 44 timezone::timezone { "Europe/Paris": }
68 boklm 250 include shorewall
69 boklm 244 include shorewall::default_firewall
70 boklm 358 include testvm
71 misc 4 }
72 boklm 3
73 misc 4 node ecosse {
74 boklm 49 # Location: IELO datacenter (marseille)
75     #
76 misc 193 include default_mageia_server
77 misc 213 include buildsystem::buildnode
78 misc 44 timezone::timezone { "Europe/Paris": }
79 boklm 3 }
80    
81 misc 4
82     # backup server
83     node fiona {
84 boklm 49 # Location: IELO datacenter (marseille)
85     #
86     # TODO:
87     # - buy the server
88     # - install the server in datacenter
89 misc 193 # - install a backup system
90     include default_mageia_server
91 misc 4 }
92    
93     # gandi-vm
94     node krampouezh {
95 boklm 49 # Location: gandi VM
96     #
97     # TODO:
98     # - secondary MX
99     # - LDAP slave (for external traffic maybe)
100     #
101 misc 193 include default_mageia_server
102 misc 558 # TODO uncomment when ready to be tested
103     #include default_mageia_server_no_smtp
104     #include postfix::secondary_smtp
105    
106 misc 493 include dns_server
107 misc 44 timezone::timezone { "Europe/Paris": }
108 boklm 49 # Other services running on this server :
109     # - meetbot
110 misc 4 }
111    
112     node champagne {
113 boklm 49 # Location: gandi VM
114     #
115     # TODO:
116     # - setup mageia.org web site
117     # - setup blog
118     #
119 misc 193 include default_mageia_server
120 dams 276 timezone::timezone { "Europe/Paris": }
121 dams 278 include blog
122 misc 4 }
123    
124    

  ViewVC Help
Powered by ViewVC 1.1.30