diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-10 16:27:24 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-10 16:27:24 -0500 |
commit | 586972b427061433ba6a1cde94228c257d84164e (patch) | |
tree | a0f7276dece9ba0cb4422ba3d9822dacd5334d70 /playbooks | |
parent | 825ef4ce54e0be3987806ff3454e23208b564140 (diff) | |
parent | 2a7cb7936318c4cf8a94d36748f7356349234ded (diff) | |
download | openshift-586972b427061433ba6a1cde94228c257d84164e.tar.gz openshift-586972b427061433ba6a1cde94228c257d84164e.tar.bz2 openshift-586972b427061433ba6a1cde94228c257d84164e.tar.xz openshift-586972b427061433ba6a1cde94228c257d84164e.zip |
Merge pull request #863 from abutcher/uninstall-clients
Add origin-clients to uninstall playbook.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index e05ab43f8..e0dbad900 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -59,8 +59,8 @@ - atomic-openshift-master - atomic-openshift-node - atomic-openshift-sdn-ovs - - etcd - corosync + - etcd - openshift - openshift-master - openshift-node @@ -68,6 +68,7 @@ - openshift-sdn-ovs - openvswitch - origin + - origin-clients - origin-master - origin-node - origin-sdn-ovs |