Welcome to the TripleO Dashboard Docs

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

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

Screenshots

A fresh undercloud

_images/screenshot-01-fresh-undercloud.png

After uploading images

_images/screenshot-02-images-uploaded.png

Registering baremetal nodes

_images/screenshot-03-nodes-registered.png

Viewing a table of the nodes

_images/screenshot-04-view-nodes.png

Introspecting the nodes

_images/screenshot-05-introspection.png

Viewing a table of the nodes during introspection

_images/screenshot-06-introspection-node-list.png

Starting a deploy

_images/screenshot-07-stack-create.png

The progress of a deploy

_images/screenshot-08-nodes-becoming-active.png

Seeing instances being assigned in the node list

_images/screenshot-09-node-instances.png

After a deploy is finished

_images/screenshot-10-stack-create-complete.png

Updating a deployment

_images/screenshot-11-stack-update.png

A failed deployment

_images/screenshot-12-stack-update-failed.png