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

Contents of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1928 - (show annotations) (download)
Tue Aug 16 22:42:16 2011 UTC (12 years, 7 months ago) by boklm
File size: 6744 byte(s)
include binrepo module
1 # to not repeat the setting everywhere
2 Exec { path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/" }
3
4 # svn, big important server
5 node valstar {
6 # Location: IELO datacenter (marseille)
7 #
8 # TODO:
9 # - GIT server
10 # - setup maintainers database (with web interface)
11 #
12 include common::default_mageia_server
13 timezone::timezone { "Europe/Paris": }
14 include main_mirror
15 include openldap::master
16 include subversion::client
17 include subversion::server
18 include puppet::master
19 include ssh::auth
20 include ssh::auth::keymaster
21 include buildsystem::mainnode
22 include buildsystem::mgacreatehome
23 include buildsystem::sync20101
24 include buildsystem::release
25 include buildsystem::maintdb
26 include buildsystem::binrepo
27 include softwarekey::base
28
29 include access_classes::committers
30 include restrictshell::allow_git
31 include restrictshell::allow_svn
32 include restrictshell::allow_pkgsubmit
33 include restrictshell::allow_maintdb
34 # disabled the ldap key here instead of disabling for the
35 # whole module ( see r698 )
36 class { "openssh::ssh_keys_from_ldap":
37 symlink_users => ['schedbot', 'iurt']
38 }
39
40 include mirror::mdv2010spring
41
42 include repositories::subversion
43 include repositories::git
44
45 include websites::svn
46
47 subversion::snapshot { "/etc/puppet":
48 source => "svn://svn.mageia.org/svn/adm/puppet/"
49 }
50
51 mirror_cleaner::orphans { "cauldron":
52 base => "/distrib/bootstrap/distrib/",
53 }
54
55 }
56
57 # web apps
58 node alamut {
59 # Location: IELO datacenter (marseille)
60 #
61 # TODO:
62 # - Review board
63 # - api
64 # - wiki
65 # - pastebin
66 # - LDAP slave
67 #
68 include common::default_mageia_server_no_smtp
69 include postgresql::server
70 postgresql::tagged { "default": }
71
72 timezone::timezone { "Europe/Paris": }
73
74 include catdap
75 include mga-mirrors
76 include epoll
77 include transifex
78 include bugzilla
79 include sympa::server
80 include postfix::primary_smtp
81
82 # temporary, just the time the vm is running there
83 host { 'friteuse':
84 ip => '192.168.122.131',
85 host_aliases => [ "friteuse.$domain", "forums.$domain" ],
86 ensure => 'present',
87 }
88
89 # to create all phpbb database on alamut
90 phpbb::databases { $fqdn: }
91
92 apache::vhost_redirect_ssl { "forums.$domain": }
93 apache::vhost_redirect { "forum.$domain":
94 url => "https://forums.$domain/",
95 }
96 apache::vhost_redirect { "ssl_forum.$domain":
97 url => "https://forums.$domain/",
98 vhost => "forum.$domain",
99 use_ssl => true,
100 }
101
102 # connect to ssl so the proxy do not shoke if trying to
103 # enforce ssl ( note that this has not been tested, maybe this
104 # is uneeded )
105 apache::vhost_reverse_proxy { "ssl_forums.$domain":
106 url => "https://forums.$domain/",
107 vhost => "forums.$domain",
108 use_ssl => true,
109 }
110
111 include tld_redirections
112
113 include libvirtd::kvm
114 include lists
115 include dns::server
116 include repositories::svn_mirror
117 include viewvc
118
119 # disabled until fixed
120 #include repositories::git_mirror
121 include gitweb
122
123 include xymon::server
124 apache::vhost_simple { "xymon.$domain":
125 location => "/var/lib/xymon/www",
126 }
127 include youri-check::report
128 }
129
130 # buildnode
131 node jonund {
132 # Location: IELO datacenter (marseille)
133 #
134 include common::default_mageia_server
135 include buildsystem::buildnode
136 include buildsystem::iurt20101
137 timezone::timezone { "Europe/Paris": }
138 include shorewall
139 include shorewall::default_firewall
140 include testvm
141 }
142
143 node ecosse {
144 # Location: IELO datacenter (marseille)
145 #
146 include common::default_mageia_server
147 include buildsystem::buildnode
148 timezone::timezone { "Europe/Paris": }
149 }
150
151 # backup server
152 node fiona {
153 # Location: IELO datacenter (marseille)
154 #
155 # TODO:
156 # - buy the server
157 # - install the server in datacenter
158 # - install a backup system
159 include common::default_mageia_server
160 timezone::timezone { "Europe/Paris": }
161 }
162
163 # gandi-vm
164 node krampouezh {
165 # Location: gandi VM
166 #
167 #
168 #include common::default_mageia_server
169 include common::default_mageia_server_no_smtp
170 include postfix::secondary_smtp
171 include blog::base
172 include blog::db_backup
173 include mysql::server
174 include dns::server
175 timezone::timezone { "Europe/Paris": }
176
177 openldap::slave_instance { "1":
178 rid => 1,
179 }
180
181 # Other services running on this server :
182 # - meetbot
183 }
184
185 node champagne {
186 # Location: gandi VM
187 #
188 # TODO:
189 # - setup mageia.org web site
190 #
191 include common::default_mageia_server
192 timezone::timezone { "Europe/Paris": }
193 include blog::files-bots
194 include blog::files_backup
195 include planet
196 include websites::static
197 include websites::hugs
198 include websites::releases
199 include dashboard::base
200 include access_classes::web
201 include openssh::ssh_keys_from_ldap
202 }
203
204 node friteuse {
205 # Location: VM hosted by nfrance (toulouse)
206 #
207
208 include common::default_mageia_server
209 timezone::timezone { "Europe/Paris": }
210 include forums
211 }
212
213 node rabbit {
214 # Location: Server offered by Dedibox (paris)
215 #
216 # - used to create isos ( and live, and so on )
217 #
218 include common::default_mageia_server
219 timezone::timezone { "Europe/Paris": }
220 include bcd::base
221 include bcd::web
222 include bcd::rsync
223 include draklive::base
224 include access_classes::iso_makers
225 include openssh::ssh_keys_from_ldap
226 include mirror::mageia
227 include mirror::newrelease
228 include releasekey::base
229 include youri-check::check
230
231 # for testing iso quickly
232 include libvirtd::kvm
233 libvirtd::group_access { "mga-iso_makers": }
234
235 # to ease the creation of test iso
236 $netinst_iso_path = "/var/lib/libvirt/netboot"
237
238 file { $netinst_iso_path:
239 ensure => directory,
240 }
241
242 libvirtd::storage { "netinst_iso":
243 path => $netinst_iso_path,
244 require => File[$netinst_iso_path],
245 }
246
247 include auto_installation::download
248 auto_installation::download::netboot_images { "mandriva":
249 path => $netinst_iso_path,
250 versions => ["2010.0","2010.1"],
251 archs => ['i586','x86_64'],
252 mirror_path => "ftp://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/%{version}/%{arch}/install/images/",
253 files => ['boot.iso'],
254 require => File[$netinst_iso_path],
255 }
256
257 # for testing pxe support of libvirt
258 libvirtd::network {"pxe_network":
259 network => "192.168.123.0/24",
260 tftp_root => $auto_installation::variables::pxe_dir,
261 bridge_name => "virbr1",
262 }
263
264 include auto_installation::pxe_menu
265 auto_installation::mandriva_installation_entry { "pxe_test":
266 version => "2010.1",
267 arch => "i586",
268 }
269 }

  ViewVC Help
Powered by ViewVC 1.1.30