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
Currently Milkcheck provide variables that would be used for every target. In an heterogeneous cluster, target may not have the same value for the same variable name (e.i: firmware version). It would be nice if Milkcheck provide a declarative system that respond to this need.
By default, all target will use default_value, node[1-10] will use testing_value, and target in the nodeset @different_hardware will use specific_value.
If node1 is in @different_hardware we should use the more precise value which would be use of the target name:
Currently Milkcheck provide variables that would be used for every target. In an heterogeneous cluster, target may not have the same value for the same variable name (e.i: firmware version). It would be nice if Milkcheck provide a declarative system that respond to this need.
By default, all target will use default_value, node[1-10] will use testing_value, and target in the nodeset @different_hardware will use specific_value.
If node1 is in @different_hardware we should use the more precise value which would be use of the target name:
The text was updated successfully, but these errors were encountered: