0254a53cbb
Change-Id: I1d075cc922b6b17e6cabf3bd52e6bf2e619fa43c
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
# Plugin name
|
|
name: lma_collector
|
|
# Human-readable name for your plugin
|
|
title: The StackLight Collector Plugin
|
|
# Plugin version
|
|
version: 1.0.0
|
|
# Description
|
|
description: The StackLight Collector is the advanced monitoring agent of the so called Logging, Monitoring and Alerting (LMA) Toolchain of Mirantis OpenStack.
|
|
# Required fuel version
|
|
fuel_version: ['8.0', '9.0']
|
|
|
|
authors: [Mirantis Inc.]
|
|
licenses: [Apache License Version 2.0]
|
|
homepage: https://github.com/openstack/fuel-plugin-lma-collector
|
|
groups: ['monitoring']
|
|
is_hotpluggable: true
|
|
|
|
# The plugin is compatible with releases in the list
|
|
releases:
|
|
- os: ubuntu
|
|
version: liberty-8.0
|
|
mode: ['ha']
|
|
deployment_scripts_path: deployment_scripts/
|
|
repository_path: repositories/ubuntu
|
|
- os: ubuntu
|
|
version: liberty-9.0
|
|
mode: ['ha']
|
|
deployment_scripts_path: deployment_scripts/
|
|
repository_path: repositories/ubuntu
|
|
- os: ubuntu
|
|
version: mitaka-9.0
|
|
mode: ['ha']
|
|
deployment_scripts_path: deployment_scripts/
|
|
repository_path: repositories/ubuntu
|
|
|
|
# Version of plugin package
|
|
package_version: '4.0.0'
|