]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge-cluster: update package list to remove
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 16 Jan 2020 21:58:35 +0000 (16:58 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Feb 2020 10:33:15 +0000 (11:33 +0100)
We only support python3 so renaming all ceph python packages.
Some ceph packages were missing from the list (ceph-mon, ceph-osd or
rbd-mirror) or didn't exist anymore (ceph-fs-common, libcephfs1).

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/purge-cluster.yml

index e4e926778b4711a6d7bb5bdbef4c2c3a15930672..3bc8c8d49987e3c490378aa937d186bc9bc6f5b7 100644 (file)
 
     ceph_packages:
       - ceph
+      - ceph-base
       - ceph-common
-      - ceph-fs-common
       - ceph-fuse
       - ceph-mds
       - ceph-mgr
+      - ceph-mon
+      - ceph-osd
       - ceph-release
       - ceph-radosgw
-      - calamari-server
       - ceph-grafana-dashboards
+      - rbd-mirror
 
     ceph_remaining_packages:
-      - libcephfs1
       - libcephfs2
       - librados2
       - libradosstriper1
       - librbd1
-      - python-ceph-argparse
-      - python-cephfs
-      - python-rados
-      - python-rbd
+      - librgw2
+      - python3-ceph-argparse
+      - python3-cephfs
+      - python3-rados
+      - python3-rbd
+      - python3-rgw
 
     extra_packages:
       - keepalived