You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: most sites will have a configuration management "source of truth" that is used to generate the Flux hosts table, resource attributes, etc for the flux config.
Could we perhaps make life easier (and less error prone) by providing a way to get hostlists from plugins (for things like LDAP netgroup or genders)?
For example, where a hostlist string appears in our config like
Then when parsing the configuration, the hostlist would be obtained by calling out to the plugin scheme with the path as input?
I'm not sure if this would be useful or not. Maybe it would have Flux treading in the configuration management domain when it should stay it its lane. Anyway, just throwing it out there 🤷
The text was updated successfully, but these errors were encountered:
Problem: most sites will have a configuration management "source of truth" that is used to generate the Flux hosts table, resource attributes, etc for the flux config.
Could we perhaps make life easier (and less error prone) by providing a way to get hostlists from plugins (for things like LDAP netgroup or genders)?
For example, where a hostlist string appears in our config like
Allow an expression in place of the hostlist, like
Then when parsing the configuration, the hostlist would be obtained by calling out to the plugin scheme with the path as input?
I'm not sure if this would be useful or not. Maybe it would have Flux treading in the configuration management domain when it should stay it its lane. Anyway, just throwing it out there 🤷
The text was updated successfully, but these errors were encountered: