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
3 stars 3 forks source link

Expose a number of additional configuration options through generateconfs #42

Open jonasbardino opened 2 months ago

jonasbardino commented 2 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.