From: Ross Brattain Date: Thu, 12 Oct 2017 23:40:04 +0000 (+0000) Subject: Merge "increase number of open files for collectd" X-Git-Tag: opnfv-6.0.0~350 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=fd4a6ba9f80e2f96af189097ccd478389467ada3;p=yardstick.git Merge "increase number of open files for collectd" --- fd4a6ba9f80e2f96af189097ccd478389467ada3 diff --cc ansible/install_collectd.yml index 16021b77b,7b8291563..637c42d65 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@@ -15,9 -15,10 +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