forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
484 lines (450 loc) · 8.93 KB
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
OASISFormat: 0.4
Name: xapi
Version: 0.0.0
Synopsis: Description here
Authors: Xapi Project
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.4)
BuildTools: ocamlbuild
OCamlVersion: >= 4.01
#BuildType: OMake(0.4)
Library xapi-database
CompiledObject: best
Path: ocaml/database
Install: true
Modules:
Db_globs,
Parse_db_conf,
Static_vdis_list,
String_unmarshall_helper,
String_marshall_helper,
Xml_spaces,
Db_action_helper,
Db_xml,
Db_remote_cache_access_v1,
Db_rpc_common_v1,
Db_rpc_client_v1,
Db_remote_cache_access_v2,
Db_rpc_common_v2,
Db_rpc_client_v2,
Db_interface,
Db_cache_types,
Schema,
Db_filter,
Db_filter_types,
Db_filter_parse,
Db_filter_lex,
Db_cache,
Db_cache_impl,
Db_names,
Db_upgrade,
Db_exn,
Ref_index,
Db_backend,
Db_ref,
Backend_xml,
Generation,
Db_connections,
Db_conn_store,
Master_connection,
Db_lock,
Block_device_io_errors,
Redo_log
BuildDepends:
ppx_deriving_rpc,
rpclib,
ppx_sexp_conv,
sexpr,
threads,
http-svr,
gzip,
uuid,
xcp
Executable block_device_io
CompiledObject: best
Path: ocaml/database
Install: false
MainIs: block_device_io.ml
BuildDepends: xapi-database
Library xapi-datamodel
CompiledObject: best
Path: ocaml/idl
Install: true
Modules:
Datamodel,
Datamodel_utils,
Datamodel_types,
Dm_api,
Escaping,
Datamodel_values,
Datamodel_schema
ByteOpt: -warn-error +a-3-4-6-9-27-28-29
NativeOpt: -warn-error +a-3-4-6-9-27-28-29
BuildDepends:
xapi-database,
xapi-consts,
rpclib,
ppx_deriving_rpc,
stdext,
threads,
xml-light2,
http-svr
Library xapi-consts
CompiledObject: best
Path: ocaml/xapi-consts
Install: true
Modules:
Api_errors,
Constants,
Api_messages
Executable gen_api_main
CompiledObject: best
Path: ocaml/idl/ocaml_backend
Install: false
MainIs: gen_api_main.ml
CompiledObject: best
ByteOpt: -warn-error +a-3-4-6-9-27-28-29
NativeOpt: -warn-error +a-3-4-6-9-27-28-29
BuildDepends:
xapi-datamodel,
xapi-consts,
stdext,
sexpr,
xml-light2,
http-svr,
uuid,
threads
Executable gen_json
CompiledObject: best
Path: ocaml/idl/json_backend
Install: false
MainIs: gen_json.ml
CompiledObject: best
BuildDepends:
xapi-datamodel,
xapi-consts
Library xapi-types
CompiledObject: best
Path: ocaml/xapi-types
Install: true
Modules:
API,
Ref,
Event_types,
Features
BuildDepends:
xapi-consts,
rpclib,
ppx_deriving_rpc,
stdext,
threads,
http-svr,
uuid
Library xapi-client
CompiledObject: best
Path: ocaml/xapi-client
Install: true
Modules: Client,
Event_helper,
Tasks
BuildDepends: xapi-types
Library xapi-version
CompiledObject: best
Path: ocaml/util
Install: false
Modules: Xapi_version
BuildDepends: xcp,
xcp-inventory,
threads
Library pam
CompiledObject: best
Path: ocaml/auth
Install: false
Modules: Pam
CSources: xa_auth.c, xa_auth_stubs.c, xa_auth.h
CCOpt: -I/usr/lib64/ocaml
CCLib: -lpam
Library rfb
CompiledObject: best
Path: ocaml/rfb
Install: false
Modules:
Rfb,
Rfb_randomtest
BuildDepends:
stdext,
threads
Library xapi-cli-protocol
CompiledObject: best
Path: ocaml/xapi-cli-protocol
Install: true
Modules: Cli_protocol
BuildDepends: stdext, threads
Executable xapi
CompiledObject: best
Path: ocaml/xapi
Install: false
MainIs: xapi_main.ml
CompiledObject: best
ByteOpt: -warn-error +a-3-4-6-9-27-28-29
NativeOpt: -warn-error +a-3-4-6-9-27-28-29
BuildDepends:
oPasswd,
pam,
pciutil,
pci,
ezxenstore,
oclock,
sha,
tar,
tar.unix,
tapctl,
xapi-version,
xapi-types,
xapi-client,
xapi-datamodel,
xapi-cli-protocol,
rfb,
stdext,
threads,
xenctrl,
xcp,
xcp.rrd,
xcp.storage,
xcp.xen,
xcp.network,
xcp.v6,
xcp.memory,
xcp.updates,
rrdd-plugin
Executable xe
CompiledObject: best
Path: ocaml/xe-cli
Install: false
MainIs: newcli.ml
BuildDepends:
threads,
stdext,
xapi-cli-protocol,
stunnel
Executable perftest
CompiledObject: best
Path: ocaml/perftest
Install: false
MainIs: perftest.ml
BuildDepends:
xml-light2,
stdext,
stunnel,
http-svr,
xcp,
rpclib,
uuid,
threads,
xapi-client
Executable mpathalert
CompiledObject: best
Path: ocaml/mpathalert
Install: false
MainIs: mpathalert.ml
BuildDepends:
xml-light2,
stdext,
stunnel,
http-svr,
xcp,
rpclib,
uuid,
threads,
xapi-client
Executable quicktestbin
CompiledObject: best
Path: ocaml/xapi
Install: false
MainIs: quicktest.ml
BuildDepends:
oPasswd,
pam,
pciutil,
pci,
ezxenstore,
oclock,
sha,
tar,
tar.unix,
tapctl,
xapi-version,
xapi-types,
xapi-client,
xapi-datamodel,
xapi-cli-protocol,
rfb,
stdext,
threads,
xenctrl,
xcp,
xcp.rrd,
xcp.storage,
xcp.xen,
xcp.network,
xcp.v6,
xcp.memory,
rrdd-plugin,
netdev
Executable xsh
CompiledObject: best
Path: ocaml/xsh
Install: false
MainIs: xsh.ml
BuildDepends: stdext, stunnel, threads
Executable cdrommon
CompiledObject: best
Path: ocaml/cdrommon
Install: false
MainIs: cdrommon.ml
BuildDepends: unix, cdrom, xcp-inventory, threads
Executable daily-license-check
CompiledObject: best
Path: ocaml/license
Install: false
MainIs: daily_license_check_main.ml
BuildDepends:
xml-light2,
stdext,
stunnel,
http-svr,
xcp,
rpclib,
uuid,
systemd,
threads,
xapi-client
Executable xapi-db-process
CompiledObject: best
Path: ocaml/db_process
Install: false
MainIs: xapi_db_process.ml
BuildDepends:
xml-light2,
stdext,
stunnel,
http-svr,
xcp,
rpclib,
uuid,
systemd,
threads,
xapi-client,
xapi-database
Executable vncproxy
CompiledObject: best
Path: ocaml/vncproxy
Install: false
MainIs: vncproxy.ml
BuildDepends:
xml-light2,
stdext,
stunnel,
http-svr,
rpclib,
uuid,
threads,
xapi-client
Executable event_listen
CompiledObject: best
Path: ocaml/events
Install: false
MainIs: event_listen.ml
BuildDepends:
xml-light2,
stdext,
stunnel,
http-svr,
rpclib,
uuid,
threads,
xapi-client
Executable graph
CompiledObject: best
Path: ocaml/graph
Install: false
MainIs: graph.ml
BuildDepends:
xml-light2,
stdext,
stunnel,
http-svr,
rpclib,
uuid,
threads,
xapi-client,
xapi-datamodel
Executable genptoken
CompiledObject: best
Path: ocaml/ptoken
Install: false
MainIs: genptoken.ml
BuildDepends:
uuid
Executable jsapi
CompiledObject: best
Path: ocaml/doc
Install: false
MainIs: jsapi.ml
BuildDepends:
xapi-datamodel,
xapi-consts,
stdext,
uuid,
gzip,
mustache
Executable datamodel_main
CompiledObject: best
Path: ocaml/idl
Install: false
MainIs: datamodel_main.ml
BuildDepends:
xapi-datamodel,
mustache
############################################################################
############################################################################
#################################### TESTS #################################
Executable suite
CompiledObject: best
Path: ocaml/xapi
Install: false
MainIs: suite.ml
BuildDepends:
oPasswd,
pam,
pciutil,
pci,
ezxenstore,
oclock,
oUnit,
sha,
tar,
tar.unix,
tapctl,
xapi-version,
xapi-types,
xapi-client,
xapi-datamodel,
xapi-cli-protocol,
xapi-test-utils,
rfb,
stdext,
threads,
xenctrl,
xcp,
xcp.rrd,
xcp.storage,
xcp.xen,
xcp.network,
xcp.v6,
xcp.memory,
rrdd-plugin,
xenopsd
Test suite
TestTools: suite
Command: $suite -runner sequential -verbose true