diff options
author | Andrew Butcher <abutcher@afrolegs.com> | 2016-09-07 16:51:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 16:51:45 -0400 |
commit | 52eeaed447a97a85d0266036136ac611be13bbae (patch) | |
tree | 8bbbce4d390f09292593119db10046a11803ab09 /playbooks | |
parent | 485f45b7d62b358ba477b76b4146f3338ea6a5c4 (diff) | |
parent | 75d4f13ad39a770a8954aef9507e5d136ecb3306 (diff) | |
download | openshift-52eeaed447a97a85d0266036136ac611be13bbae.tar.gz openshift-52eeaed447a97a85d0266036136ac611be13bbae.tar.bz2 openshift-52eeaed447a97a85d0266036136ac611be13bbae.tar.xz openshift-52eeaed447a97a85d0266036136ac611be13bbae.zip |
Merge pull request #2417 from abutcher/manage-node-kubeconfig
Bug 1327409 - scaleup playbook uses current oc login which may not have enough permissions
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 1 |
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 |