X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Finstall_collectd.yml;h=637c42d65582952c11d3cee30748670b54e57eb5;hb=628e26a7516e4cf8b7648ad81c35695dba896536;hp=26d18799cbda6055b15aa0662188e560c369eabf;hpb=c305d24c1499a5aef51c05e94fc9737878548c75;p=yardstick.git diff --git a/ansible/install_collectd.yml b/ansible/install_collectd.yml index 26d18799c..637c42d65 100644 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@ -15,16 +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_yajl - - install_yajl + - download_pmu_tools + - install_pmu_tools - download_collectd - install_collectd -