diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-12 23:40:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-12 23:40:04 +0000 |
commit | fd4a6ba9f80e2f96af189097ccd478389467ada3 (patch) | |
tree | 23bdca995c0f15eee88e0d84e583de63b6c44732 /ansible/install_collectd.yml | |
parent | 6a904a3a1b84e52861dcf4bf60332a666ae08b84 (diff) | |
parent | ea9a75f0b667c6762f083593801a74b22f466dd0 (diff) |
Merge "increase number of open files for collectd"
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 16021b77b..637c42d65 100644 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@ -18,6 +18,8 @@ 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 @@ -28,4 +30,3 @@ - install_pmu_tools - download_collectd - install_collectd - |