From 872449f45d4b5d15beb557f7b53571bb92cf7326 Mon Sep 17 00:00:00 2001 From: ramamani yeleswarapu Date: Wed, 11 Oct 2017 17:41:52 -0700 Subject: Add plugin for Barometer. Change-Id: I5049805eb4e2e2c5e2cc87772afe6650253be36c Signed-off-by: John Hinman Signed-off-by: ramamani yeleswarapu (cherry picked from commit 51ce441ca60cd115d9e8a932203ccc9d3cebcf82) --- plugins/barometer/roles/collectd/tasks/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/barometer/roles/collectd/tasks/main.yml (limited to 'plugins/barometer/roles/collectd/tasks/main.yml') diff --git a/plugins/barometer/roles/collectd/tasks/main.yml b/plugins/barometer/roles/collectd/tasks/main.yml new file mode 100644 index 00000000..d33823ed --- /dev/null +++ b/plugins/barometer/roles/collectd/tasks/main.yml @@ -0,0 +1,13 @@ +# ############################################################################# +# Copyright (c) 2017 Intel Corp. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +# ############################################################################# +--- +- include_vars: "{{ openstack_passwd_file }}" + +- include: collectd.yml + when: barometer is defined and barometer == "Enable" -- cgit 1.2.3-korg