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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 361 - (hide annotations) (download)
Sun Nov 21 23:23:59 2010 UTC (13 years, 4 months ago) by misc
File size: 2377 byte(s)
- move apache requirement in the blog class ( so we do not forget it )
- since apache::mod_php implie apache::base, remove redundant include

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 350 include buildsystem::mainnode
22 misc 13
23 misc 101 subversion::snapshot { "/etc/puppet":
24 misc 136 source => "svn://svn.mageia.org/adm/puppet/"
25 misc 6 }
26 misc 4 }
27 boklm 3
28 misc 4 # web apps
29     node alamut {
30 boklm 49 # Location: IELO datacenter (marseille)
31     #
32     # TODO:
33 dmorgan 186 # - Review board
34 boklm 49 # - nagios
35     # - api
36     # - mail server
37     # - mailing list server
38     # - wiki
39 misc 193 # - pastebin
40 boklm 49 # - LDAP slave
41     #
42 misc 193 include default_mageia_server
43 misc 31 include bind::bind_master
44 nanardon 56 include postgresql
45 misc 31 bind::zone_master { "mageia.org": }
46     bind::zone_master { "mageia.fr": }
47 misc 44 timezone::timezone { "Europe/Paris": }
48 misc 92
49     include catdap
50 nanardon 102 include mga-mirrors
51 nanardon 119 include epoll
52 dmorgan 178 include transifex
53 dmorgan 289 include bugzilla
54 boklm 3 }
55    
56 misc 4 # buildnode
57     node jonund {
58 boklm 49 # Location: IELO datacenter (marseille)
59     #
60 misc 193 include default_mageia_server
61 blino 346 include buildsystem::buildnode
62 misc 44 timezone::timezone { "Europe/Paris": }
63 boklm 250 include shorewall
64 boklm 244 include shorewall::default_firewall
65 boklm 358 include testvm
66 misc 4 }
67 boklm 3
68 misc 4 node ecosse {
69 boklm 49 # Location: IELO datacenter (marseille)
70     #
71 misc 193 include default_mageia_server
72 misc 213 include buildsystem::buildnode
73 misc 44 timezone::timezone { "Europe/Paris": }
74 boklm 3 }
75    
76 misc 4
77     # backup server
78     node fiona {
79 boklm 49 # Location: IELO datacenter (marseille)
80     #
81     # TODO:
82     # - buy the server
83     # - install the server in datacenter
84 misc 193 # - install a backup system
85     include default_mageia_server
86 misc 4 }
87    
88     # gandi-vm
89     node krampouezh {
90 boklm 49 # Location: gandi VM
91     #
92     # TODO:
93     # - secondary MX
94     # - LDAP slave (for external traffic maybe)
95     #
96 misc 193 include default_mageia_server
97 boklm 74 include bind::bind_master
98 misc 75 bind::zone_master { "mageia.org": }
99     bind::zone_master { "mageia.fr": }
100 misc 44 timezone::timezone { "Europe/Paris": }
101 boklm 49 # Other services running on this server :
102     # - meetbot
103 misc 4 }
104    
105     node champagne {
106 boklm 49 # Location: gandi VM
107     #
108     # TODO:
109     # - setup mageia.org web site
110     # - setup blog
111     #
112 misc 193 include default_mageia_server
113 dams 276 timezone::timezone { "Europe/Paris": }
114 dams 278 include blog
115 misc 4 }
116    
117    

  ViewVC Help
Powered by ViewVC 1.1.30