[Docs] Edits

Adds some editorial changes to the docs.

Change-Id: Ib67b22b2ccbb371bc1c3fa59c9fb36381a928614
This commit is contained in:
Maria Zlatkova 2016-10-18 14:07:46 +03:00
parent 9036dbf291
commit c05f78da00
2 changed files with 17 additions and 9 deletions

View File

@ -23,7 +23,7 @@ Infrastructure Alerting plugin:
Install using the RPM file
--------------------------
**To install the StackLight Infrastructure Alerting Plugin using the RPM file
**To install the StackLight Infrastructure Alerting plugin using the RPM file
of the Fuel plugins catalog:**
#. Go to the `Fuel Plugins Catalog <https://www.mirantis.com/validated-solution-integrations/fuel-plugins>`_.
@ -66,7 +66,7 @@ customize the plugin.
.. note:: Running a Fuel plugin that you built yourself is at your own risk
and will not be supported.
To install the StackLight Infrastructure Alerting Plugin from source, first
To install the StackLight Infrastructure Alerting plugin from source, first
prepare an environment to build the RPM file. The recommended approach is to
build the RPM file directly onto the Fuel Master node, so that you will not
have to copy that file later on.
@ -119,9 +119,17 @@ have to copy that file later on.
**To install the plugin:**
Now that you have created the RPM file, install the plugin using the
:command:`fuel plugins --install` command:
#. Once you have created the RPM file, install the plugin:
.. code-block:: console
.. code-block:: console
[root@fuel ~] fuel plugins --install ./fuel-plugin-lma-infrastructure-alerting/*.rpm
[root@fuel ~] fuel plugins --install ./fuel-plugin-lma-infrastructure-alerting/*.rpm
#. Verify that the plugin is installed correctly:
.. code-block:: console
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|-----------------------------|---------|----------------
1 | lma_infrastructure_alerting | 1.0.0 | 4.0.0

View File

@ -23,12 +23,12 @@ requirements:
| | A typical setup would at least require a quad-core server with 8 GB of RAM and fast disks|
| | (ideally, SSDs). |
+------------------------+------------------------------------------------------------------------------------------+
| Mirantis OpenStack | 8.0, 9.0 |
| Mirantis OpenStack | 8.0, 9.x |
+------------------------+------------------------------------------------------------------------------------------+
| The StackLight | 0.10 |
| The StackLight | 1.0 |
| Collector Plugin | |
+------------------------+------------------------------------------------------------------------------------------+
| The StackLight InfluxDB| 0.10 |
| The StackLight InfluxDB| 1.0 |
| Grafana Plugin | |
| | This is optional and only needed if you want to create alarms in Nagios for |
| | time-series stored in InfluxDB. |