/[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 1551 - (show annotations) (download)
Wed Apr 20 19:35:40 2011 UTC (13 years ago) by pterjan
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 13617 byte(s)
Also test against 2010.2 backports
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 # pear:
64 # order: 0
65 # class: Youri::Check::Test::Updates::Source::PEAR
66 # pypi:
67 # order: 0
68 # class: Youri::Check::Test::Updates::Source::PyPI
69 # apache:
70 # order: 0
71 # class: Youri::Check::Test::Updates::Source::Apache
72 debian:
73 order: 1
74 class: Youri::Check::Test::Updates::Source::Debian
75 options:
76 aliases:
77 anjuta2: anjuta
78 anjuta: ~
79 perl-Jcode: libjcode-pm-perl
80 makepasswd: ~
81 sipp: ~
82 zsnes: ~
83 unclutter: ~
84 python-id3: ~
85 freetype: ~
86 openldap2.3: ~
87 git: git-core
88 nilfs-utils: nilfs-tools
89 fedora:
90 order: 1
91 class: Youri::Check::Test::Updates::Source::Fedora
92 options:
93 url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
94 aliases:
95 authd: ~
96 gle: ~
97 gtksourceview-sharp: ~
98 sqlite: sqlite2
99 OpenIPMI: OpenIPMI2
100 ocaml-lablgtk: ~
101 ocaml-lablgtk2: ocaml-lablgtk
102 netcat-openbsd: netcat
103 freetype: ~
104 freetype2: freetype
105 # freshmeat:
106 # order: 1
107 # class: Youri::Check::Test::Updates::Source::Freshmeat
108 # options:
109 # preload: 1
110 # aliases:
111 # photon: ~
112 # cmt: ~
113 # boo: ~
114 # db2: ~
115 # dsh: ~
116 # torque: ~
117 # mserver: ~
118 # svl: ~
119 # lam: lammpi
120 # bazaar: baz
121 # db4: berkeleydb
122 # pcp: caltech-pcp
123 # kamikaze: ~
124 # nut: ~
125 # sqlite3: sqlite
126 # sqlite: ~
127 # ruby-evas: ~
128 # acl: ~
129 # listen: ~
130 # knob: ~
131 # dolphin: ~
132 # cheese: ~
133 # dumb: ~
134 # serpentine: ~
135 # mms: ~
136 # tasks: ~
137 # xsp: ~
138 # pd: ~
139 # deluge: deluge-torrent
140 # contacts: ~
141 # rt: requesttracker
142 # psi: psijabberclient
143 # arena: ~
144 # ccp: ~
145 # ocaml-camlpdf: camlpdf
146 # libxml: ~
147 # glib: ~
148 gentoo:
149 order: 1
150 class: Youri::Check::Test::Updates::Source::Gentoo
151 options:
152 aliases:
153 beagle: ~
154 makepasswd: ~
155 hibernate: hibernate-script
156 leif: ~
157 sqlite3: sqlite
158 sqlite: ~
159 cfengine3: cfengine
160 cfengine: ~
161 kamikaze: ~
162 knob: ~
163 vertex: ~
164 unclutter: ~
165 pam-krb5: pam_krb5
166 pam_krb5: ~
167 freetype: ~
168 gnome:
169 order: 1
170 class: Youri::Check::Test::Updates::Source::GNOME
171 netbsd:
172 order: 1
173 class: Youri::Check::Test::Updates::Source::NetBSD
174 sourceforge:
175 class: Youri::Check::Test::Updates::Source::Sourceforge
176 options:
177 aliases:
178 bigforth: ~
179 gtkmm: ~
180 hydrogen: ~
181 ltp: ~
182 pblogan: ~
183 console-tools: ~
184 maxima: ~
185 clisp: ~
186
187 updates_mandriva:
188 class: Youri::Check::Test::Updates
189 options:
190 aliases:
191 basesystem: ~
192 rpm: ~
193 sources:
194 mandriva:
195 class: Youri::Check::Test::Updates::Source::Media::Mandriva
196
197 updates_mandriva_2010_2:
198 class: Youri::Check::Test::Updates
199 options:
200 aliases:
201 # Only add exceptions here after making sure that the package has an Epoch
202 basesystem: ~
203 bash-completion: ~
204 sources:
205 mandriva:
206 class: Youri::Check::Test::Updates::Source::Media::Mandriva
207 options:
208 medias:
209 main.sources:
210 class: Youri::Media::URPM
211 options:
212 name: main
213 type: source
214 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/release/media_info/hdlist.cz
215 mainupdates.sources:
216 class: Youri::Media::URPM
217 options:
218 name: main-updates
219 type: source
220 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/updates/media_info/hdlist.cz
221 mainbackports.sources:
222 class: Youri::Media::URPM
223 options:
224 name: main-backports
225 type: source
226 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/backports/media_info/hdlist.cz
227 contrib.sources:
228 class: Youri::Media::URPM
229 options:
230 name: contrib
231 type: source
232 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/release/media_info/hdlist.cz
233 contribupdates.sources:
234 class: Youri::Media::URPM
235 options:
236 name: contrib-updates
237 type: source
238 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/updates/media_info/hdlist.cz
239 contribbackports.sources:
240 class: Youri::Media::URPM
241 options:
242 name: contrib-backports
243 type: source
244 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/backports/media_info/hdlist.cz
245
246 # reports definitions
247 reports:
248 file:
249 class: Youri::Check::Report::File
250 options:
251 to: <%= outdir %>
252 global: 1
253 individual: 1
254 formats:
255 html:
256 class: Youri::Check::Report::Format::HTML
257 text:
258 class: Youri::Check::Report::Format::Text
259 rss:
260 class: Youri::Check::Report::Format::RSS
261
262 # media definitions
263 medias:
264 core.i586:
265 class: Youri::Media::URPM
266 options:
267 name: core
268 type: binary
269 path: ${mirror_i586}/core
270 hdlist: ${mirror_i586}/media_info/hdlist_core.cz
271 options:
272 dependencies:
273 allowed:
274 - core.i586
275 missing:
276 allowed:
277 - core.sources
278
279 core.x86_64:
280 class: Youri::Media::URPM
281 options:
282 name: core
283 type: binary
284 path: ${mirror_x86_64}/core
285 hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
286 options:
287 dependencies:
288 allowed:
289 - core.x86_64
290 - core.i586
291 missing:
292 allowed:
293 - core.sources
294
295
296 core.sources:
297 class: Youri::Media::URPM
298 options:
299 name: core
300 type: source
301 path: ${mirror_i586}/core
302 hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
303 options:
304 dependencies:
305 allowed:
306 - core.x86_64
307 - core.i586
308
309 nonfree.i586:
310 class: Youri::Media::URPM
311 options:
312 name: nonfree
313 type: binary
314 path: ${mirror_i586}/nonfree/release
315 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
316 options:
317 dependencies:
318 allowed:
319 - core.i586
320 - nonfree.i586
321 missing:
322 allowed:
323 - nonfree.sources
324
325 nonfree.x86_64:
326 class: Youri::Media::URPM
327 options:
328 name: nonfree
329 type: binary
330 path: ${mirror_x86_64}/nonfree/release
331 hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
332 options:
333 dependencies:
334 allowed:
335 - core.x86_64
336 - core.i586
337 - nonfree.x86_64
338 - nonfree.i586
339 missing:
340 allowed:
341 - nonfree.sources
342
343
344 nonfree.sources:
345 class: Youri::Media::URPM
346 options:
347 name: nonfree
348 type: source
349 path: ${mirror_i586}/nonfree/release
350 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
351 options:
352 dependencies:
353 allowed:
354 - core.x86_64
355 - nonfree.x86_64
356 - core.i586
357 - nonfree.i586
358

  ViewVC Help
Powered by ViewVC 1.1.30