Workflow Service for OpenStack.
Go to file
Nikolay Mahotkin 7d716311df Add DSL parser
* DSL parser
 * Unit tests

Change-Id: I3e56ad7125233ecdafd41036d8b717fb95e2955c
2013-12-11 17:41:12 +04: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 DSL parser 2013-12-11 17:41:12 +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
README.md Working on REST API 2013-11-30 21:10:56 +07:00
openstack-common.conf Added periodic events 2013-12-05 19:01:22 +04: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

README.md

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