/[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 1698 - (show annotations) (download)
Sun Jun 5 20:56:49 2011 UTC (12 years, 10 months ago) by dmorgan
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 13896 byte(s)
Add a check page for fedora, will help java ppl to check updates
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_fedora:
188 class: Youri::Check::Test::Updates
189 options:
190 aliases:
191 basesystem: ~
192 rpm: ~
193 sources:
194 fedora:
195 class: Youri::Check::Test::Updates::Source::Media::Fedora
196
197 updates_mandriva:
198 class: Youri::Check::Test::Updates
199 options:
200 aliases:
201 basesystem: ~
202 rpm: ~
203 sources:
204 mandriva:
205 class: Youri::Check::Test::Updates::Source::Media::Mandriva
206
207 updates_mandriva_2010_2:
208 class: Youri::Check::Test::Updates
209 options:
210 aliases:
211 # Only add exceptions here after making sure that the package has an Epoch
212 basesystem: ~
213 bash-completion: ~
214 sources:
215 mandriva:
216 class: Youri::Check::Test::Updates::Source::Media::Mandriva
217 options:
218 medias:
219 main.sources:
220 class: Youri::Media::URPM
221 options:
222 name: main
223 type: source
224 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/release/media_info/hdlist.cz
225 mainupdates.sources:
226 class: Youri::Media::URPM
227 options:
228 name: main-updates
229 type: source
230 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/updates/media_info/hdlist.cz
231 mainbackports.sources:
232 class: Youri::Media::URPM
233 options:
234 name: main-backports
235 type: source
236 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/backports/media_info/hdlist.cz
237 contrib.sources:
238 class: Youri::Media::URPM
239 options:
240 name: contrib
241 type: source
242 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/release/media_info/hdlist.cz
243 contribupdates.sources:
244 class: Youri::Media::URPM
245 options:
246 name: contrib-updates
247 type: source
248 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/updates/media_info/hdlist.cz
249 contribbackports.sources:
250 class: Youri::Media::URPM
251 options:
252 name: contrib-backports
253 type: source
254 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/backports/media_info/hdlist.cz
255
256 # reports definitions
257 reports:
258 file:
259 class: Youri::Check::Report::File
260 options:
261 to: <%= outdir %>
262 global: 1
263 individual: 1
264 formats:
265 html:
266 class: Youri::Check::Report::Format::HTML
267 text:
268 class: Youri::Check::Report::Format::Text
269 rss:
270 class: Youri::Check::Report::Format::RSS
271
272 # media definitions
273 medias:
274 core.i586:
275 class: Youri::Media::URPM
276 options:
277 name: core
278 type: binary
279 path: ${mirror_i586}/core
280 hdlist: ${mirror_i586}/media_info/hdlist_core.cz
281 options:
282 dependencies:
283 allowed:
284 - core.i586
285 missing:
286 allowed:
287 - core.sources
288
289 core.x86_64:
290 class: Youri::Media::URPM
291 options:
292 name: core
293 type: binary
294 path: ${mirror_x86_64}/core
295 hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
296 options:
297 dependencies:
298 allowed:
299 - core.x86_64
300 - core.i586
301 missing:
302 allowed:
303 - core.sources
304
305
306 core.sources:
307 class: Youri::Media::URPM
308 options:
309 name: core
310 type: source
311 path: ${mirror_i586}/core
312 hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
313 options:
314 dependencies:
315 allowed:
316 - core.x86_64
317 - core.i586
318
319 nonfree.i586:
320 class: Youri::Media::URPM
321 options:
322 name: nonfree
323 type: binary
324 path: ${mirror_i586}/nonfree/release
325 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
326 options:
327 dependencies:
328 allowed:
329 - core.i586
330 - nonfree.i586
331 missing:
332 allowed:
333 - nonfree.sources
334
335 nonfree.x86_64:
336 class: Youri::Media::URPM
337 options:
338 name: nonfree
339 type: binary
340 path: ${mirror_x86_64}/nonfree/release
341 hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
342 options:
343 dependencies:
344 allowed:
345 - core.x86_64
346 - core.i586
347 - nonfree.x86_64
348 - nonfree.i586
349 missing:
350 allowed:
351 - nonfree.sources
352
353
354 nonfree.sources:
355 class: Youri::Media::URPM
356 options:
357 name: nonfree
358 type: source
359 path: ${mirror_i586}/nonfree/release
360 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
361 options:
362 dependencies:
363 allowed:
364 - core.x86_64
365 - nonfree.x86_64
366 - core.i586
367 - nonfree.i586
368

  ViewVC Help
Powered by ViewVC 1.1.30