summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-09-07 14:50:34 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-09-07 14:50:34 -0400
commit75d4f13ad39a770a8954aef9507e5d136ecb3306 (patch)
tree8bbbce4d390f09292593119db10046a11803ab09 /playbooks
parent4158ea7fbf9b31a803413a51a6a01fc7f2902e9c (diff)
downloadopenshift-75d4f13ad39a770a8954aef9507e5d136ecb3306.tar.gz
openshift-75d4f13ad39a770a8954aef9507e5d136ecb3306.tar.bz2
openshift-75d4f13ad39a770a8954aef9507e5d136ecb3306.tar.xz
openshift-75d4f13ad39a770a8954aef9507e5d136ecb3306.zip
Don't loop over hostvars when setting node schedulability.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-node/config.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml
index e7c7ffb38..94c30e268 100644
--- a/playbooks/common/openshift-node/config.yml
+++ b/playbooks/common/openshift-node/config.yml
@@ -159,7 +159,6 @@
openshift_nodes: "{{ hostvars
| oo_select_keys(groups['oo_nodes_to_config'])
| oo_collect('openshift.common.hostname') }}"
- openshift_node_vars: "{{ hostvars | oo_select_keys(groups['oo_nodes_to_config']) }}"
pre_tasks:
# Necessary because when you're on a node that's also a master the master will be
# restarted after the node restarts docker and it will take up to 60 seconds for