diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-04 11:04:05 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-04 11:04:05 -0500 |
commit | fb13e17537602394a34bee686fadd18b7d142134 (patch) | |
tree | ab80b47dad3ad052372edad745fa2ace10fb0cc1 /playbooks | |
parent | db67a149715ecad83e95640d2b703f8639939dd3 (diff) | |
parent | 5b3c7e56215966dd1c50ac8176a8c5bd8d23b6c0 (diff) | |
download | openshift-fb13e17537602394a34bee686fadd18b7d142134.tar.gz openshift-fb13e17537602394a34bee686fadd18b7d142134.tar.bz2 openshift-fb13e17537602394a34bee686fadd18b7d142134.tar.xz openshift-fb13e17537602394a34bee686fadd18b7d142134.zip |
Merge pull request #1545 from abutcher/uninstall-cockpit-kubeclient
Remove cockpit and kubernetes-client packages in uninstall playbook.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index aeca4756b..e68fd810a 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -73,9 +73,14 @@ - atomic-openshift-master - atomic-openshift-node - atomic-openshift-sdn-ovs + - cockpit-bridge + - cockpit-docker + - cockpit-shell + - cockpit-ws - corosync - etcd - haproxy + - kubernetes-client - openshift - openshift-master - openshift-node |