python-tripleodash

TripleO Terminal Dashboard


Keywords
tripleo
License
Apache-2.0
Install
pip install python-tripleodash==0.1.10

Documentation

TripleO Dashboard

This is a terminal Dashboard for TripleO. It aims to provide an overview of the deployment by showing you the images, nodes and Heat stack all together. This helps you see your progress when deploying and will also help when troubleshooting.

https://travis-ci.org/d0ugal/python-tripleodash.png?branch=master Documentation Status

Usage

You can either install tripleodash system wide.

$ source ~/stackrc
$ pip install python-tripleodash
$ tripleodash

Or, run it in a virtualenv with Tox. This may be favourable if you want to run tripleodash without touching the system Python install.

$ source ~/stackrc
$ git clone https://github.com/d0ugal/python-tripleodash.git
$ cd python-tripleodash
$ tox -e venv -- tripleodash

Note

If you don't have a pip and tox package for your system, install pip with get-pip.py and then sudo pip install tox

Further documentation and screenshots.