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

Contents of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30