DUNE-DAQ / nanorc

2 stars 2 forks source link

Dir mounting frenzy and Runtime enviroment script #208

Closed plasorak closed 11 months ago

plasorak commented 12 months ago

Mounting:

And making use of the RTE script when provided (or trying to figure it out).

Unfortunately this requires a change in the configuration to work fully with k8s because the entry point is not correct :(

plasorak commented 11 months ago

So for a bit more context, what this is doing:

The RTE script stands for Run time environment script. It sets up all the environment (PATH, LD_LIBRARY_PATH, PYTHON_PATH and other DUNEDAQ specifics) to be able to execute daq_application. So it's like setting up your dbt_workarea_env and saving all your environment variables in a script.

TiagoTAlves commented 11 months ago

Tested this in conjunction with daqconf/plasorak/entrypoint and rte runs without the need for rte flag in the config file.