|
@@ -128,9 +128,10 @@
|
|
|
vars:
|
|
|
openshift_nodes: "{{ hostvars
|
|
|
| oo_select_keys(groups['oo_nodes_to_config'])
|
|
|
- | oo_collect('openshift.common.hostname') }}"
|
|
|
+ | oo_collect('openshift.common.hostname') }}"
|
|
|
openshift_unscheduleable_nodes: "{{ hostvars | oo_select_keys(groups['oo_nodes_to_config'] | default([]))
|
|
|
| oo_collect('openshift.common.hostname', {'openshift_scheduleable': False}) }}"
|
|
|
+ openshift_node_vars: "{{ hostvars | oo_select_keys(groups['oo_nodes_to_config']) }}"
|
|
|
pre_tasks:
|
|
|
- set_fact:
|
|
|
openshift_scheduleable_nodes: "{{ hostvars
|