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

Explore placing automatically generated props in another file #308

Open
keith-turner opened this issue Jan 14, 2020 · 2 comments
Open

Explore placing automatically generated props in another file #308

keith-turner opened this issue Jan 14, 2020 · 2 comments

Comments

@keith-turner
Copy link
Contributor

Some ansible task modify the muchos props file. This could be surprising for a user that wishes to get repeatable performance from a config file. Also, there may be confusing cases when running multiple clusters concurrently. One possible way to avoid this would be to generate another file for automatic props per cluster. This file could possibly be placed in conf/auto/<cluster>.props. The python library for reading config files seems to easily support multiple props files.

https://stackoverflow.com/questions/4029946/multiple-configuration-files-with-python-configparser

I think this change could be beneficial from a usability perspective. However, I am uncertain about how much complexity it could add to the implementation. If the implementation complexity is too high, it may not be worthwhile.

@keith-turner
Copy link
Contributor Author

Opened this issue based on the following comment.

#304 (comment)

@keith-turner
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant