ucphhpc / migrid-sync

MiGrid workspace where master branch is kept strictly in sync with SF upstream svn repo. Any development or experiments should use a branch. You probably want to fork your own clone or work e.g. on the edge branch if you wish to contribute.
GNU General Public License v2.0
4 stars 4 forks source link

Expose a number of additional configuration options through generateconfs #42

Open jonasbardino opened 7 months ago

jonasbardino commented 7 months ago

We have additional variables that would be useful to have exposed generally in the conf generator: datasafety_text, datasafety_link, ...

The missing ones can be deducted from the output of PYTHONPATH=$PWD ; ./mig/install/generatedconfs.py -h compared to the variables in mig/server/MiGserver.conf

It would be a good starting task to get acquainted with the code base and the overlap.

jonasbardino commented 3 months ago

Thanks for getting the ball rolling with your work to expose the datasafety_X / DATASAFETY_X options @albu-diku . The permanent_freeze / PERMANENT_FREEZE option would be a good next target based on internal discussions and collaboration partner needs.

jonasbardino commented 2 months ago

I've exposed PERMANENT_FREEZE in docker-migrid to actually enable the permanent_freeze conf arg there.