|
@@ -536,6 +536,7 @@ def set_node_schedulability(facts):
|
|
facts['node']['schedulable'] = True
|
|
facts['node']['schedulable'] = True
|
|
return facts
|
|
return facts
|
|
|
|
|
|
|
|
+
|
|
# pylint: disable=too-many-branches
|
|
# pylint: disable=too-many-branches
|
|
def set_selectors(facts):
|
|
def set_selectors(facts):
|
|
""" Set selectors facts if not already present in facts dict
|
|
""" Set selectors facts if not already present in facts dict
|