Vladislav Kuzmin 4e390ee67b Add oslo libraries and command-line utility
Add oslo libraries for works with database and config.
Refactor database relation code. Move it in refstack/db.

Now after istallation of refstack available a command-line
utility: `refstack-manage` and `refstack-api`.

`refstack-manage`

This utlity provide commands for manipulation of database
migrations and setup config file through
--config-file /path/to/refstack.conf option.

Config file should contain database connection string.
For example:

[DEFAULT]
sql_connection = mysql://root:passw0rd@127.0.0.1/refstack

Add ability to runtime updrade/downgrade db through command-line utillity.

`refstack-api`

This utility allow to launch api on gunicorn server. Specify config through
--env REFSTACK_OSLO_CONFIG=/path/to/refstack.conf

Change-Id: Ibea97d433d54d307233aa04e9487f1a1230e7487
2015-02-04 16:54:59 +04:00
2015-01-26 09:19:43 -08:00
2014-07-22 09:37:21 +00:00
2014-05-13 16:36:30 +02:00
2014-05-18 19:02:40 +02:00
2015-01-19 18:35:56 +02:00
2014-05-13 16:37:37 +02:00
2014-05-13 16:32:01 +02:00
2014-03-01 17:36:44 -08:00
2015-01-19 18:35:56 +02:00

RefStack/TCUP and Driver Test

This project support collection and publication of Community Test results for OpenStack. There are multiple components of this effort:

  • RefStack: Community-facing API for registration of interop-compliance endpoints for on-demand testing.
  • Driver Test

Participate

Collecting the Results > Running RefStack

RefStack is a Web UI and API used to collect and display test results. This information is used by the DefCore committee to help select must-pass capabilities.

RefStack docs

Description
Vendor-facing API for registration of interop-compliance
Readme 8.4 MiB
Languages
Python 57.9%
JavaScript 29%
HTML 10.4%
Shell 2.1%
CSS 0.5%