diff --git a/README.md b/README.md index d911fa6..9146c46 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Requirements | Requirement | Version/Comment | |:-----------------------------------|:----------------| -| Mirantis OpenStack compatibility | 7.0 | +| Mirantis OpenStack compatibility | 7.0, 8.0 | | Zabbix plugin for Fuel | 2.5.0 | -| SNMP trap daemon for Zabbix plugin | 1.0.0 | +| SNMP trap daemon for Zabbix plugin | 1.0.1 | Installation Guide ================== @@ -47,7 +47,7 @@ follow these steps: 5. Install the plugin: # cd /tmp - # fuel plugins --install zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm + # fuel plugins --install zabbix_monitoring_emc-1.0-1.0.1-1.noarch.rpm 6. Check if the plugin was installed successfully: @@ -55,8 +55,8 @@ 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 - 3 | zabbix_monitoring_emc | 1.0.0 | 2.0.0 + 2 | zabbix_snmptrapd | 1.0.1 | 2.0.0 + 3 | zabbix_monitoring_emc | 1.0.1 | 2.0.0 For more information and instructions, see the EMC hardware monitoring extension for Zabbix plugin Guide in the @@ -74,3 +74,5 @@ Dmitry Klenov (PM) Piotr Misiak (developer) Szymon Bańka (developer) Alexander Zatserklyany (QA engineer) +Swann Croiset (developer) +Olivier Bourdon (developer) diff --git a/doc/content/description.rst b/doc/content/description.rst index 976ffa7..dbf4d24 100644 --- a/doc/content/description.rst +++ b/doc/content/description.rst @@ -17,8 +17,8 @@ Requirements ================================== =============== Requirement Version/Comment ================================== =============== -Fuel 7.0 +Fuel 7.0 and 8.0 Zabbix plugin for Fuel 2.5.0 -SNMP trap daemon for Zabbix plugin 1.0.0 +SNMP trap daemon for Zabbix plugin 1.0.1 ================================== =============== diff --git a/doc/content/installation.rst b/doc/content/installation.rst index 9c9d157..e110ac9 100644 --- a/doc/content/installation.rst +++ b/doc/content/installation.rst @@ -21,13 +21,13 @@ steps: that. If you do not have the Fuel Master node yet, see `Quick Start Guide `_:: - # scp zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm \ + # scp zabbix_monitoring_emc-1.0-1.0.1-1.noarch.rpm \ root@:/tmp 5. Log into the Fuel Master node. Install the plugin:: # cd /tmp - # fuel plugins --install zabbix_monitoring_emc-1.0-1.0.0-1.noarch.rpm + # fuel plugins --install zabbix_monitoring_emc-1.0-1.0.1-1.noarch.rpm 6. Check if the plugin was installed successfully:: @@ -35,6 +35,6 @@ steps: id | name | version | package_version ---|---------------------------|----------|---------------- 1 | zabbix_monitoring | 2.5.0 | 3.0.0 - 2 | zabbix_snmptrapd | 1.0.0 | 2.0.0 - 3 | zabbix_monitoring_emc | 1.0.0 | 2.0.0 + 2 | zabbix_snmptrapd | 1.0.1 | 2.0.0 + 3 | zabbix_monitoring_emc | 1.0.1 | 2.0.0 diff --git a/doc/content/terms.rst b/doc/content/terms.rst index 64406fa..bcdf319 100644 --- a/doc/content/terms.rst +++ b/doc/content/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 EMC array) to monitoring diff --git a/metadata.yaml b/metadata.yaml index 27fbac6..4ce5e15 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -2,11 +2,11 @@ name: zabbix_monitoring_emc title: EMC hardware monitoring extension for Zabbix plugin # Plugin version -version: 1.0.0 +version: 1.0.1 # Description description: Adds EMC hardware monitoring to Zabbix plugin # Required fuel version -fuel_version: ['7.0'] +fuel_version: ['7.0', '8.0'] # Groups groups: ['monitoring'] # Licenses @@ -14,7 +14,7 @@ licenses: ['Apache License, Version 2.0'] # Homepage homepage: 'https://github.com/stackforge/fuel-plugin-zabbix-emc' # Authors -authors: ['Dmitry Klenov ', 'Piotr Misiak ', 'Szymon Banka ', 'Alexander Zatserklyany '] +authors: ['Dmitry Klenov ', 'Piotr Misiak ', 'Szymon Banka ', 'Alexander Zatserklyany ', 'Swann Croiset ', 'Olivier Bourdon '] # The plugin is compatible with releases in the list releases: @@ -23,11 +23,11 @@ releases: mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - - os: centos - version: 2015.1.0-7.0 + - os: ubuntu + version: liberty-8.0 mode: ['ha'] deployment_scripts_path: deployment_scripts/ - repository_path: repositories/centos + repository_path: repositories/ubuntu # Version of plugin package package_version: '2.0.0' diff --git a/spec/zabbix-monitoring-emc-plugin-spec.rst b/spec/zabbix-monitoring-emc-plugin-spec.rst index 9f480ee..816ee66 100644 --- a/spec/zabbix-monitoring-emc-plugin-spec.rst +++ b/spec/zabbix-monitoring-emc-plugin-spec.rst @@ -103,6 +103,8 @@ Assignee(s) | Piotr Misiak (developer) | Szymon Bańka (developer) | Alexander Zatserklyany (QA engineer) +| Swann Croiset (developer) +| Olivier Bourdon (developer) Work Items ---------- @@ -115,9 +117,9 @@ Work Items Dependencies ============ -* Fuel 6.1 -* Zabbix plugin for Fuel 1.0.0 -* SNMP trap daemon for Zabbix plugin 1.0.0 +* Fuel 7.0 or 8.0 +* Zabbix plugin for Fuel 2.5.0 +* SNMP trap daemon for Zabbix plugin 1.0.1 Testing =======