Additional tools and examples for Mistral Workflow Service.
Go to file
Nikolay Mahotkin 601bcd0e64 Add zabbix example
Change-Id: I9e21724e4766ce4e21de7123e7a14d4f8ff2e07f
2014-10-20 14:54:12 +04:00
doc/source Cleaning up index.rst file 2014-07-21 08:30:33 +02:00
examples Add zabbix example 2014-10-20 14:54:12 +04:00
tools Add script to allow update dependencies in all envs 2014-03-14 15:12:43 +04:00
.gitignore Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
.gitreview Preparing project skeleton 2014-01-18 01:22:26 -08:00
AUTHORS Adding tenant statistics example 2014-10-13 21:27:09 +07:00
LICENSE Preparing project skeleton 2014-01-18 01:22:26 -08:00
README.md Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
Vagrantfile Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
bootstrap.sh Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
local.conf Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
requirements.txt Update requirements according to global requirements (master) 2014-09-25 13:41:30 +04:00
setup.cfg Fixed issues with tarball 2014-04-30 18:09:48 +04:00
setup.py Fixed issues with tarball 2014-04-30 18:09:48 +04:00
test-requirements.txt Update requirements according to global requirements (master) 2014-09-25 13:41:30 +04:00
tox.ini Work toward Python 3.4 support and testing 2014-09-03 19:07:04 +00:00

README.md

Mistral Extras

Contains example applications and additional tools for Mistral.

Currently, there are three examples:

Create VM

Connects to OpenStack Nova and creates a VM with image and flavor id provided. See examples/create_vm/README.md for more.

Run VM job

Spins up a VM, deploys web server, sends request, reports by email if an error occurred. See examples/vm_job/README.md for more.

Webhooks scheduling

Starts local webserver and then assess it periodically using HTTP action. See examples/webhooks/README.md for more.