/[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 1521 - (hide annotations) (download)
Sun Apr 17 19:44:23 2011 UTC (13 years ago) by pterjan
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 12748 byte(s)
Fix test ids, else we get invalid db table names
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     # checks definitions
19     tests:
20     dependencies:
21     class: Youri::Check::Test::Dependencies
22    
23     missing:
24     class: Youri::Check::Test::Missing
25    
26 pterjan 1508 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 pterjan 1519 basesystem: ~
50 pterjan 1508 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 pterjan 1520 mandriva:
61     class: Youri::Check::Test::Updates::Source::Media::Mandriva
62     order: 0
63 pterjan 1509 # 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 pterjan 1508 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 pterjan 1509 # 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 pterjan 1508 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 pterjan 1521 updates_mandriva:
188 pterjan 1520 class: Youri::Check::Test::Updates
189     options:
190     aliases:
191     basesystem: ~
192     sources:
193     mandriva:
194     class: Youri::Check::Test::Updates::Source::Media::Mandriva
195    
196 pterjan 1521 updates_mandriva_2010_2:
197 pterjan 1520 class: Youri::Check::Test::Updates
198     options:
199     aliases:
200     # Only add exceptions here after making sure that the package has an Epoch
201     basesystem: ~
202     bash-completion: ~
203     sources:
204     mandriva:
205     class: Youri::Check::Test::Updates::Source::Media::Mandriva
206     options:
207     medias:
208     main.sources:
209     class: Youri::Media::URPM
210     options:
211     name: main
212     type: source
213     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/release/media_info/hdlist.cz
214     mainupdates.sources:
215     class: Youri::Media::URPM
216     options:
217     name: main-updates
218     type: source
219     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/updates/media_info/hdlist.cz
220     contrib.sources:
221     class: Youri::Media::URPM
222     options:
223     name: contrib
224     type: source
225     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/release/media_info/hdlist.cz
226     contrib.sources:
227     class: Youri::Media::URPM
228     options:
229     name: contrib-updates
230     type: source
231     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/updates/media_info/hdlist.cz
232    
233 pterjan 1364 # reports definitions
234     reports:
235     file:
236     class: Youri::Check::Report::File
237     options:
238     to: <%= outdir %>
239     global: 1
240     individual: 1
241     formats:
242     html:
243     class: Youri::Check::Report::Format::HTML
244     text:
245     class: Youri::Check::Report::Format::Text
246     rss:
247     class: Youri::Check::Report::Format::RSS
248    
249     # media definitions
250     medias:
251     core.i586:
252     class: Youri::Media::URPM
253     options:
254     name: core
255     type: binary
256     path: ${mirror_i586}/core
257     hdlist: ${mirror_i586}/media_info/hdlist_core.cz
258     options:
259     dependencies:
260     allowed:
261     - core.i586
262     missing:
263     allowed:
264     - core.sources
265    
266     core.x86_64:
267     class: Youri::Media::URPM
268     options:
269     name: core
270     type: binary
271     path: ${mirror_x86_64}/core
272     hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
273     options:
274     dependencies:
275     allowed:
276     - core.x86_64
277     - core.i586
278     missing:
279     allowed:
280     - core.sources
281    
282    
283     core.sources:
284     class: Youri::Media::URPM
285     options:
286     name: core
287     type: source
288     path: ${mirror_i586}/core
289     hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
290     options:
291     dependencies:
292     allowed:
293 pterjan 1480 - core.x86_64
294 pterjan 1518 - core.i586
295 pterjan 1480
296     nonfree.i586:
297     class: Youri::Media::URPM
298     options:
299     name: nonfree
300     type: binary
301     path: ${mirror_i586}/nonfree/release
302     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
303     options:
304     dependencies:
305     allowed:
306 pterjan 1364 - core.i586
307 pterjan 1480 - nonfree.i586
308     missing:
309     allowed:
310     - nonfree.sources
311 pterjan 1364
312 pterjan 1480 nonfree.x86_64:
313     class: Youri::Media::URPM
314     options:
315     name: nonfree
316     type: binary
317     path: ${mirror_x86_64}/nonfree/release
318     hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
319     options:
320     dependencies:
321     allowed:
322     - core.x86_64
323     - core.i586
324     - nonfree.x86_64
325     - nonfree.i586
326     missing:
327     allowed:
328     - nonfree.sources
329    
330    
331     nonfree.sources:
332     class: Youri::Media::URPM
333     options:
334     name: nonfree
335     type: source
336     path: ${mirror_i586}/nonfree/release
337     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
338     options:
339     dependencies:
340     allowed:
341 pterjan 1483 - core.x86_64
342 pterjan 1480 - nonfree.x86_64
343 pterjan 1518 - core.i586
344     - nonfree.i586
345 pterjan 1480

  ViewVC Help
Powered by ViewVC 1.1.30