tuskar-ui/docs/index.rst
Tzu-Mainn Chen 3b3921fe43 Update docs to replace stackforge with openstack
Change-Id: Iaa399d6f9f6c4728480c72e1648ba1783e11a99d
2013-10-09 10:06:31 -04:00

2.5 KiB

Tuskar-UI

Tuskar-UI is a user interface for Tuskar, a management API for OpenStack deployments. It is a plugin for OpenStack Horizon.

High-Level Overview

Tuskar-UI endeavours to be a stateless UI, relying on Tuskar API calls as much as possible. We use existing Horizon libraries and components where possible. If added libraries and components are needed, we will work with the OpenStack community to push those changes back into Horizon.

Interested in seeing Tuskar and Tuskar-UI in action? Watch a demo!

Developer Information

Installation Guide

Follow the Installation Guide to install Tuskar-UI.

Contributing

We've moved the code to openstack to be more familiar to the OpenStack developers. Please go there if you want to check it out:

git clone https://github.com/openstack/tuskar-ui.git

The list of bugs and blueprints is on Launchpad:

https://launchpad.net/tuskar-ui

We use OpenStack's Gerrit for the code contributions:

https://review.openstack.org/#/q/status:open+project:openstack/tuskar-ui,n,z

and we follow the OpenStack Gerrit Workflow.

If you're interested in the code, here are some key places to start:

  • tuskar_ui/api.py - This file contains all the API calls made to the Tuskar API (through python-tuskarclient).
  • tuskar_ui/infrastructure - The Tuskar UI code is contained within this directory. Up to this point, UI development has been focused within the resource_management/ subdirectory.

Future Work

The following documents and YouTube videos represent the future work being planned for Tuskar-UI.

Contact Us

Join us on IRC (Internet Relay Chat):

Network: Freenode (irc.freenode.net/tuskar)
Channel: #tuskar

Or send an email to openstack-dev@lists.openstack.org.