X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Finstall_collectd.yml;h=637c42d65582952c11d3cee30748670b54e57eb5;hb=ee99ba35de98cda9737ff743957e705df348622f;hp=26d18799cbda6055b15aa0662188e560c369eabf;hpb=619acb7a3e0e2d33699a25cc0e5ffda78c4c4f8c;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 -