DUNE-DAQ/flxlibs

_ in app names

Closed this issue · 2 comments

nickname = nickname.replace('-', '_')
An application with a "_" in its name won't boot with k8s. @roland-sipos is there a good reason this line was changed from nickname = nickname.replace('-', '') to the current one?

@plasorak fixed now in dunedaq-v3.2.0?

nickname = nickname.replace('_', '')

Well, but maybe not since

(dbt-pyvenv) [wketchum@np04-srv-024 ~]$ which felixcardcontrollerconf_gen.py 
/cvmfs/dunedaq.opensciencegrid.org/spack/releases/dunedaq-v3.2.0/spack-0.18.1-gcc-12.1.0-b1/spack-0.18.1/opt/spack/gcc-12.1.0/flxlibs-v1.7.5-v26am236uuptqyt4lgc27lyk2lzn5wmt/bin/felixcardcontrollerconf_gen.py

@roland-sipos can you comment?

Yes this is fixed, and daqconf won't let you do this anymore: hhttps://github.com/DUNE-DAQ/daqconf/blob/v5.5.3/python/daqconf/core/conf_utils.py#L397