Skip to content
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

Always load default profile parameters BEFORE profile-specific parameters #127

Open
esune opened this issue Feb 2, 2021 · 0 comments
Open

Comments

@esune
Copy link
Member

esune commented Feb 2, 2021

When deploying configurations for a profile (e.g.: settings.myprofile.sh the developer scripts ignore the default parameter files and expect profile specific (e.g.: *.myprofile.param) files to be available.
It would be nice to have the scripts always load default profile parameters - if available - before the profile-specific ones: this would allow an additional level of configuration, and would facilitate deploying components that are shared and have the same configuration across profiles.

Desired behaviour:

  • look up parameter files for default profile and load them, if available
  • look up profile-specific parameter files and load them, if available, overriding/replacing the values previously set by the default profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants