diff options
| author | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-01-22 15:37:12 +0100 | 
|---|---|---|
| committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-02-10 10:53:44 +0100 | 
| commit | 73d91dbcbcd3f2188977ac36e06adf57803b4842 (patch) | |
| tree | ef6822a7e30c1d16648aba48b33bcc17e1de3387 /playbooks/adhoc | |
| parent | 599ce1d450a0b7425928e40b9dd7296e5f055586 (diff) | |
| download | openshift-73d91dbcbcd3f2188977ac36e06adf57803b4842.tar.gz openshift-73d91dbcbcd3f2188977ac36e06adf57803b4842.tar.bz2 openshift-73d91dbcbcd3f2188977ac36e06adf57803b4842.tar.xz openshift-73d91dbcbcd3f2188977ac36e06adf57803b4842.zip | |
etcd: use as system container
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'playbooks/adhoc')
| -rw-r--r-- | playbooks/adhoc/uninstall.yml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index ff71cfe38..147e84131 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -164,9 +164,12 @@      - atomic-enterprise      - origin -  - shell: atomic uninstall openvswitch +  - shell: atomic uninstall "{{ item }}"      changed_when: False      failed_when: False +    with_items: +    - etcd +    - openvswitch    - shell: find /var/lib/origin/openshift.local.volumes -type d -exec umount {} \; 2>/dev/null || true      changed_when: False | 
