]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge: ability to purge client role
authorSébastien Han <seb@redhat.com>
Mon, 6 Feb 2017 13:58:10 +0000 (14:58 +0100)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 8 Feb 2017 12:29:10 +0000 (06:29 -0600)
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 72cd9199acb3db3c9f193dc14434bc41a5d5f8e3)

infrastructure-playbooks/purge-cluster.yml

index 628b02f781ff5f7af280e750fc16c951aca223ef..85286eddcff29a9c11d87acee460cd1970ba1c62 100644 (file)
@@ -40,6 +40,7 @@
     rgw_group_name:       rgws
     rbdmirror_group_name: rbd-mirrors
     nfs_group_name:       nfss
+    client_group_name:       clients
 
   hosts:
     - "{{ mon_group_name }}"
@@ -48,6 +49,7 @@
     - "{{ rgw_group_name }}"
     - "{{ rbdmirror_group_name }}"
     - "{{ nfs_group_name }}"
+    - "{{ client_group_name }}"
 
   become: true
 
     rgw_group_name:       rgws
     rbdmirror_group_name: rbd-mirrors
     nfs_group_name:       nfss
+    client_group_name:       clients
 
     # When set to true both groups of packages are purged.
     # This can cause problem with qemu-kvm
     - "{{ rgw_group_name }}"
     - "{{ rbdmirror_group_name }}"
     - "{{ nfs_group_name }}"
+    - "{{ client_group_name }}"
 
   gather_facts: false # Already gathered previously