[WIP] Horizon dashboard for tap-as-a-service

This is an implementation of a dashboard discussed on ML[1][2].
* Network topology view is based on kilo[3].
* Tap service panel is added to Horizon dashboard.
* Command options provided on CLI are supported.

[1] http://lists.openstack.org/pipermail/openstack-dev/2016-March/088735.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2016-March/089330.html
[3] https://www.openstack.org/software/kilo/

Change-Id: Ica7e02f84cc2e6303d19b30541ea956894465389
Co-Authored-By: Soichi Shigeta <shigeta.soichi@jp.fujitsu.com>
This commit is contained in:
Kazuhiro Suzuki 2016-04-01 18:23:51 +09:00
parent 22eb795620
commit f821efe6d5
2 changed files with 2875 additions and 0 deletions

View File

@ -0,0 +1,34 @@
=================================
TaaS dashboard installation guide
=================================
This is an installation guide for TaaS dashboard.
Installation
============
1. Clone horizon tree::
$ cd /opt/stack
$ git clone git://git.openstack.org/openstack/horizon.git
2. Checkout commit:37d85d122e536178327add1a75571e53cf65d233[1]::
$ git checkout 37d85d122e536178327add1a75571e53cf65d233
[1] This commit has the network topology view based on kilo and works fine with other newest modules.
3. Apply TaaS dashbaord patch to horizon tree::
$ cd /opt/stack/thorizon
$ patch -p1 < taas_dashboard.patch
4. Apply https://review.openstack.org/#/c/275011/ patch to taas tree::
$ cd /opt/stack/tap-as-a-service
$ patch -p1 < 5b95b3b8.diff
5. Run devstack::
$ cd ~/devstack
$ ./stack.sh

File diff suppressed because it is too large Load Diff