Difference between revisions of "ZenPack:OpenStack (Tenant View)"
Chet Luther (Talk | contribs) |
Chet Luther (Talk | contribs) |
||
Line 9: | Line 9: | ||
|Source URI=git://github.com/zenoss/ZenPacks.zenoss.OpenStack.git | |Source URI=git://github.com/zenoss/ZenPacks.zenoss.OpenStack.git | ||
|Releases={{Release | |Releases={{Release | ||
+ | |Version=1.1.5 | ||
+ | |Tag=1.1.5 | ||
+ | |Release date=2013/03/12 | ||
+ | |Summary=Add collector to add dialog and overview. | ||
+ | |Compatible with=Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x, Zenoss Resource Manager 4.2.x | ||
+ | }}{{Release | ||
|Version=1.1.4 | |Version=1.1.4 | ||
|Tag=1.1.4 | |Tag=1.1.4 |
Revision as of 12:35, 12 March 2013
- Author(s)
- Chet Luther
- Current Maintainer(s)
- Chet Luther
- Organization
- Zenoss, Inc.
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.zenoss.OpenStack
- More Information
- GitHub page/HomePage
- Link to more docs
- View Documentation
- Git sources (for cloning)
- Link
OpenStack (Tenant View) ZenPack
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.1.5- Download
- Summary of changes: Add collector to add dialog and overview.
- Released on 2013/03/12
- Compatible with Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x, Zenoss Resource Manager 4.2.x
- Version 1.1.4- Download
- Released on 2012/08/28
- Compatible with Zenoss Core 3.2.x, Zenoss Core 4.2.x, Zenoss Resource Manager 4.1.x, Zenoss Resource Manager 4.2.x
- Version 1.1.2- Download
- Released on 2012/02/22
- Compatible with Zenoss Core 3.2.x, Zenoss Resource Manager 4.1.x
- Version 1.1.1- Download
- Released on 2011/11/14
- Compatible with Zenoss Core 3.2.x, Zenoss Resource Manager 4.1.x
- Version 1.1.0- Download
- Released on 2011/11/11
- Compatible with Zenoss Core 3.2.x, Zenoss Resource Manager 4.1.x
- Version 1.0.2- Download
- Released on 2011/06/07
- Compatible with Zenoss Core 3.2.x, Zenoss Resource Manager 4.1.x
Background
Introduction
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. OpenStack Compute v1.1 (Cactus) is known to be supported. Specifically this means that Rackspace's CloudServers can be monitored.
In the future it is likely that support for monitoring OpenStack Storage (Swift) will be added.
OpenStack is a global collaboration of developers and cloud computing technologists producing the ubiquitous open source cloud computing platform for public and private clouds. The project aims to deliver solutions for all types of clouds by being simple to implement, massively scalable, and feature rich. The technology consists of a series of interrelated projects delivering various components for a cloud infrastructure solution.
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!