Merge "increase number of open files for collectd"
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 12 Oct 2017 23:40:04 +0000 (23:40 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 12 Oct 2017 23:40:04 +0000 (23:40 +0000)
1  2 
ansible/install_collectd.yml

  - 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