Skip to content

Expose a number of additional configuration options through generateconfs #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jonasbardino opened this issue Apr 26, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jonasbardino
Copy link
Contributor

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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

@jonasbardino
Copy link
Contributor Author

With PR #249 merged we don't actually need to expose options just for the sake of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant