diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-10 15:03:22 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-12 20:48:25 +0000 |
commit | 6a904a3a1b84e52861dcf4bf60332a666ae08b84 (patch) | |
tree | 377c068c45a4d6c64395e55cbb77190647ab3686 /ansible/install_collectd.yml | |
parent | a574265d16de75c904282b7ea0e2544b28a7996e (diff) |
collectd: set intel_pmu events path and OVS socket path
switch from hardcoded path to dynamic path
based on bin_path
also enable proxy for install_collectd
add barometer settings for virt and ovs_stats
Change-Id: Id138aef548332a3e3fcb3963b746e7c9f10c0948
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'ansible/install_collectd.yml')
-rw-r--r-- | ansible/install_collectd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/install_collectd.yml b/ansible/install_collectd.yml index 0824c1525..16021b77b 100644 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@ -15,6 +15,7 @@ - hosts: all vars: clone_dir: /tmp/yardstick-clone + environment: "{{ proxy_env|default({}) }}" roles: # build shared DPDK for collectd only, required DPDK downloaded already |