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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30