Skip to content

Commit 66bf21b

Browse files
committed
Sync QC tasks not running online should not use localhost:8084
1 parent df2377d commit 66bf21b

9 files changed

Lines changed: 38 additions & 8 deletions

File tree

DATA/production/qc-sync/cpv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "alio2-cr1-hv-aliecs:8500"
2020
},
2121
"conditionDB": {
22-
"url": "http://localhost:8084/"
22+
"url": "http://alice-ccdb.cern.ch/"
2323
}
2424
},
2525
"tasks": {

DATA/production/qc-sync/its.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "http://ali-consul.cern.ch:8500"
2020
},
2121
"conditionDB": {
22-
"url": "http://localhost:8084"
22+
"url": "http://alice-ccdb.cern.ch"
2323
}
2424
},
2525
"tasks": {

DATA/production/qc-sync/mft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "http://ali-consul.cern.ch:8500"
2020
},
2121
"conditionDB": {
22-
"url": "http://localhost:8084"
22+
"url": "http://alice-ccdb.cern.ch"
2323
}
2424
},
2525
"tasks": {

DATA/production/qc-sync/mft_track.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "http://ali-consul.cern.ch:8500"
2020
},
2121
"conditionDB": {
22-
"url": "http://localhost:8084"
22+
"url": "http://alice-ccdb.cern.ch"
2323
}
2424
},
2525
"tasks": {

DATA/production/qc-sync/phs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "http://ali-consul.cern.ch:8500"
2020
},
2121
"conditionDB": {
22-
"url": "http://localhost:8084"
22+
"url": "http://alice-ccdb.cern.ch"
2323
}
2424
},
2525
"tasks": {
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"qc": {
3+
"config": {
4+
"database": {
5+
"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"
14+
},
15+
"monitoring": {
16+
"url": "infologger:///debug?qc"
17+
},
18+
"consul": {
19+
"url": ""
20+
},
21+
"conditionDB": {
22+
"url": "http://localhost:8084"
23+
},
24+
"infologger": {
25+
"filterDiscardDebug": "true",
26+
"filterDiscardLevel": "1"
27+
}
28+
}
29+
}
30+
}

DATA/production/qc-sync/qc-global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": ""
2020
},
2121
"conditionDB": {
22-
"url": "http://localhost:8084"
22+
"url": "http://alice-ccdb.cern.ch"
2323
},
2424
"infologger": {
2525
"filterDiscardDebug": "true",

DATA/production/qc-sync/tpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "http://ali-consul.cern.ch:8500"
2121
},
2222
"conditionDB": {
23-
"url": "http://localhost:8084"
23+
"url": "http://alice-ccdb.cern.ch"
2424
}
2525
},
2626
"tasks": {

DATA/production/qc-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ elif [[ -z $QC_JSON_FROM_OUTSIDE ]]; then
5252
[[ -z "$QC_JSON_TRD" ]] && QC_JSON_TRD=consul://o2/components/qc/ANY/any/trd-full-qcmn-nopulseheight-epn
5353
[[ -z "$QC_JSON_PHS" ]] && QC_JSON_PHS=consul://o2/components/qc/ANY/any/phos-raw-clusters-epn
5454
[[ -z "$QC_JSON_PRIMVTX" ]] && QC_JSON_PRIMVTX=consul://o2/components/qc/ANY/any/vertexing-qc
55-
[[ -z "$QC_JSON_GLOBAL" ]] && QC_JSON_GLOBAL=$O2DPG_ROOT/DATA/production/qc-sync/qc-global.json
55+
[[ -z "$QC_JSON_GLOBAL" ]] && QC_JSON_GLOBAL=$O2DPG_ROOT/DATA/production/qc-sync/qc-global-epn.json
5656
if [[ -z "$QC_JSON_TOF_MATCH" ]]; then
5757
if has_tof_matching_source ITS-TPC && has_tof_matching_source ITS-TPC-TRD; then
5858
QC_JSON_TOF_MATCH=consul://o2/components/qc/ANY/any/tof-qcmn-match-itstpctrdtof

0 commit comments

Comments
 (0)