Skip to content

Commit 53a5674

Browse files
sevdokimchiarazampolli
authored andcommitted
CPV, PHS: update qc-async json config according to QC review 2023
1 parent 8fb17fd commit 53a5674

File tree

2 files changed

+17
-43
lines changed

2 files changed

+17
-43
lines changed

DATA/production/qc-async/cpv.json

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "alio2-cr1-hv-qcdb1.cern.ch:8083",
7-
"username": "not_applicable",
8-
"password": "not_applicable",
9-
"name": "not_applicable"
10-
},
11-
"Activity": {
12-
"number": "42",
13-
"type": "2"
6+
"host": "ccdb-test.cern.ch:8080"
147
},
8+
"Activity": {},
159
"monitoring": {
16-
"url": "influxdb-unix:///tmp/telegraf.sock"
17-
},
18-
"consul": {
19-
"url": "alio2-cr1-hv-aliecs:8500"
10+
"url": "infologger:///debug?qc"
2011
},
2112
"conditionDB": {
22-
"url": "http://localhost:8084/"
13+
"url": "ccdb-test.cern.ch:8080"
2314
}
2415
},
2516
"tasks": {
@@ -30,7 +21,6 @@
3021
"moduleName": "QcCPV",
3122
"detectorName": "CPV",
3223
"cycleDurationSeconds": "120",
33-
"maxNumberCycles": "-1",
3424
"dataSource": {
3525
"type": "direct",
3626
"query": "clusters:CPV/CLUSTERS/0;ctrigrec:CPV/CLUSTERTRIGRECS/0"
@@ -40,9 +30,7 @@
4030
"ccdbCheckInterval": "1000"
4131
}
4232
}
43-
},
44-
"dataSamplingPolicies": [
45-
46-
]
47-
}
48-
}
33+
}
34+
},
35+
"dataSamplingPolicies": []
36+
}

DATA/production/qc-async/phs.json

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "ali-qcdb.cern.ch:8083",
7-
"username": "not_applicable",
8-
"password": "not_applicable",
9-
"name": "not_applicable"
10-
},
11-
"Activity": {
12-
"number": "42",
13-
"type": "2"
6+
"host": "ccdb-test.cern.ch:8080"
147
},
8+
"Activity": {},
159
"monitoring": {
16-
"url": "influxdb-unix:///tmp/telegraf.sock"
17-
},
18-
"consul": {
19-
"url": ""
10+
"url": "infologger:///debug?qc"
2011
},
2112
"conditionDB": {
22-
"url": "http://localhost:8084"
13+
"url": "ccdb-test.cern.ch:8080"
2314
}
2415
},
2516
"tasks": {
@@ -30,18 +21,13 @@
3021
"moduleName": "QcPHOS",
3122
"detectorName": "PHS",
3223
"cycleDurationSeconds": "100",
33-
"maxNumberCycles": "-1",
3424
"dataSource": {
3525
"type": "direct",
3626
"query": "clusters:PHS/CLUSTERS/0;clustertr:PHS/CLUSTERTRIGREC/0"
3727
},
38-
"taskParameters": {
39-
"": ""
40-
}
28+
"taskParameters": {}
4129
}
42-
},
43-
"dataSamplingPolicies": [
44-
45-
]
46-
}
47-
}
30+
}
31+
},
32+
"dataSamplingPolicies": []
33+
}

0 commit comments

Comments
 (0)