diff options
Diffstat (limited to 'ansible/install_collectd.yml')
-rw-r--r-- | ansible/install_collectd.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/install_collectd.yml b/ansible/install_collectd.yml index 0824c1525..7b8291563 100644 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@ -17,6 +17,8 @@ clone_dir: /tmp/yardstick-clone 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 @@ -27,4 +29,3 @@ - install_pmu_tools - download_collectd - install_collectd - |