Jump to: navigation, search

Difference between revisions of "QuantumClientGUI"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
The Quantum GUI should expose all tenant operations exposed as part of the core Quantum API.
+
The Quantum GUI should expose all tenant operations exposed as part of the core Quantum API.
  
Communication with Quantum should be over the tenant web services API.
+
Communication with Quantum should be over the tenant web services API.
  
 
Key operations include
 
Key operations include
 +
 
* creation/modify/delete networks
 
* creation/modify/delete networks
* view set of available interfaces exposed by "interface services"  
+
* view set of available interfaces exposed by "interface services"
* attach/detach those interfaces from networks.  
+
* attach/detach those interfaces from networks.
 +
 
 +
Some representation of additional attributes exposed by [[QuantumAPIExtensions]] may be desirable as well (e.g. QoS, ACL's, etc).  An example template for this GUI would be the work to modify [[OpenStack]] dashboard for the Quantum demo given at the Diablo summit.  The bulk of the code can be done in a "django-quantum" module.
 +
 
 +
This work may benefit from shared client library code with the [[QuantumClientCLI]] work.
 +
 
 +
A mock up of Quantum's representation in the Openstack dashboard is available at [https://code.launchpad.net/~asomya/+junk/dashboard-quantum-mockup Launchpad]
 +
 
 +
A few screenshots from this mockup are displayed below, please bear in mind this is based on the old dashboard code and does not supports multiple interfaces:
 +
 
 +
Homepage:
 +
 
 +
List of networks:
 +
 
 +
Create a network:
 +
 
 +
Network created:
 +
 
 +
Network details:
 +
 
 +
Create ports:
 +
 
 +
Ports created:
 +
 
 +
Attach port:
  
Some representation of additional attributes exposed by [[ QuantumAPIExtensions ]] may be desirable as well (e.g. QoS, ACL's, etc).  An example template for this GUI would be the work to modify [[OpenStack]] dashboard for the Quantum demo given at the Diablo summit.  The bulk of the code can be done in a "django-quantum" module. 
+
Detach port:
  
This work may benefit from shared client library code with the [[ QuantumClientCLI ]] work.
+
Delete Port:

Revision as of 16:54, 26 July 2011

The Quantum GUI should expose all tenant operations exposed as part of the core Quantum API.

Communication with Quantum should be over the tenant web services API.

Key operations include

  • creation/modify/delete networks
  • view set of available interfaces exposed by "interface services"
  • attach/detach those interfaces from networks.

Some representation of additional attributes exposed by QuantumAPIExtensions may be desirable as well (e.g. QoS, ACL's, etc). An example template for this GUI would be the work to modify OpenStack dashboard for the Quantum demo given at the Diablo summit. The bulk of the code can be done in a "django-quantum" module.

This work may benefit from shared client library code with the QuantumClientCLI work.

A mock up of Quantum's representation in the Openstack dashboard is available at Launchpad

A few screenshots from this mockup are displayed below, please bear in mind this is based on the old dashboard code and does not supports multiple interfaces:

Homepage:

List of networks:

Create a network:

Network created:

Network details:

Create ports:

Ports created:

Attach port:

Detach port:

Delete Port: