mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-11 17:25:36 +02:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
To install broker node:
|
|
ansible-playbook --extra-vars "host=broker_test" install_broker_node.yml
|
|
to clean installation on broker node:
|
|
ansible-playbook --extra-vars "host=broker_test" clean_broker_node.yml
|
|
|
|
Following pre-defined configuration exists (to apply it:
|
|
ansible-playbook <machine>.<detector_configuration>.yml
|
|
|
|
Machine detector_configuration
|
|
daq9 JF15
|
|
daq4 JF02_JF06
|
|
daq4 JF06-4M
|
|
daq3 JF14
|
|
daq3
|
|
... ...
|
|
|
|
Example:
|
|
ansible-playbook daq4.JF02_JF06.yml
|
|
|
|
To switch machine to another configuration without replacing installed software:
|
|
ansible-playbook --extra-vars "host=sf_daq_alvra" clean_receiver_daq.config.yml
|
|
|
|
To clean completely machine from daq software:
|
|
ansible-playbook --extra-vars "host=sf_daq_alvra" clean_receiver_daq.all.yml
|
|
|
|
Some of the steps can be made separately, namely:
|
|
|
|
1. clean daq machine from not proper services:
|
|
ansible-playbook --extra-vars "host=sf_daq_maloja" clean_old_services.yml
|
|
|
|
2. install sf_daq_buffer on receiver machines
|
|
ansible-playbook --extra-vars "host=sf_daq_alvra" install_sf_daq_buffer.yml
|
|
|
|
3. install streamvis in receiver machines
|
|
ansible-playbook --extra-vars "host=sf_daq_alvra" install_streamvis.yml
|
|
|
|
|