mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-11 16:35:34 +02:00
29 lines
1014 B
YAML
29 lines
1014 B
YAML
- import_playbook: install_sf_daq_buffer.yml
|
|
vars:
|
|
host: daq9
|
|
|
|
- import_playbook: install_streamvis.yml
|
|
vars:
|
|
host: daq9
|
|
|
|
- import_playbook: receiver_services_detector.yml
|
|
vars:
|
|
host: daq9
|
|
detector: "{{ JF15_detector_short_name }}"
|
|
detector_full_name: "{{ JF15_detector_full_name }}"
|
|
visualisation_view: "{{ JF15_visualisation_view }}"
|
|
visualisation_incoming_data_port: "{{ JF15_visualisation_incoming_data_port }}"
|
|
visualisation_port: "{{ JF15_visualisation_port }}"
|
|
visualisation_title: "{{ JF15_visualisation_title }}"
|
|
last_module_number: "{{ JF15_last_module_number }}"
|
|
initial_udp_port: "{{ JF15_initial_udp_port }}"
|
|
|
|
detector_config: "/gpfs/photonics/swissfel/buffer/config/{{ detector_full_name }}.json"
|
|
visualisation_alias: sf-daq-maloja
|
|
visualisation_cores: 15,16
|
|
stream2vis_cores: 14
|
|
cores_buffer_writer: 9 9 10 10 11 11 12 12
|
|
cores_udp_recv_receivers: 5 5 6 6 7 7 8 8
|
|
cores_assembler: 13
|
|
|