Skip to content

Commit 0295c6d

Browse files
committed
modification in the readout config path
1 parent f7d8921 commit 0295c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/readout-dataflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ roles:
13591359
enabled: "{{ ctp_readout_enabled == 'true' }}"
13601360
vars:
13611361
detector: "{{ctp_readout_enabled == 'true' ? inventory.DetectorForHost( ctp_readout_host ) : \"\" }}"
1362-
readout_cfg_uri_standalone: "consul-ini://{{ consul_endpoint }}/o2/components/{{config.ResolvePath('readout/' + run_type + '/any/standalone/readout-standalone-' + ctp_readout_host)}}"
1362+
readout_cfg_uri_standalone: "consul-ini://{{ consul_endpoint }}/o2/components/{{config.ResolvePath('readout', run_type, 'standalone', 'readout-standalone-' + ctp_readout_host)}}"
13631363
readout_cfg_uri_stfb: "consul-ini://{{ consul_endpoint }}/o2/components/{{config.Resolve('readout', run_type, readout_folder, 'readout-stfb-' + ctp_readout_host)}}"
13641364
dd_discovery_ib_hostname: "{{ ctp_readout_host }}-ib" # MUST be defined for all stfb and stfs
13651365
# dpl_workflow is set to ctp_dpl_workflow
@@ -1491,7 +1491,7 @@ roles:
14911491
var: it
14921492
vars:
14931493
detector: "{{ inventory.DetectorForHost( it ) }}"
1494-
readout_cfg_uri_standalone: "consul-ini://{{ consul_endpoint }}/o2/components/{{config.ResolvePath('readout/' + run_type + '/any/standalone/readout-standalone-' + it)}}"
1494+
readout_cfg_uri_standalone: "consul-ini://{{ consul_endpoint }}/o2/components/{{config.ResolvePath('readout', run_type, 'standalone', 'readout-standalone-' + it)}}"
14951495
readout_cfg_uri_stfb: "consul-ini://{{ consul_endpoint }}/o2/components/{{config.Resolve('readout', run_type, readout_folder, 'readout-stfb-' + it)}}"
14961496
dd_discovery_ib_hostname: "{{ it }}-ib" # MUST be defined for all stfb and stfs
14971497
# dpl_workflow is set to <detector>_dpl_workflow if such an override exists

0 commit comments

Comments
 (0)