diff options
author | Simon Pasquier <spasquier@mirantis.com> | 2017-03-09 09:21:53 +0100 |
---|---|---|
committer | Simon Pasquier <spasquier@mirantis.com> | 2017-03-09 09:21:53 +0100 |
commit | e670a0300a5f86733aa7259fa24f70a411e4314a (patch) | |
tree | c434eae36ff0eb0f8165b4a3d7b1c8ae1304d39c | |
parent | 5f4cab904785e3e1b078bd90f4e9c0d29473da85 (diff) |
Bump version to 1.1
Change-Id: I62ea33c82de2dd01fc6cf6dad4b06148faa598c6
Notes
Notes (review):
Code-Review+1: Olivier Bourdon <obourdon@mirantis.com>
Code-Review+2: Guillaume Thouvenin <gthouvenin@mirantis.com>
Workflow+1: Simon Pasquier <spasquier@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 13 Mar 2017 09:05:47 +0000
Reviewed-on: https://review.openstack.org/443480
Project: openstack/fuel-plugin-lma-collector
Branch: refs/heads/master
-rw-r--r-- | doc/user/source/conf.py | 4 | ||||
-rw-r--r-- | doc/user/source/install.rst | 8 | ||||
-rw-r--r-- | doc/user/source/limitations.rst | 2 | ||||
-rw-r--r-- | doc/user/source/release_notes.rst | 3 | ||||
-rw-r--r-- | doc/user/source/requirements.rst | 2 | ||||
-rw-r--r-- | metadata.yaml | 2 |
6 files changed, 12 insertions, 9 deletions
diff --git a/doc/user/source/conf.py b/doc/user/source/conf.py index 6d89b19..0606d35 100644 --- a/doc/user/source/conf.py +++ b/doc/user/source/conf.py | |||
@@ -51,9 +51,9 @@ copyright = u'2016, Mirantis Inc.' | |||
51 | # built documents. | 51 | # built documents. |
52 | # | 52 | # |
53 | # The short X.Y version. | 53 | # The short X.Y version. |
54 | version = '1.0' | 54 | version = '1.1' |
55 | # The full version, including alpha/beta/rc tags. | 55 | # The full version, including alpha/beta/rc tags. |
56 | release = '1.0.0' | 56 | release = '1.1.0' |
57 | 57 | ||
58 | # The language for content autogenerated by Sphinx. Refer to documentation | 58 | # The language for content autogenerated by Sphinx. Refer to documentation |
59 | # for a list of supported languages. | 59 | # for a list of supported languages. |
diff --git a/doc/user/source/install.rst b/doc/user/source/install.rst index 9cc5779..080af8b 100644 --- a/doc/user/source/install.rst +++ b/doc/user/source/install.rst | |||
@@ -15,7 +15,7 @@ plugins catalog:** | |||
15 | 15 | ||
16 | .. code-block:: console | 16 | .. code-block:: console |
17 | 17 | ||
18 | [root@home ~]# scp lma_collector-1.0.0-1.0.0-1.noarch.rpm \ | 18 | [root@home ~]# scp lma_collector-1.1-1.1.0-1.noarch.rpm \ |
19 | root@<Fuel Master node IP address>: | 19 | root@<Fuel Master node IP address>: |
20 | 20 | ||
21 | #. Install the plugin using the | 21 | #. Install the plugin using the |
@@ -23,7 +23,7 @@ plugins catalog:** | |||
23 | 23 | ||
24 | .. code-block:: console | 24 | .. code-block:: console |
25 | 25 | ||
26 | [root@fuel ~]# fuel plugins --install lma_collector-1.0.0-1.0.0-1.noarch.rpm | 26 | [root@fuel ~]# fuel plugins --install lma_collector-1.1-1.1.0-1.noarch.rpm |
27 | 27 | ||
28 | #. Verify that the plugin is installed correctly: | 28 | #. Verify that the plugin is installed correctly: |
29 | 29 | ||
@@ -32,7 +32,7 @@ plugins catalog:** | |||
32 | [root@fuel ~]# fuel plugins --list | 32 | [root@fuel ~]# fuel plugins --list |
33 | id | name | version | package_version | 33 | id | name | version | package_version |
34 | ---|----------------------|---------|---------------- | 34 | ---|----------------------|---------|---------------- |
35 | 1 | lma_collector | 1.0.0 | 4.0.0 | 35 | 1 | lma_collector | 1.1.0 | 4.0.0 |
36 | 36 | ||
37 | 37 | ||
38 | Install from source | 38 | Install from source |
@@ -109,4 +109,4 @@ that file later on. | |||
109 | [root@fuel ~]# fuel plugins --list | 109 | [root@fuel ~]# fuel plugins --list |
110 | id | name | version | package_version | 110 | id | name | version | package_version |
111 | ---|----------------------|---------|---------------- | 111 | ---|----------------------|---------|---------------- |
112 | 1 | lma_collector | 1.0.0 | 4.0.0 \ No newline at end of file | 112 | 1 | lma_collector | 1.1.0 | 4.0.0 |
diff --git a/doc/user/source/limitations.rst b/doc/user/source/limitations.rst index e2ae0c2..d613ea4 100644 --- a/doc/user/source/limitations.rst +++ b/doc/user/source/limitations.rst | |||
@@ -3,7 +3,7 @@ | |||
3 | Limitations | 3 | Limitations |
4 | ----------- | 4 | ----------- |
5 | 5 | ||
6 | The StackLight Collector plugin 1.0.0 has the following limitations: | 6 | The StackLight Collector plugin 1.1.0 has the following limitations: |
7 | 7 | ||
8 | * The plugin is not compatible with an OpenStack environment deployed with | 8 | * The plugin is not compatible with an OpenStack environment deployed with |
9 | nova-network. | 9 | nova-network. |
diff --git a/doc/user/source/release_notes.rst b/doc/user/source/release_notes.rst index 30c86ab..c398b54 100644 --- a/doc/user/source/release_notes.rst +++ b/doc/user/source/release_notes.rst | |||
@@ -7,6 +7,9 @@ | |||
7 | Release notes | 7 | Release notes |
8 | ------------- | 8 | ------------- |
9 | 9 | ||
10 | Version 1.1.0 | ||
11 | +++++++++++++ | ||
12 | |||
10 | Version 1.0.0 | 13 | Version 1.0.0 |
11 | +++++++++++++ | 14 | +++++++++++++ |
12 | 15 | ||
diff --git a/doc/user/source/requirements.rst b/doc/user/source/requirements.rst index 90e7a3c..2cad73c 100644 --- a/doc/user/source/requirements.rst +++ b/doc/user/source/requirements.rst | |||
@@ -7,7 +7,7 @@ | |||
7 | Requirements | 7 | Requirements |
8 | ------------ | 8 | ------------ |
9 | 9 | ||
10 | The StackLight Collector plugin 1.0.0 has the following requirements: | 10 | The StackLight Collector plugin 1.1.0 has the following requirements: |
11 | 11 | ||
12 | +-------------------------------------------------------+-------------------------------------------------------------------+ | 12 | +-------------------------------------------------------+-------------------------------------------------------------------+ |
13 | | Requirement | Version/Comment | | 13 | | Requirement | Version/Comment | |
diff --git a/metadata.yaml b/metadata.yaml index b10dd23..2e00e34 100644 --- a/metadata.yaml +++ b/metadata.yaml | |||
@@ -3,7 +3,7 @@ name: lma_collector | |||
3 | # Human-readable name for your plugin | 3 | # Human-readable name for your plugin |
4 | title: The StackLight Collector Plugin | 4 | title: The StackLight Collector Plugin |
5 | # Plugin version | 5 | # Plugin version |
6 | version: 1.0.0 | 6 | version: 1.1.0 |
7 | # Description | 7 | # Description |
8 | description: The StackLight Collector is the advanced monitoring agent of the so called Logging, Monitoring and Alerting (LMA) Toolchain of Mirantis OpenStack. | 8 | description: The StackLight Collector is the advanced monitoring agent of the so called Logging, Monitoring and Alerting (LMA) Toolchain of Mirantis OpenStack. |
9 | # Required fuel version | 9 | # Required fuel version |