diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-06 14:22:23 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-02-06 14:23:49 -0500 |
commit | e27514ac435b13c7c507c0fcd73c1135547d37ca (patch) | |
tree | 25d0e49c91cee22f3b8ea31a94fd5b754ecf43f4 /playbooks/common | |
parent | 4aebe739fb18fc150c00e6fdacfabee909fbbb24 (diff) | |
download | openshift-e27514ac435b13c7c507c0fcd73c1135547d37ca.tar.gz openshift-e27514ac435b13c7c507c0fcd73c1135547d37ca.tar.bz2 openshift-e27514ac435b13c7c507c0fcd73c1135547d37ca.tar.xz openshift-e27514ac435b13c7c507c0fcd73c1135547d37ca.zip |
Move excluder disablement into control plane and node upgrade playbooks
So that excluder is disabled and reset within the scope of each of those
in addition to the overall playbook
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/init.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/init.yml b/playbooks/common/openshift-cluster/upgrades/init.yml index d2c8b1d20..a3b8c489e 100644 --- a/playbooks/common/openshift-cluster/upgrades/init.yml +++ b/playbooks/common/openshift-cluster/upgrades/init.yml @@ -55,8 +55,6 @@ - include: ../initialize_facts.yml -- include: ../disable_excluder.yml - - name: Ensure clean repo cache in the event repos have been changed manually hosts: oo_all_hosts tags: |