]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
13 years agoUpdated quantum_plugin_base with with return type dataformats as well as exceptions.
Somik Behera [Mon, 6 Jun 2011 18:49:12 +0000 (11:49 -0700)]
Updated quantum_plugin_base with with return type dataformats as well as exceptions.

13 years agoAdded a basic README file and updated Quantum plugin base class with appropriate...
Somik Behera [Mon, 6 Jun 2011 17:34:43 +0000 (10:34 -0700)]
Added a basic README file and updated Quantum plugin base class with appropriate exceptions.

13 years agoInitial commit of exceptions that are raised by a quantum plugin.
Somik Behera [Mon, 6 Jun 2011 16:22:05 +0000 (09:22 -0700)]
Initial commit of exceptions that are raised by a quantum plugin.

This list of exceptions is consistent with exceptions being expected by the API service. Please note that the exception list is still evolving and will soon be concrete.

13 years ago* Merged changes from Salvatore's branch - quantum-api-workinprogress
Somik Behera [Sun, 5 Jun 2011 00:45:36 +0000 (17:45 -0700)]
* Merged changes from Salvatore's branch - quantum-api-workinprogress
* Removed spurious methods from quantum_base_plugin class.
* Updated the sample plugins to be compliant with the new QuantumBase class.

13 years agoCopy over miniclient from testscripts and port tests.py to use unittest
Brad Hall [Wed, 1 Jun 2011 18:00:15 +0000 (11:00 -0700)]
Copy over miniclient from testscripts and port tests.py to use unittest

13 years agoAdding ports.py to source control
Salvatore Orlando [Tue, 31 May 2011 17:48:43 +0000 (18:48 +0100)]
Adding ports.py to source control

13 years agopep8 fixes (1st batch)
Salvatore Orlando [Tue, 31 May 2011 17:15:00 +0000 (18:15 +0100)]
pep8 fixes (1st batch)

13 years agoFirst working version of Quantum API
Salvatore Orlando [Mon, 30 May 2011 00:08:46 +0000 (01:08 +0100)]
First working version of Quantum API

13 years agoAdding views/networks.py to bzr
Salvatore Orlando [Sat, 28 May 2011 20:52:09 +0000 (21:52 +0100)]
Adding views/networks.py to bzr

13 years agoAdding serialization/deserilization for network resources.
Salvatore Orlando [Fri, 27 May 2011 16:52:06 +0000 (17:52 +0100)]
Adding serialization/deserilization for network resources.
Adding fake plugin

13 years agonetworks api with final URL structure.
salvatore [Thu, 26 May 2011 23:52:11 +0000 (00:52 +0100)]
networks api with final URL structure.
No serialization yet

13 years agoImplementing interface with plugin
Salvatore Orlando [Thu, 26 May 2011 17:53:48 +0000 (18:53 +0100)]
Implementing interface with plugin

13 years agoadpating wsgi files
salvatore [Wed, 25 May 2011 12:11:12 +0000 (13:11 +0100)]
adpating wsgi files

13 years agoWork in progress on network API
Salvatore Orlando [Tue, 24 May 2011 16:45:16 +0000 (17:45 +0100)]
Work in progress on network API

13 years agoAdding first files for quantum API
Salvatore Orlando [Mon, 23 May 2011 20:51:00 +0000 (21:51 +0100)]
Adding first files for quantum API

13 years agoMinor fixes: indentation in bin/quantum and fix import in config.py
Brad Hall [Fri, 20 May 2011 23:22:48 +0000 (16:22 -0700)]
Minor fixes: indentation in bin/quantum and fix import in config.py

13 years agoAdding api paste configuration file
Salvatore Orlando [Fri, 20 May 2011 14:30:12 +0000 (15:30 +0100)]
Adding api paste configuration file

13 years agoRemoving .pydevproject from version control
Salvatore Orlando [Fri, 20 May 2011 13:53:02 +0000 (14:53 +0100)]
Removing .pydevproject from version control

13 years agoBranching from quantum-framework
Salvatore Orlando [Fri, 20 May 2011 13:51:28 +0000 (14:51 +0100)]
Branching from quantum-framework

13 years agoAdding flags.py to infrastructure code
Salvatore Orlando [Fri, 20 May 2011 08:05:39 +0000 (09:05 +0100)]
Adding flags.py to infrastructure code

13 years agoMove plugin configuration to plugins.ini - a config file.
Somik Behera [Fri, 20 May 2011 00:21:48 +0000 (17:21 -0700)]
Move plugin configuration to plugins.ini - a config file.

13 years ago1) Created a DummDataPlugin in SamplePlugin module.
Somik Behera [Sun, 15 May 2011 20:31:23 +0000 (13:31 -0700)]
1) Created a DummDataPlugin in SamplePlugin module.

- DummyDataPlugin is a sligh improvment over QuantumEchoPlugin in that
           the plugin returns hard-coded data structures.

2) Created a CLI that enabled quantum plugin writers to test their plug-in implementation.

- Currently I am using DummyDataPlugin to test and run the CLI
           but if anybody has another better Quantum plug-in, please modify
           manager.py to use your plug-in and drive the plug-in using the CLI.
        - Running the CLI against wider variety of plug-ins will help the CLI
           evolve and improve. Please free to send patches.

3) TODO: list

- Finalize the plug-in data model
    - Finalize the exception and make the plug-in throw exceptions
- Write unit tests for plug-in qualification and CLI testing.

13 years agomerged salvatore's changes to local branch
Somik Behera [Fri, 13 May 2011 22:49:08 +0000 (15:49 -0700)]
merged salvatore's changes to local branch

13 years ago1) Added a bare-bones framework for quantum plugins.
Somik Behera [Fri, 13 May 2011 21:23:37 +0000 (14:23 -0700)]
1) Added a bare-bones framework for quantum plugins.
2) Created demo quantum plugin that conforms to QuantumPluginBase
    Abstract class specification.
3) Demonstrated plugin registration and invocation using the demo
    plugin called "QuantumEchoPlugin"
4) Created the initial file structure for a quantum CLI
5) Seeded the utils module that will contain frequently used Quantum utilities.
6) Modified the manager module to initialize and register the quantum plugin
    defined in a configuration file. I have hard-coded the path to plugin for now
    but this will move to a quantum.conf file.

TODO:

1) Finish up the Quantum CLI
2) Write Quantum unit tests that can be run against any plug-in for certification.
3) Create a working quantum plugin.

13 years agoFixing pep8 errors
Salvatore Orlando [Fri, 13 May 2011 11:54:18 +0000 (12:54 +0100)]
Fixing pep8 errors

13 years agoadding /bzrignore to precent checking in pyc files and that sort of stuff...
Somik Behera [Wed, 11 May 2011 21:41:02 +0000 (14:41 -0700)]
adding /bzrignore to precent checking in pyc files and that sort of stuff...

13 years agoPushing initial started code based on Glance project and infrstructure work done...
Somik Behera [Wed, 11 May 2011 21:29:35 +0000 (14:29 -0700)]
Pushing initial started code based on Glance project and infrstructure work done by the melange team.