aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/install_collectd.yml
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-10-12 23:40:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-12 23:40:04 +0000
commitfd4a6ba9f80e2f96af189097ccd478389467ada3 (patch)
tree23bdca995c0f15eee88e0d84e583de63b6c44732 /ansible/install_collectd.yml
parent6a904a3a1b84e52861dcf4bf60332a666ae08b84 (diff)
parentea9a75f0b667c6762f083593801a74b22f466dd0 (diff)
Merge "increase number of open files for collectd"
Diffstat (limited to 'ansible/install_collectd.yml')
-rw-r--r--ansible/install_collectd.yml3
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
-