aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/install_collectd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/install_collectd.yml')
-rw-r--r--ansible/install_collectd.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/install_collectd.yml b/ansible/install_collectd.yml
index 0824c1525..637c42d65 100644
--- a/ansible/install_collectd.yml
+++ b/ansible/install_collectd.yml
@@ -15,8 +15,11 @@
- 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
@@ -27,4 +30,3 @@
- install_pmu_tools
- download_collectd
- install_collectd
-