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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 499 - (hide annotations) (download)
Sun Dec 5 20:28:13 2010 UTC (13 years, 4 months ago) by blino
File size: 2410 byte(s)
allow pkgsubmit on valstar

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 blino 499 include restrictshell::allow_pkgsubmit
28 misc 440
29 misc 101 subversion::snapshot { "/etc/puppet":
30 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
31 misc 6 }
32 misc 4 }
33 boklm 3
34 misc 4 # web apps
35     node alamut {
36 boklm 49 # Location: IELO datacenter (marseille)
37     #
38     # TODO:
39 dmorgan 186 # - Review board
40 boklm 49 # - nagios
41     # - api
42     # - mail server
43     # - mailing list server
44     # - wiki
45 misc 193 # - pastebin
46 boklm 49 # - LDAP slave
47     #
48 misc 193 include default_mageia_server
49 misc 31 include bind::bind_master
50 nanardon 56 include postgresql
51 misc 493 include dns_server
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 misc 493 include dns_server
103 misc 44 timezone::timezone { "Europe/Paris": }
104 boklm 49 # Other services running on this server :
105     # - meetbot
106 misc 4 }
107    
108     node champagne {
109 boklm 49 # Location: gandi VM
110     #
111     # TODO:
112     # - setup mageia.org web site
113     # - setup blog
114     #
115 misc 193 include default_mageia_server
116 dams 276 timezone::timezone { "Europe/Paris": }
117 dams 278 include blog
118 misc 4 }
119    
120    

  ViewVC Help
Powered by ViewVC 1.1.30