RETIRED, further work has moved to Debian project infrastructure
Go to file
Renat Akhmerov 6f245b199c Implementing Mistral Rest API Client
Added support for:
* Workbooks
* Executions
* Tasks
* Listeners

Partially implements blueprint: mistral-poc
Implements blueprint: mistral-pythonclient

Change-Id: Id515697171e1e94e3354d92343e6bdd5365e45c6
2013-12-10 16:37:35 +07:00
concepts Modify use case example 2013-11-20 16:57:37 +04:00
doc/source Add .gitreview, setup.py and other infrastructure. 2013-11-01 02:57:27 +07:00
etc Adding REST API application skeleton based on pecan/wsme 2013-11-27 19:34:43 +07:00
mistral Add SQLAlchemy models and access methods 2013-12-09 18:54:28 +04:00
mistralclient Implementing Mistral Rest API Client 2013-12-10 16:37:35 +07:00
tools Adding REST API application skeleton based on pecan/wsme 2013-11-27 19:34:43 +07:00
.gitignore Add .gitreview, setup.py and other infrastructure. 2013-11-01 02:57:27 +07:00
.gitreview Add .gitreview, setup.py and other infrastructure. 2013-11-01 02:57:27 +07:00
.pylintrc Add .gitreview, setup.py and other infrastructure. 2013-11-01 02:57:27 +07:00
openstack-common.conf Added periodic events 2013-12-05 19:01:22 +04:00
README.md Working on REST API 2013-11-30 21:10:56 +07:00
requirements.txt Implementing Mistral Rest API Client 2013-12-10 16:37:35 +07:00
setup.cfg Add .gitreview, setup.py and other infrastructure. 2013-11-01 02:57:27 +07:00
setup.py Fixing licence in setyp.py 2013-11-19 13:35:06 +07:00
test-requirements.txt Adding REST API application skeleton based on pecan/wsme 2013-11-27 19:34:43 +07:00
tox.ini Adding REST API application skeleton based on pecan/wsme 2013-11-27 19:34:43 +07:00

Mistral

Task Orchestration and Scheduling service for OpenStack cloud

Running in development mode

Installation

First of all, in a shell run:

tox

This will install necessary virtual environments and run all the project tests. Installing virtual environments may take significant time (~10-15 mins).

Mistral configuration

Open etc/mistral.conf file and fix configuration properties as needed. For example, host and port specified by default may not be desired in a particular environment.

Running Mistral API server

To run Mistral API server perform the following commands in a shell:

tox -epy27 -- /mistral/cmd/api.py --config-file etc/mistral.conf