Merge "Unify different VNF testcases TG and VNF names"
[yardstick.git] / ansible / install_collectd.yml
index 26d1879..637c42d 100644 (file)
 - hosts: all
   vars:
     clone_dir: /tmp/yardstick-clone
+  environment: "{{ proxy_env|default({}) }}"
 
   roles:
+    # needed for collectd plugins
+    - increase_open_file_limits
     # build shared DPDK for collectd only, required DPDK downloaded already
     - role: download_dpdk
     - install_dpdk_shared
     - install_rabbitmq
     - download_intel_cmt_cat
     - install_intel_cmt_cat
-    - download_yajl
-    - install_yajl
+    - download_pmu_tools
+    - install_pmu_tools
     - download_collectd
     - install_collectd
-