Jump to: navigation, search

Difference between revisions of "Mistral/Releases/0.0.2"

(Created page with "TODO")
 
 
Line 1: Line 1:
TODO
+
=== Release 0.0.2 (PoC) ===
 +
 
 +
* Screencast - http://www.youtube.com/watch?v=x-zqz1CRVkI
 +
* Tarballs - https://launchpad.net/mistral/icehouse/0.0.2
 +
 
 +
==== Release notes ====
 +
* Workflow Engine Implementation
 +
* REST API to interact with Workflow Engine
 +
* Client Library (python API and Command Line Interface)
 +
* Horizon Dashboard
 +
 
 +
==== Workflow examples ====
 +
* "Create VM" - https://github.com/stackforge/mistral-extra/tree/master/examples/create_vm
 +
* "Webhooks scheduling" - https://github.com/stackforge/mistral-extra/tree/master/examples/webhooks
 +
* "Running a job on VM" - https://github.com/stackforge/mistral-extra/tree/master/examples/vm_job

Latest revision as of 16:18, 30 April 2014

Release 0.0.2 (PoC)

Release notes

  • Workflow Engine Implementation
  • REST API to interact with Workflow Engine
  • Client Library (python API and Command Line Interface)
  • Horizon Dashboard

Workflow examples