]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
persistence of l2network & ucs plugins using mysql
authorrohitagarwalla <roagarwa@cisco.com>
Sat, 30 Jul 2011 03:48:41 +0000 (20:48 -0700)
committerrohitagarwalla <roagarwa@cisco.com>
Sat, 30 Jul 2011 03:48:41 +0000 (20:48 -0700)
commit5796e43bd9c4021996112c14aaa3be6537d52187
tree8e7c6c62fd5fcde86777ce6bdc7716ec9cf5191e
parent6244bccdbada53f90f8a5557d28ef6bff1ac9bb1
persistence of l2network & ucs plugins using mysql
- db_conn.ini - configuration details of making a connection to the database
- db_test_plugin.py - contains abstraction methods for storing database values in a dict and unit test cases for DB testing
- l2network_db.py - db methods for l2network models
- l2network_models.py - class definitions for the l2 network tables
- ucs_db.py - db methods for ucs models
- ucs_models.py - class definition for the ucs tables
dynamic loading of the 2nd layer plugin db's based on passed arguments
Create, Delete, Get, Getall, Update database methods at - Quantum, L2Network and Ucs
Unit test cases for create, delete, getall and update operations for L2Network and Ucs plugins
pep8 checks done
branch based off revision 34 plugin-framework
quantum/plugins/cisco/db_conn.ini [new file with mode: 0644]
quantum/plugins/cisco/db_test_plugin.py [new file with mode: 0644]
quantum/plugins/cisco/l2network_db.py [new file with mode: 0644]
quantum/plugins/cisco/l2network_models.py [new file with mode: 0644]
quantum/plugins/cisco/ucs_db.py [new file with mode: 0644]
quantum/plugins/cisco/ucs_models.py [new file with mode: 0644]