From 6a904a3a1b84e52861dcf4bf60332a666ae08b84 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Tue, 10 Oct 2017 15:03:22 -0700 Subject: 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 --- ansible/install_collectd.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/install_collectd.yml') 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 -- cgit 1.2.3-korg