]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Install dependencies of collector plugins
authorZack Cerza <zack@redhat.com>
Tue, 20 Jun 2017 19:13:09 +0000 (13:13 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 20 Jun 2017 22:19:22 +0000 (16:19 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
ansible/roles/ceph-collectd/tasks/install_packages.yml

index 4d9f2c7462c3b940924e9c9eebb6b2c1d3b78a65..aa64d76611c61536f9d4ab83d8ad48a224b32953 100644 (file)
     state: latest
   when: ansible_pkg_mgr == "yum" and not use_epel
   notify: Restart collectd
+
+- name: Install dependencies for collector plugins
+  package:
+    name: "{{ item }}"
+    state: latest
+  with_items:
+    # For the json python module
+    - python-libs
+    # For the rados python module
+    - python-rados
+    # For the ceph_daemon python module
+    - ceph-common