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/vars/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/barometer/roles/collectd/vars/main.yml (limited to 'plugins/barometer/roles/collectd/vars/main.yml') diff --git a/plugins/barometer/roles/collectd/vars/main.yml b/plugins/barometer/roles/collectd/vars/main.yml new file mode 100644 index 00000000..9fc0687d --- /dev/null +++ b/plugins/barometer/roles/collectd/vars/main.yml @@ -0,0 +1,16 @@ +# ############################################################################# +# 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 +# ############################################################################# +--- +openstack_passwd_file: /etc/openstack_deploy/user_secrets.yml + +workspace: /tmp/plugin + +artifacts_collectd_pkg: http://artifacts.opnfv.org/compass4nfv/package/master/collectd_pkg.tar.gz + +collectd_ver: 5.8.0.23.g576797d-1~xenial_amd64.deb -- cgit 1.2.3-korg