From f523d806f08fea59f00a1f6a1a1fd14b6107f647 Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Wed, 2 Mar 2016 14:15:00 +0100 Subject: [PATCH] Add MOS 8.0 support for 1.0.1 release Change-Id: I7f309e7b063a9751fa8d42b29d0a620e1c32fc0c --- README.md | 2 +- doc/plugin-guide/source/description.rst | 2 +- doc/plugin-guide/source/installation.rst | 8 ++++---- doc/plugin-guide/source/terms.rst | 2 +- specs/zabbix-snmptrapd-plugin-spec.rst | 2 ++ 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7a0382c..be0723c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Requirements | Requirement | Version/Comment | |:---------------------------------|:----------------| -| Mirantis OpenStack compatibility | 7.0 and 8.0 | +| Mirantis OpenStack compatibility | 7.0, 8.0 | | Zabbix plugin for Fuel | 2.5.0 | Installation Guide diff --git a/doc/plugin-guide/source/description.rst b/doc/plugin-guide/source/description.rst index 70c0291..930cdad 100644 --- a/doc/plugin-guide/source/description.rst +++ b/doc/plugin-guide/source/description.rst @@ -20,7 +20,7 @@ Requirements ====================== =============== Requirement Version/Comment ====================== =============== -Fuel 7.0 +Fuel 7.0 and 8.0 Zabbix plugin for Fuel 2.5.0 ====================== =============== diff --git a/doc/plugin-guide/source/installation.rst b/doc/plugin-guide/source/installation.rst index 5d75311..f80a7fb 100644 --- a/doc/plugin-guide/source/installation.rst +++ b/doc/plugin-guide/source/installation.rst @@ -13,17 +13,17 @@ To install SNMP trap daemon for Zabbix plugin, follow these steps: 2. Download the SNMP trap daemon for Zabbix plugin from the `Fuel Plugins Catalog `_. -3. Copy the plugin on already installed Fuel Master node; ssh can be used for +3. Copy the plugin on already installed Fuel Master node, ssh can be used for that. If you do not have the Fuel Master node yet, see `Quick Start Guide `_:: - # scp zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm \ + # scp zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm \ root@:/tmp 4. Log into the Fuel Master node. Install the plugin:: # cd /tmp - # fuel plugins --install zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm + # fuel plugins --install zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm 5. Check if the plugin was installed successfully:: @@ -31,5 +31,5 @@ To install SNMP trap daemon for Zabbix plugin, follow these steps: id | name | version | package_version ---|---------------------------|----------|---------------- 1 | zabbix_monitoring | 2.5.0 | 3.0.0 - 2 | zabbix_snmptrapd | 1.0.0 | 2.0.0 + 2 | zabbix_snmptrapd | 1.0.1 | 2.0.0 diff --git a/doc/plugin-guide/source/terms.rst b/doc/plugin-guide/source/terms.rst index 9ea38b9..beac5fd 100644 --- a/doc/plugin-guide/source/terms.rst +++ b/doc/plugin-guide/source/terms.rst @@ -8,7 +8,7 @@ Zabbix network services,servers, and other network hardware. VIP - Virtual IP Adress. + Virtual IP Address. SNMP trap A message which is send from agent (for example, from network switch) to diff --git a/specs/zabbix-snmptrapd-plugin-spec.rst b/specs/zabbix-snmptrapd-plugin-spec.rst index ef07eae..0c1bd09 100644 --- a/specs/zabbix-snmptrapd-plugin-spec.rst +++ b/specs/zabbix-snmptrapd-plugin-spec.rst @@ -104,6 +104,8 @@ Assignee(s) | Piotr Misiak (developer) | Szymon Bańka (developer) | Alexander Zatserklyany (QA engineer) +| Swann Croiset (developer) +| Olivier Bourdon (developer) Work Items ----------