X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Finstall_collectd.yml;h=637c42d65582952c11d3cee30748670b54e57eb5;hb=3006badbe2123ae4697c924744656fc13584505e;hp=0824c152571813d592f2ec9e3c014615fe4da364;hpb=85dd66c276c3c35932b74f3478c1a9bf9b74a454;p=yardstick.git 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 -