2243ad85 |
1 | objectidentifier SHUTTLE_BASE 1.1.1 |
2 | |
3 | objectidentifier DETECTOR_CONFIG SHUTTLE_BASE:1 |
4 | |
5 | attributetype ( DETECTOR_CONFIG:1 NAME 'det' DESC 'Detector name' EQUALITY caseIgnoreMatch SUP name ) |
6 | attributetype ( DETECTOR_CONFIG:2 NAME 'DCSHost' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
7 | attributetype ( DETECTOR_CONFIG:3 NAME 'DCSPort' DESC '' SUP ipServicePort ) |
8 | attributetype ( DETECTOR_CONFIG:4 NAME 'DCSalias' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
2c15234c |
9 | attributetype ( DETECTOR_CONFIG:5 NAME 'DCSdatapoint' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
10 | attributetype ( DETECTOR_CONFIG:6 NAME 'StrictRunOrder' DESC 'Strict run ordering flag' EQUALITY caseIgnoreMatch SUP name ) |
2243ad85 |
11 | |
12 | objectclass ( DETECTOR_CONFIG |
13 | NAME 'AliShuttleDetector' |
73abe331 |
14 | DESC 'ALICE: Shuttle configuration object.' |
15 | SUP top |
2c15234c |
16 | MUST (det $ StrictRunOrder) |
17 | MAY (DCSHost $ DCSPort $ DCSalias $ DCSdatapoint) ) |
2243ad85 |
18 | |
19 | |
855a45d0 |
20 | objectidentifier SYS_CONFIG SHUTTLE_BASE:2 |
21 | |
22 | attributetype ( SYS_CONFIG:1 NAME 'system' DESC 'System name (DAQ, DCS, HLT)' EQUALITY caseIgnoreMatch SUP name ) |
2c15234c |
23 | attributetype ( SYS_CONFIG:2 NAME 'DBHost' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
24 | attributetype ( SYS_CONFIG:3 NAME 'DBUser' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
25 | attributetype ( SYS_CONFIG:4 NAME 'DBPassword' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
26 | attributetype ( SYS_CONFIG:5 NAME 'DBName' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
27 | attributetype ( SYS_CONFIG:6 NAME 'DBTable' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
28 | attributetype ( SYS_CONFIG:7 NAME 'FSHost' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
29 | attributetype ( SYS_CONFIG:8 NAME 'FSUser' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
30 | attributetype ( SYS_CONFIG:9 NAME 'FSPassword' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
855a45d0 |
31 | |
32 | objectclass ( SYS_CONFIG |
33 | NAME 'AliShuttleSYSConfig' |
34 | DESC 'ALICE: Configuration of the Shuttle for access to online network' |
35 | SUP top |
2c15234c |
36 | MUST (system $ DBHost $ DBUser $ DBPassword $ DBName $ DBTable $ FSHost $ FSUser ) |
855a45d0 |
37 | MAY ( FSPassword ) ) |
38 | |
39 | |
40 | objectidentifier GLOBAL_CONFIG SHUTTLE_BASE:3 |
2243ad85 |
41 | |
42 | attributetype ( GLOBAL_CONFIG:1 NAME 'DAQLogbookHost' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
43 | attributetype ( GLOBAL_CONFIG:2 NAME 'DAQLogbookUser' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
44 | attributetype ( GLOBAL_CONFIG:3 NAME 'DAQLogbookPassword' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
2c15234c |
45 | attributetype ( GLOBAL_CONFIG:4 NAME 'DAQLogbookDB' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
46 | attributetype ( GLOBAL_CONFIG:5 NAME 'DAQLogbookTable' DESC '' EQUALITY caseIgnoreMatch SUP name ) |
47 | attributetype ( GLOBAL_CONFIG:6 NAME 'MaxRetries' DESC 'number of retries for failures of a preprocessor' EQUALITY caseIgnoreMatch SUP name ) |
48 | attributetype ( GLOBAL_CONFIG:7 NAME 'PPTimeOut' DESC 'number of seconds until preprocessor is aborted' EQUALITY caseIgnoreMatch SUP name ) |
2243ad85 |
49 | |
50 | objectclass ( GLOBAL_CONFIG |
51 | NAME 'AliShuttleGlobalConfig' |
855a45d0 |
52 | DESC 'ALICE: Access to DAQ logbook settings' |
2243ad85 |
53 | SUP top |
2c15234c |
54 | MUST (name $ DAQLogbookHost $ DAQLogbookUser $ DAQLogbookPassword $ DAQLogbookDB $ DAQLogbookTable $ MaxRetries $ PPTimeOut) ) |
2243ad85 |
55 | |
d477ad88 |
56 | |
855a45d0 |
57 | objectidentifier INSTANCE_CONFIG SHUTTLE_BASE:4 |
2243ad85 |
58 | |
59 | attributetype ( INSTANCE_CONFIG:1 NAME 'ShuttleHost' DESC 'Host that is running the Shuttle' EQUALITY caseIgnoreMatch SUP name ) |
60 | attributetype ( INSTANCE_CONFIG:2 NAME 'detectors' DESC 'Detector list' EQUALITY caseIgnoreMatch SUP name ) |
61 | |
62 | objectclass ( INSTANCE_CONFIG |
63 | NAME 'AliShuttleInstance' |
64 | DESC 'ALICE: Shuttle instance configuration.' |
65 | SUP top |
66 | MUST (name $ ShuttleHost) |
67 | MAY (detectors) |
68 | ) |