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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1365 - (hide annotations) (download)
Wed Mar 23 22:32:57 2011 UTC (13 years ago) by pterjan
File size: 4727 byte(s)
Run youri-check on rabbit
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 misc 875 include main_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 boklm 696 include buildsystem::mgacreatehome
23 misc 13
24 misc 788 include access_classes::committers
25 misc 900 include restrictshell::allow_git
26 misc 440 include restrictshell::allow_svn
27 blino 499 include restrictshell::allow_pkgsubmit
28 misc 801 # disabled the ldap key here instead of disabling for the
29     # whole module ( see r698 )
30     #include openssh::ssh_keys_from_ldap
31 misc 440
32 boklm 1342 include mirror::mirrormdv2010spring
33 boklm 1341
34 misc 753 include repositories::subversion
35 misc 900 include repositories::git
36 misc 676
37 misc 956 include websites::svn
38    
39 misc 101 subversion::snapshot { "/etc/puppet":
40 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
41 misc 6 }
42 misc 4 }
43 boklm 3
44 misc 4 # web apps
45     node alamut {
46 boklm 49 # Location: IELO datacenter (marseille)
47     #
48     # TODO:
49 dmorgan 186 # - Review board
50 boklm 49 # - nagios
51     # - api
52     # - mail server
53     # - mailing list server
54     # - wiki
55 misc 193 # - pastebin
56 boklm 49 # - LDAP slave
57     #
58 misc 558 include default_mageia_server_no_smtp
59 misc 526 include postgresql::server
60 misc 44 timezone::timezone { "Europe/Paris": }
61 misc 92
62     include catdap
63 misc 665 include websites::donate
64 nanardon 102 include mga-mirrors
65 nanardon 119 include epoll
66 dmorgan 178 include transifex
67 dmorgan 289 include bugzilla
68 misc 558 include sympa::server
69     include postfix::primary_smtp
70 misc 882
71     # temporary, just the time the vm is running there
72     host { 'friteuse':
73     ip => '192.168.122.131',
74 misc 1163 host_aliases => [ "friteuse.$domain", "forums.$domain" ],
75 misc 882 ensure => 'present',
76     }
77 misc 1163
78 boklm 1318 apache::vhost_redirect_ssl { "forums.$domain": }
79 boklm 1322 apache::vhost_redirect { "forum.$domain":
80 boklm 1320 url => "https://forums.$domain/",
81     }
82 boklm 1322 apache::vhost_redirect { "ssl_forum.$domain":
83 boklm 1320 url => "https://forums.$domain/",
84     vhost => "forum.$domain",
85     use_ssl => true,
86     }
87 misc 1163
88 misc 1171 # connect to ssl so the proxy do not shoke if trying to
89     # enforce ssl ( note that this has not been tested, maybe this
90     # is uneeded )
91 misc 1163 apache::vhost_reverse_proxy { "ssl_forums.$domain":
92 misc 1171 url => "https://forums.$domain/",
93 misc 1163 vhost => "forums.$domain",
94     use_ssl => true,
95     }
96    
97    
98 misc 984 include libvirtd::kvm
99 misc 743 include lists
100 misc 775 include dns::server
101 misc 889 include repositories::mirror
102 misc 892 include viewvc
103 buchan 1251 include xymon::server
104 buchan 1252 apache::vhost_simple { "xymon.$domain":
105     location => "/var/lib/xymon/www",
106     }
107 boklm 3 }
108    
109 misc 4 # buildnode
110     node jonund {
111 boklm 49 # Location: IELO datacenter (marseille)
112     #
113 misc 193 include default_mageia_server
114 blino 346 include buildsystem::buildnode
115 misc 44 timezone::timezone { "Europe/Paris": }
116 boklm 250 include shorewall
117 boklm 244 include shorewall::default_firewall
118 boklm 358 include testvm
119 misc 4 }
120 boklm 3
121 misc 4 node ecosse {
122 boklm 49 # Location: IELO datacenter (marseille)
123     #
124 misc 193 include default_mageia_server
125 misc 213 include buildsystem::buildnode
126 misc 44 timezone::timezone { "Europe/Paris": }
127 boklm 3 }
128    
129 misc 4 # backup server
130     node fiona {
131 boklm 49 # Location: IELO datacenter (marseille)
132     #
133     # TODO:
134     # - buy the server
135     # - install the server in datacenter
136 misc 193 # - install a backup system
137     include default_mageia_server
138 misc 4 }
139    
140     # gandi-vm
141     node krampouezh {
142 boklm 49 # Location: gandi VM
143     #
144     # TODO:
145     # - secondary MX
146     # - LDAP slave (for external traffic maybe)
147     #
148 misc 896 #include default_mageia_server
149     include default_mageia_server_no_smtp
150     include postfix::secondary_smtp
151 dams 1266 include blog::base
152 dams 1329 include blog::db_backup
153 dams 1262 include mysql::server
154 misc 775 include dns::server
155 misc 44 timezone::timezone { "Europe/Paris": }
156 boklm 49 # Other services running on this server :
157     # - meetbot
158 misc 4 }
159    
160     node champagne {
161 boklm 49 # Location: gandi VM
162     #
163     # TODO:
164     # - setup mageia.org web site
165     # - setup blog
166 dams 1260 # - setup planet
167 boklm 49 #
168 misc 193 include default_mageia_server
169 dams 276 timezone::timezone { "Europe/Paris": }
170 dams 1329 include blog::files-bots
171     #include blog::files_backup
172 dams 910 include planet
173 boklm 1011 include websites::static
174 misc 4 }
175    
176 misc 586 node friteuse {
177 misc 751 # Location: VM hosted by nfrance (toulouse)
178 misc 586 #
179     # TODO:
180     # - setup forum
181 misc 4
182 misc 586 include default_mageia_server
183     timezone::timezone { "Europe/Paris": }
184 misc 1155 include forums
185 misc 586 }
186 misc 751
187     node rabbit {
188     # Location: Server offered by Dedibox (paris)
189     #
190 misc 782 # - used to create isos ( and live, and so on )
191     #
192 misc 751 include default_mageia_server
193     timezone::timezone { "Europe/Paris": }
194 boklm 850 include bcd::base
195 blino 1314 include draklive::base
196 misc 788 include access_classes::iso_makers
197 misc 825 include openssh::ssh_keys_from_ldap
198 boklm 846 include mirror::mirrormageia
199 boklm 1297 include releasekey::base
200 pterjan 1365 include youri-check
201 misc 986
202 misc 982 # for testing iso quickly
203 misc 984 include libvirtd::kvm
204 misc 987 libvirtd::group_access { "mga-iso_makers": }
205 misc 751 }

  ViewVC Help
Powered by ViewVC 1.1.30