summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-07-07 11:47:07 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-07-07 11:47:07 -0400
commit442abb7a4cb8c5c36b38ff38f2315a6a8b380ffa (patch)
treeeaba09b00391e361887ae2417d38f35ae51c6aac /playbooks
parentd24c15acde4f061f174fecc1f3312da2dea5ba19 (diff)
parent93c2bf00cd766771455e82a3fb9fd56d1a1c8dd5 (diff)
downloadopenshift-442abb7a4cb8c5c36b38ff38f2315a6a8b380ffa.tar.gz
openshift-442abb7a4cb8c5c36b38ff38f2315a6a8b380ffa.tar.bz2
openshift-442abb7a4cb8c5c36b38ff38f2315a6a8b380ffa.tar.xz
openshift-442abb7a4cb8c5c36b38ff38f2315a6a8b380ffa.zip
Merge pull request #319 from brenton/master
fixes for node scheduleability
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-node/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml
index 0eec1ae61..2017a7156 100644
--- a/playbooks/common/openshift-node/config.yml
+++ b/playbooks/common/openshift-node/config.yml
@@ -141,12 +141,12 @@
vars:
openshift_unscheduleable_nodes: "{{ hostvars
| oo_select_keys(groups['oo_nodes_to_config'])
- | oo_collect('openshift_hostname', {'openshift_scheduleable': False}) }}"
+ | oo_collect('openshift.common.hostname', {'openshift_scheduleable': False}) }}"
pre_tasks:
- set_fact:
openshift_scheduleable_nodes: "{{ hostvars
| oo_select_keys(groups['oo_nodes_to_config'])
- | oo_collect('openshift_hostname')
+ | oo_collect('openshift.common.hostname')
| difference(openshift_unscheduleable_nodes) }}"
roles:
- openshift_manage_node