Difference between revisions of "ZenPack:OpenStack (Tenant View)"
From Zenoss Wiki
(34 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ZenPack | {{ZenPack | ||
− | |Summary=This project is a Zenoss extension (ZenPack) that allows for monitoring of OpenStack. This means that you can monitor the flavors, images and servers a user or consumer perspective. | + | |Summary=This project is a Zenoss extension (ZenPack) that allows for monitoring of OpenStack. This means that you can monitor the flavors, images and servers from a user or consumer perspective. |
− | + | ||
− | + | ||
|Organization=Zenoss, Inc. | |Organization=Zenoss, Inc. | ||
+ | |License=GNU General Public License, Version 2, or later | ||
|ZenPack name=ZenPacks.zenoss.OpenStack | |ZenPack name=ZenPacks.zenoss.OpenStack | ||
− | | | + | |Homepage=https://github.com/zenoss/ZenPacks.zenoss.OpenStack |
− | |Flavor= | + | |Source URI=git://github.com/zenoss/ZenPacks.zenoss.OpenStack.git |
+ | |Flavor=free | ||
+ | |Releases={{Release | ||
+ | |Version=1.3.1 | ||
+ | |Tag=1.3.1 | ||
+ | |Release date=2019/08/15 | ||
+ | |Summary=Compatibility with impact 5.5 | ||
+ | |Compatible with=Zenoss Core 4.2.x, Zenoss Core 5.0.x, Zenoss Core 5.1.x, Zenoss Resource Manager 4.2.x, Zenoss Resource Manager 5.0.x, Zenoss Resource Manager 5.1.x, Zenoss Resource Manager 5.x.x | ||
+ | }}{{Release | ||
+ | |Version=1.3.0 | ||
+ | |Tag=1.3.0 | ||
+ | |Release date=2019/03/07 | ||
+ | |Compatible with=Zenoss Core 4.2.x, Zenoss Core 5.0.x, Zenoss Resource Manager 4.2.x, Zenoss Resource Manager 5.0.x | ||
}} | }} | ||
− | + | |Devices= | |
− | | | + | |Applications={{Application |
− | | | + | |
− | + | ||
− | {{Application | + | |
|Product Name=OpenStack Compute | |Product Name=OpenStack Compute | ||
− | |||
}} | }} | ||
− | = | + | |Integrations= |
− | + | |DataAudits= | |
− | + | }} | |
− | + | Documentation for this zenpack may now be found at https://www.zenoss.com/product/zenpacks/openstack-tenant-view | |
− | + | {{ZenPackFooter}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | {{ | + |
Latest revision as of 17:44, 15 August 2019
- Organization
- Zenoss, Inc.
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.zenoss.OpenStack
- More Information
- GitHub page/HomePage
- Git sources (for cloning)
- Link
OpenStack (Tenant View) ZenPack
This project is a Zenoss extension (ZenPack) that allows for monitoring of OpenStack. This means that you can monitor the flavors, images and servers from a user or consumer perspective.
Warning
The ZenPack Catalog has moved to its new home at https://www.zenoss.com/product/zenpacks as of January 17, 2017. The following information may be out of date, and this page will eventually be removed.
Support
This is an Open Source ZenPack developed by Zenoss, Inc. Enterprise support for this ZenPack is available to commercial customers with an active subscription.
Releases
- Version 1.3.1- Download
- Summary of changes: Compatibility with impact 5.5
- Released on 2019/08/15
- Compatible with Zenoss Core 4.2.x, Zenoss Core 5.0.x, Zenoss Core 5.1.x, Zenoss Resource Manager 4.2.x, Zenoss Resource Manager 5.0.x, Zenoss Resource Manager 5.1.x, Zenoss Resource Manager 5.x.x
- Version 1.3.0- Download
- Released on 2019/03/07
- Compatible with Zenoss Core 4.2.x, Zenoss Core 5.0.x, Zenoss Resource Manager 4.2.x, Zenoss Resource Manager 5.0.x
Background
Documentation for this zenpack may now be found at https://www.zenoss.com/product/zenpacks/openstack-tenant-view
Installation
Normal Installation (packaged egg)
- Download the appropriate egg file for the version of Zenoss you are running.
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Install the ZenPack:
$ zenpack --install ZenPacks.zenoss.OpenStack-*.egg
- Restart these services:
$ zenoss restart
Developer Mode Installation
In order to do a development mode installation you will want to clone the existing git repository, and then use the --link flag with the zenpack command:
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Start by cloning the upstream repository:
$ git clone git://github.com/zenoss/ZenPacks.zenoss.OpenStack.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.zenoss.OpenStack
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!