/[adm]/puppet/modules/youri-check/templates/cauldron.conf
ViewVC logotype

Contents of /puppet/modules/youri-check/templates/cauldron.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1846 - (show annotations) (download)
Thu Jul 14 20:39:02 2011 UTC (12 years, 9 months ago) by misc
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 14047 byte(s)
fix bug 2107, about enigma name change

1 # vim:ft=yaml:et:sw=4
2
3 # helper variables
4 mirror: /distrib/mageia/distrib/cauldron
5 mirror_i586: ${mirror}/i586/media
6 mirror_x86_64: ${mirror}/x86_64/media
7
8 # resultset definition
9 resultset:
10 class: Youri::Check::Resultset::DBI
11 options:
12 driver: Pg
13 host: <%= pgsql_server %>;sslmode=require
14 base: <%= pgsql_db %>
15 user: <%= pgsql_user %>
16 pass: <%= pgsql_password %>
17
18 # checks definitions
19 tests:
20 dependencies:
21 class: Youri::Check::Test::Dependencies
22
23 missing:
24 class: Youri::Check::Test::Missing
25
26 updates:
27 class: Youri::Check::Test::Updates
28 options:
29 aliases:
30 horde-accounts: accounts
31 horde-chora: chora
32 horde-forwards: forwards
33 horde-imp: imp
34 horde-ingo: ingo
35 horde-kronolith: kronolith
36 horde-mnemo: mnemo
37 horde-nag: nag
38 horde-passwd: passwd
39 horde-turba: turba
40 horde-vacation: vacation
41 freetype2: freetype
42 freetype: freetype1
43 gstreamer: ~
44 gstreamer0.10: gstreamer
45 gnupg2: gnupg
46 gnupg: ~
47 gnome-vfs2: gnome-vfs
48 gnome-vfs: ~
49 basesystem: ~
50 sources:
51 cpan:
52 order: 0
53 class: Youri::Check::Test::Updates::Source::CPAN
54 options:
55 aliases:
56 libnet: ~
57 perl-Catalyst-P-S-State-Cookie: Catalyst::Plugin::State::State::Cookie
58 perl-Catalyst-P-S-Store-FastMmap: Catalyst::Plugin::State::Store::FastMmap
59 perl-Catalyst-P-S-Store-File: Catalyst::Plugin::State::Store::File
60 mandriva:
61 class: Youri::Check::Test::Updates::Source::Media::Mandriva
62 order: 0
63 options:
64 aliases:
65 enigma: enigma-freeoxyd
66 # pear:
67 # order: 0
68 # class: Youri::Check::Test::Updates::Source::PEAR
69 # pypi:
70 # order: 0
71 # class: Youri::Check::Test::Updates::Source::PyPI
72 # apache:
73 # order: 0
74 # class: Youri::Check::Test::Updates::Source::Apache
75 debian:
76 order: 1
77 class: Youri::Check::Test::Updates::Source::Debian
78 options:
79 aliases:
80 anjuta2: anjuta
81 anjuta: ~
82 perl-Jcode: libjcode-pm-perl
83 makepasswd: ~
84 sipp: ~
85 zsnes: ~
86 unclutter: ~
87 python-id3: ~
88 freetype: ~
89 openldap2.3: ~
90 git: git-core
91 nilfs-utils: nilfs-tools
92 fedora:
93 order: 1
94 class: Youri::Check::Test::Updates::Source::Fedora
95 options:
96 url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
97 aliases:
98 authd: ~
99 gle: ~
100 gtksourceview-sharp: ~
101 sqlite: sqlite2
102 OpenIPMI: OpenIPMI2
103 ocaml-lablgtk: ~
104 ocaml-lablgtk2: ocaml-lablgtk
105 netcat-openbsd: netcat
106 freetype: ~
107 freetype2: freetype
108 bash: ~
109 # freshmeat:
110 # order: 1
111 # class: Youri::Check::Test::Updates::Source::Freshmeat
112 # options:
113 # preload: 1
114 # aliases:
115 # photon: ~
116 # cmt: ~
117 # boo: ~
118 # db2: ~
119 # dsh: ~
120 # torque: ~
121 # mserver: ~
122 # svl: ~
123 # lam: lammpi
124 # bazaar: baz
125 # db4: berkeleydb
126 # pcp: caltech-pcp
127 # kamikaze: ~
128 # nut: ~
129 # sqlite3: sqlite
130 # sqlite: ~
131 # ruby-evas: ~
132 # acl: ~
133 # listen: ~
134 # knob: ~
135 # dolphin: ~
136 # cheese: ~
137 # dumb: ~
138 # serpentine: ~
139 # mms: ~
140 # tasks: ~
141 # xsp: ~
142 # pd: ~
143 # deluge: deluge-torrent
144 # contacts: ~
145 # rt: requesttracker
146 # psi: psijabberclient
147 # arena: ~
148 # ccp: ~
149 # ocaml-camlpdf: camlpdf
150 # libxml: ~
151 # glib: ~
152
153 gentoo:
154 order: 1
155 class: Youri::Check::Test::Updates::Source::Gentoo
156 options:
157 aliases:
158 beagle: ~
159 makepasswd: ~
160 hibernate: hibernate-script
161 leif: ~
162 sqlite3: sqlite
163 sqlite: ~
164 cfengine3: cfengine
165 cfengine: ~
166 kamikaze: ~
167 knob: ~
168 vertex: ~
169 unclutter: ~
170 pam-krb5: pam_krb5
171 pam_krb5: ~
172 freetype: ~
173 gnome:
174 order: 1
175 class: Youri::Check::Test::Updates::Source::GNOME
176 netbsd:
177 order: 1
178 class: Youri::Check::Test::Updates::Source::NetBSD
179 sourceforge:
180 class: Youri::Check::Test::Updates::Source::Sourceforge
181 options:
182 aliases:
183 bigforth: ~
184 gtkmm: ~
185 hydrogen: ~
186 ltp: ~
187 pblogan: ~
188 console-tools: ~
189 maxima: ~
190 clisp: ~
191
192 updates_fedora:
193 class: Youri::Check::Test::Updates
194 options:
195 aliases:
196 basesystem: ~
197 rpm: ~
198 sources:
199 fedora:
200 class: Youri::Check::Test::Updates::Source::Media::Fedora
201
202 updates_mandriva:
203 class: Youri::Check::Test::Updates
204 options:
205 aliases:
206 basesystem: ~
207 rpm: ~
208 sources:
209 mandriva:
210 class: Youri::Check::Test::Updates::Source::Media::Mandriva
211
212 updates_mandriva_2010_2:
213 class: Youri::Check::Test::Updates
214 options:
215 aliases:
216 # Only add exceptions here after making sure that the package has an Epoch
217 basesystem: ~
218 bash-completion: ~
219 sources:
220 mandriva:
221 class: Youri::Check::Test::Updates::Source::Media::Mandriva
222 options:
223 medias:
224 main.sources:
225 class: Youri::Media::URPM
226 options:
227 name: main
228 type: source
229 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/release/media_info/hdlist.cz
230 mainupdates.sources:
231 class: Youri::Media::URPM
232 options:
233 name: main-updates
234 type: source
235 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/updates/media_info/hdlist.cz
236 mainbackports.sources:
237 class: Youri::Media::URPM
238 options:
239 name: main-backports
240 type: source
241 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/backports/media_info/hdlist.cz
242 contrib.sources:
243 class: Youri::Media::URPM
244 options:
245 name: contrib
246 type: source
247 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/release/media_info/hdlist.cz
248 contribupdates.sources:
249 class: Youri::Media::URPM
250 options:
251 name: contrib-updates
252 type: source
253 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/updates/media_info/hdlist.cz
254 contribbackports.sources:
255 class: Youri::Media::URPM
256 options:
257 name: contrib-backports
258 type: source
259 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/backports/media_info/hdlist.cz
260
261 # reports definitions
262 reports:
263 file:
264 class: Youri::Check::Report::File
265 options:
266 to: <%= outdir %>
267 global: 1
268 individual: 1
269 formats:
270 html:
271 class: Youri::Check::Report::Format::HTML
272 text:
273 class: Youri::Check::Report::Format::Text
274 rss:
275 class: Youri::Check::Report::Format::RSS
276
277 # media definitions
278 medias:
279 core.i586:
280 class: Youri::Media::URPM
281 options:
282 name: core
283 type: binary
284 path: ${mirror_i586}/core
285 hdlist: ${mirror_i586}/media_info/hdlist_core.cz
286 options:
287 dependencies:
288 allowed:
289 - core.i586
290 missing:
291 allowed:
292 - core.sources
293
294 core.x86_64:
295 class: Youri::Media::URPM
296 options:
297 name: core
298 type: binary
299 path: ${mirror_x86_64}/core
300 hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
301 options:
302 dependencies:
303 allowed:
304 - core.x86_64
305 - core.i586
306 missing:
307 allowed:
308 - core.sources
309
310
311 core.sources:
312 class: Youri::Media::URPM
313 options:
314 name: core
315 type: source
316 path: ${mirror_i586}/core
317 hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
318 options:
319 dependencies:
320 allowed:
321 - core.x86_64
322 - core.i586
323
324 nonfree.i586:
325 class: Youri::Media::URPM
326 options:
327 name: nonfree
328 type: binary
329 path: ${mirror_i586}/nonfree/release
330 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
331 options:
332 dependencies:
333 allowed:
334 - core.i586
335 - nonfree.i586
336 missing:
337 allowed:
338 - nonfree.sources
339
340 nonfree.x86_64:
341 class: Youri::Media::URPM
342 options:
343 name: nonfree
344 type: binary
345 path: ${mirror_x86_64}/nonfree/release
346 hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
347 options:
348 dependencies:
349 allowed:
350 - core.x86_64
351 - core.i586
352 - nonfree.x86_64
353 - nonfree.i586
354 missing:
355 allowed:
356 - nonfree.sources
357
358
359 nonfree.sources:
360 class: Youri::Media::URPM
361 options:
362 name: nonfree
363 type: source
364 path: ${mirror_i586}/nonfree/release
365 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
366 options:
367 dependencies:
368 allowed:
369 - core.x86_64
370 - nonfree.x86_64
371 - core.i586
372 - nonfree.i586
373

  ViewVC Help
Powered by ViewVC 1.1.30