diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-11-14 15:16:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-14 15:16:11 -0500 |
commit | ae34dc20b9e797d6b73576b30b73931beca693ec (patch) | |
tree | d8e3f3d52ae078fbecd19df3cacb4d1bab65986f /playbooks/adhoc | |
parent | 8e872d99d99c6451ecd28f56931926f30fa1b613 (diff) | |
parent | 371c36eae16644bda921550371da713e63e44fac (diff) | |
download | openshift-ae34dc20b9e797d6b73576b30b73931beca693ec.tar.gz openshift-ae34dc20b9e797d6b73576b30b73931beca693ec.tar.bz2 openshift-ae34dc20b9e797d6b73576b30b73931beca693ec.tar.xz openshift-ae34dc20b9e797d6b73576b30b73931beca693ec.zip |
Merge pull request #2562 from sdodson/etcd3
etcd upgrade playbooks
Diffstat (limited to 'playbooks/adhoc')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index 789f66b14..4ea639cbe 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -338,6 +338,7 @@ failed_when: False with_items: - etcd + - etcd3 - firewalld - name: Stop additional atomic services @@ -352,6 +353,7 @@ when: not is_atomic | bool with_items: - etcd + - etcd3 - shell: systemctl reset-failed changed_when: False @@ -365,6 +367,7 @@ - /etc/ansible/facts.d/openshift.fact - /etc/etcd - /etc/systemd/system/etcd_container.service + - /etc/profile.d/etcdctl.sh # Intenationally using rm command over file module because if someone had mounted a filesystem # at /var/lib/etcd then the contents was not removed correctly |