فهرست منبع

updated uninstall section

Tzu-Mainn Chen 7 سال پیش
والد
کامیت
7b22f41658
1فایلهای تغییر یافته به همراه7 افزوده شده و 4 حذف شده
  1. 7 4
      playbooks/openstack/README.md

+ 7 - 4
playbooks/openstack/README.md

@@ -206,12 +206,15 @@ Read the [Post-Install page][post-install] for a full list of options.
 
 ## Uninstall
 
-Everything in the cluster is contained within a Heat stack. To
-completely remove the cluster and all the related OpenStack resources,
-run this command:
+The installation process not only creates a Heat stack, but can also
+perform actions such as writing DNS records or subscribing a host to RHN.
+In order to do a clean uninstall, run this command:
 
 ```bash
-openstack stack delete --wait --yes openshift.example.com
+$ ansible-playbook --user openshift \
+  -i openshift-ansible/playbooks/openstack/inventory.py \
+  -i inventory \
+  openshift-ansible/playbooks/openstack/openshift-cluster/uninstall.yml
 ```
 
 [ansible]: https://www.ansible.com/