Bump plugin version to 0.9.0
Change-Id: I3fb6c0885d1824dc410f9c912ac16898a5475e82
This commit is contained in:
parent
0844cbf6c1
commit
d63072e372
@ -54,9 +54,9 @@ copyright = u'2015, Mirantis Inc.'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.8'
|
||||
version = '0.9'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.8.0'
|
||||
release = '0.9.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -30,19 +30,19 @@ Catalog, you need to follow these steps:
|
||||
|
||||
2. Copy the RPM file to the Fuel Master node::
|
||||
|
||||
[root@home ~]# scp lma_collector-0.8-0.8.0-1.noarch.rpm \
|
||||
[root@home ~]# scp lma_collector-0.9-0.9.0-1.noarch.rpm \
|
||||
root@<Fuel Master node IP address>:
|
||||
|
||||
3. Install the plugin using the `Fuel CLI <http://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#using-fuel-cli>`_::
|
||||
|
||||
[root@fuel ~]# fuel plugins --install lma_collector-0.8-0.8.0-1.noarch.rpm
|
||||
[root@fuel ~]# fuel plugins --install lma_collector-0.9-0.9.0-1.noarch.rpm
|
||||
|
||||
4. Verify that the plugin is installed correctly::
|
||||
|
||||
[root@fuel ~]# fuel plugins --list
|
||||
id | name | version | package_version
|
||||
---|----------------------|---------|----------------
|
||||
1 | lma_collector | 0.8.0 | 2.0.0
|
||||
1 | lma_collector | 0.9.0 | 2.0.0
|
||||
|
||||
|
||||
LMA Collector Fuel Plugin install from source
|
||||
|
@ -3,6 +3,11 @@
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
Version 0.9.0
|
||||
-------------
|
||||
|
||||
*
|
||||
|
||||
Version 0.8.0
|
||||
-------------
|
||||
|
||||
|
@ -3,7 +3,7 @@ name: lma_collector
|
||||
# Human-readable name for your plugin
|
||||
title: The Logging, Monitoring and Alerting (LMA) Collector Plugin
|
||||
# Plugin version
|
||||
version: 0.8.0
|
||||
version: 0.9.0
|
||||
# Description
|
||||
description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backends such as Elasticsearch and InfluxDB.
|
||||
# Required fuel version
|
||||
|
Loading…
Reference in New Issue
Block a user