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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 450 - (hide annotations) (download)
Wed Nov 24 02:08:32 2010 UTC (13 years, 4 months ago) by misc
File size: 2505 byte(s)
s/commiters/committers/, to be in sync with the ldap group name and the dictionnary

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 urli build scheduler
8     # - setup youri
9     # - setup restricted shell access to allow "mdvsys submit" to work
10     # - setup maintainers database (with web interface)
11     # - mirroring (Nanar)
12     #
13 misc 24 include default_mageia_server
14 misc 44 timezone::timezone { "Europe/Paris": }
15 nanardon 21 include rsyncd
16 nanardon 32 include mirror
17 misc 53 include openldap::master
18 misc 101 include subversion::client
19 dmorgan 131 include subversion::server
20 misc 155 include puppet::master
21 blino 370 include ssh::auth
22     include ssh::auth::keymaster
23 blino 371 include buildsystem::mainnode
24 misc 13
25 misc 450 include pam::committers_access
26 misc 440 include restrictshell::allow_svn
27    
28 misc 101 subversion::snapshot { "/etc/puppet":
29 misc 136 source => "svn://svn.mageia.org/adm/puppet/"
30 misc 6 }
31 misc 4 }
32 boklm 3
33 misc 4 # web apps
34     node alamut {
35 boklm 49 # Location: IELO datacenter (marseille)
36     #
37     # TODO:
38 dmorgan 186 # - Review board
39 boklm 49 # - nagios
40     # - api
41     # - mail server
42     # - mailing list server
43     # - wiki
44 misc 193 # - pastebin
45 boklm 49 # - LDAP slave
46     #
47 misc 193 include default_mageia_server
48 misc 31 include bind::bind_master
49 nanardon 56 include postgresql
50 misc 31 bind::zone_master { "mageia.org": }
51     bind::zone_master { "mageia.fr": }
52 misc 44 timezone::timezone { "Europe/Paris": }
53 misc 92
54     include catdap
55 nanardon 102 include mga-mirrors
56 nanardon 119 include epoll
57 dmorgan 178 include transifex
58 dmorgan 289 include bugzilla
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 boklm 74 include bind::bind_master
103 misc 75 bind::zone_master { "mageia.org": }
104     bind::zone_master { "mageia.fr": }
105 misc 44 timezone::timezone { "Europe/Paris": }
106 boklm 49 # Other services running on this server :
107     # - meetbot
108 misc 4 }
109    
110     node champagne {
111 boklm 49 # Location: gandi VM
112     #
113     # TODO:
114     # - setup mageia.org web site
115     # - setup blog
116     #
117 misc 193 include default_mageia_server
118 dams 276 timezone::timezone { "Europe/Paris": }
119 dams 278 include blog
120 misc 4 }
121    
122    

  ViewVC Help
Powered by ViewVC 1.1.30