diff --git a/README.md b/README.md index f9aa4bb..63b3916 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,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 ================== @@ -42,14 +42,14 @@ follow these steps: that. If you do not have the Fuel Master node yet, see [Quick Start Guide](https://software.mirantis.com/quick-start/) : - # scp zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm \ + # scp zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm \ root@:/tmp 5. Install the plugin: # cd /tmp # fuel plugins --install \ - zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm + zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm 6. Check if the plugin was installed successfully: @@ -57,8 +57,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_extreme_networks | 1.0.0 | 2.0.0 + 2 | zabbix_snmptrapd | 1.0.1 | 2.0.0 + 3 | zabbix_monitoring_extreme_networks | 1.0.1 | 2.0.0 For more information and instructions, see the Extreme Networks hardware monitoring extension for Zabbix plugin Guide in the @@ -76,3 +76,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 bc6d28e..3df059e 100644 --- a/doc/content/description.rst +++ b/doc/content/description.rst @@ -18,8 +18,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 0335660..939f8a8 100644 --- a/doc/content/installation.rst +++ b/doc/content/installation.rst @@ -23,9 +23,9 @@ follow these steps: # scp zabbix_monitoring-2.5-2.5.0-1.noarch.rpm \ root@:/tmp - # scp zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm \ + # scp zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm \ root@:/tmp - # scp zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm \ + # scp zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm \ root@:/tmp 5. Log into the Fuel Master node. Install each of the three plugins using @@ -35,9 +35,9 @@ follow these steps: # fuel plugins --install \ zabbix_monitoring-2.5-2.5.0-1.noarch.rpm # fuel plugins --install \ - zabbix_snmptrapd-1.0-1.0.0-1.noarch.rpm + zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm # fuel plugins --install \ - zabbix_monitoring_extreme_networks-1.0-1.0.0-1.noarch.rpm + zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm 6. Make sure the plugins were installed correctly:: @@ -45,6 +45,6 @@ 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_extreme_networks | 1.0.0 | 2.0.0 + 2 | zabbix_snmptrapd | 1.0.1 | 2.0.0 + 3 | zabbix_monitoring_extreme_networks | 1.0.1 | 2.0.0 diff --git a/doc/content/terms.rst b/doc/content/terms.rst index 96d0d74..e858550 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 Extreme Networks switch) to diff --git a/metadata.yaml b/metadata.yaml index 1cab7d0..ebac2b0 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -2,11 +2,11 @@ name: zabbix_monitoring_extreme_networks title: Extreme Networks hardware monitoring extension for Zabbix plugin # Plugin version -version: 1.0.0 +version: 1.0.1 # Description description: Adds Extreme Networks 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-monitoring-extreme-networks' # 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/specs/zabbix-monitoring-extreme-networks-plugin-spec.rst b/specs/zabbix-monitoring-extreme-networks-plugin-spec.rst index 2d67c51..35586a9 100644 --- a/specs/zabbix-monitoring-extreme-networks-plugin-spec.rst +++ b/specs/zabbix-monitoring-extreme-networks-plugin-spec.rst @@ -105,6 +105,8 @@ Assignee(s) | Piotr Misiak (developer) | Szymon Bańka (developer) | Alexander Zatserklyany (QA engineer) +| Swann Croiset (developer) +| Olivier Bourdon (developer) Work Items ---------- @@ -117,9 +119,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 and 80 +* Zabbix plugin for Fuel 2.5.0 +* SNMP trap daemon for Zabbix plugin 1.0.1 Testing =======