Node specific config in configuration file
For some rarely used node parameters or vars it may be impractical to map it to source, particularly if creating such fields in the source is not easy. In such configurations it may be desirable configuration file can specify parameters and vars for specific nodes, not just models, group, group models or global.
User requested this in #3612
Currently there is branch where this is implemented as:
node:
"name":
parameter: value
However I'm not sure if this is the right format for it, considering what if we use groups and have non-unique name. Perhaps that is problem for another time. I kind of regret having idea of implicit group, instead of always having explicit group name.
@casudo I will not merge https://github.com/ytti/oxidized/compare/master...feat-node_config unless you test it. I don''t want to add features users who wanted them didn't work like they wanted them to work. I'd risk adding complexity and technical debt and delivering nothing.
Sorry, I lost track of that the last few days. Added testing to my todo list and will update you.
This issue is stale because it has been open 90 days with no activity.