Skip to content

Explore placing automatically generated props in another file #308

@keith-turner

Description

@keith-turner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions