DUNE-DAQ / nanorc

2 stars 2 forks source link

NanoRC conf svc #206

Closed plasorak closed 11 months ago

plasorak commented 12 months ago

With this PR, nanorc serves the configuration over the network rather than relying on a shared file system. This should work with and without k8s and no matter if the configuration was uploaded to the MongoDB configuration service.

There is also quite a bit of refactoring in cfgmgr.py, that code still is... not great.

I suggest testing this the following way:

TiagoTAlves commented 11 months ago

All functionality was tested and everything works as expected, both in k8s and ssh.