diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-02-06 12:33:36 +0530 |
---|---|---|
committer | Kalyan reddy Gundarapu <reddyx.gundarapu@intel.com> | 2017-02-06 13:00:08 +0000 |
commit | 14751563e76ceca20ab9ef6558fe317599590553 (patch) | |
tree | 4bdcf4a085c9a7c4dbb83732b2fc092e0859add9 /deploy/config | |
parent | d97850267c4c67ead322d34ec124537cd8eaf42c (diff) |
KVMFORNFV: Implementing kvmfornfv Scenarios.
This patch includes implementation of kvmfornfv
os-nosdn-kvm_ovs_dpdk_bar-ha scenario and required
barometer plugin configuration file.
Change-Id: I1a76002be4581b8d777fb533dde8c03fe001f0cf
Co-Authored-By: Navya <b.navya4@tcs.com>
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'deploy/config')
-rw-r--r-- | deploy/config/plugins/fuel-barometer_1.0.0.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/deploy/config/plugins/fuel-barometer_1.0.0.yaml b/deploy/config/plugins/fuel-barometer_1.0.0.yaml new file mode 100644 index 000000000..81e66833d --- /dev/null +++ b/deploy/config/plugins/fuel-barometer_1.0.0.yaml @@ -0,0 +1,41 @@ +############################################################################## +# Copyright (c) 2017 Intel Corp. +# navyax.bathula@intel.com +# 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 +############################################################################## +plugin-config-metadata: + title: Barometer Plugin + version: 1.0.0 + created: 06.02.2017 + comment: Deploy Barometer plugin + +fuel-plugin-collectd-ceilometer: + metadata: + class: plugin + default: false + enabled: true + label: fuel-plugin-collectd-ceilometer + toggleable: true + versions: + - metadata: + always_editable: false + plugin_version: 1.0.0 + enable_mcelog: + type: "checkbox" + weight: 20 + value: true + label: "Enable collectd for mcelog" + enable_hugepages: + type: "checkbox" + weight: 20 + value: true + label: "Enable collectd for hugepages" + enable_ovs_events: + type: "checkbox" + weight: 20 + value: true + label: "Enable collectd for Open vSwitch events" + weight: 70 |