Remove the additional ceph dependency packages and let the installer install them
during install task.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
tags:
- remove-ceph
+- name: Ensure ceph dependency packages are not present.
+ yum:
+ name: "{{ item }}"
+ state: absent
+ with_items: ceph_dependency_packages_to_remove
+ tags:
+ - remove-ceph-dependency
+
+
- name: Install packages
yum:
name: "{{ item }}"
- python-rados
- librbd1
- librados2
+
+ceph_dependency_packages_to_remove:
+ - boost-random
+ - boost-program-options
+ - leveldb
+ - xmlstarlet
+ - python-jinja2
+ - python-ceph
+ - python-flask
+ - python-requests
+ - boost-random
+ - python-urllib3
+ - python-babel
+ - hdparm
+ - python-markupsafe
+ - python-werkzeug
+ - python-itsdangerous