From 3119b72c74288864761c2bb6d24e0ba672bca42d Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Mon, 11 Sep 2017 16:36:49 -0700 Subject: install pmu tools collectd plugin Added review dependency, removed collectd commit-id replicating bash script, added pmu roles to playbook Create local mirror for event list generation, copy script to image, and run event list generation at runtime if intel_pmu is enabled. Change-Id: Ie46a2b197f4d2037cf3eed194764ce9eb5670415 Signed-off-by: Ross Brattain --- ansible/install_collectd.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible/install_collectd.yml') diff --git a/ansible/install_collectd.yml b/ansible/install_collectd.yml index 647547053..0824c1525 100644 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@ -23,6 +23,8 @@ - install_rabbitmq - download_intel_cmt_cat - install_intel_cmt_cat + - download_pmu_tools + - install_pmu_tools - download_collectd - install_collectd -- cgit 1.2.3-korg