X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=ansible%2Finstall_collectd.yml;h=637c42d65582952c11d3cee30748670b54e57eb5;hb=bdf55c2a6f000e0ca6462a9df4a0d411c3dd029e;hp=6475470537b01ba40d7d275a8f2249ac439d5e6e;hpb=1eb582a70e3d8a40d91c5c244ae3c8e63e0923ec;p=yardstick.git diff --git a/ansible/install_collectd.yml b/ansible/install_collectd.yml index 647547053..637c42d65 100644 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@ -15,14 +15,18 @@ - 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 - install_rabbitmq - download_intel_cmt_cat - install_intel_cmt_cat + - download_pmu_tools + - install_pmu_tools - download_collectd - install_collectd -