Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.41 KB

README.md

File metadata and controls

41 lines (32 loc) · 2.41 KB

Mistral Worflow

Mistral is an openstack project that allows to automatize tasks by executing workflows.

Mistral can be used with via API, CLI or Horizon. In Horizon, Mistral is found under the dashboard Workflow and show following pannels:

  • Workbooks: obsoleted
  • Workflows: yaml file (in yaql) describing a list of tasks
  • Actions: Openstack API calls or customer-written actions; each task is calling an action
  • Workflow Executions: Log of past execution of workflows
  • Task Executions: Log of past execution of tasks
  • Action Executions: Log of past execution of actions
  • Cron Triggers: cron-like job scheduling a workflow

References