diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-09-09 12:25:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 12:25:40 -0400 |
commit | a03ad9d76f1ad45448d8ae18ad9b60f7e84d527a (patch) | |
tree | 58a0195be12d4fa107225d302dfe6f48b5cd02ee | |
parent | f85dd1604e9c3d011b24654e6c40c0345e2e96bb (diff) | |
parent | 333e3f0cd0e465f0df3d4463bec6ec640ae48464 (diff) | |
download | openshift-a03ad9d76f1ad45448d8ae18ad9b60f7e84d527a.tar.gz openshift-a03ad9d76f1ad45448d8ae18ad9b60f7e84d527a.tar.bz2 openshift-a03ad9d76f1ad45448d8ae18ad9b60f7e84d527a.tar.xz openshift-a03ad9d76f1ad45448d8ae18ad9b60f7e84d527a.zip |
Merge pull request #2425 from dgoodwin/flush-handlers
Flush handlers before marking a node schedulable after upgrade.
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/upgrade.yml index cb5103e3a..e8bf133e6 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/upgrade.yml @@ -211,6 +211,8 @@ - include: containerized_node_upgrade.yml when: inventory_hostname in groups.oo_nodes_to_config and openshift.common.is_containerized | bool + - meta: flush_handlers + - name: Set node schedulability command: > {{ openshift.common.admin_binary }} manage-node {{ openshift.common.hostname | lower }} --schedulable=true |