OpenStack Workflow (Mistral) Specifications
Go to file
Michal Gershenzon cb3bf9262f Create and run workflows within a namespace
Creating and running workflows within a namespace will allow users to create
many workflows with the same name. This is useful when a user already has many
workflows that are connected to each other implemented and one of the workflow
names is already in use and the user does not want to edit the that workflow
and all the ones referencing it or merge them to a workbook.

blueprint create-and-run-workflows-within-a-namespace

Change-Id: I5a8e6c8761bfe31bf04026083c4755468f580429
2017-06-29 21:40:54 +00:00
doc/source Fix doc generation for python 3 2017-04-17 10:53:53 +00:00
specs Create and run workflows within a namespace 2017-06-29 21:40:54 +00:00
tests Initial commit 2015-11-18 22:25:55 +08:00
.gitignore Add AUTHORS to the .gitignore 2017-03-09 08:12:47 +00:00
.gitreview Added .gitreview 2015-11-16 10:23:20 +00:00
.testr.conf Initial commit 2015-11-18 22:25:55 +08:00
CONTRIBUTING.rst add CONTRIBUTING.rst 2016-12-21 01:07:37 +00:00
LICENSE Initial commit 2015-11-18 22:25:55 +08:00
README.rst Optimize the link address 2017-04-10 17:11:34 +05:30
requirements.txt pbr version has been updated 2016-01-21 10:43:22 +09:00
setup.cfg Changed the home-page of mistral-specs in setup.cfg 2016-10-05 19:44:32 +05:30
setup.py Initial commit 2015-11-18 22:25:55 +08:00
test-requirements.txt Update test requirement 2017-03-02 16:00:41 +08:00
tox.ini Force the docs to be built with Python 2 2017-03-09 08:13:47 +00:00

README.rst

Team and repository tags

image

OpenStack Workflow Engine Specifications

This git repository is used to hold approved design specifications for Mistral project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself.

This would apply to new blueprints proposed in Mistral project from Mitaka, this new process provides a way to fast-track the feature history of Mistral, which is very useful for new comers to learn how Mistral evolves, where we are, and where we're going.

First, create a blueprint in launchpad and populate it with your spec's heading. Then, propose a spec following the template which can be found at specs/template.rst. This will be given an initial, high-level review to determine whether it is in scope and in alignment with project direction, which will be reflected on the review comments. If the spec is approved, you can continue with your code implementation, and update launchpad to set the specification URL to the spec's location on:

https://specs.openstack.org/openstack/mistral-specs/

The Mistral PTL(or someone else on behalf of him) will update the release target, priority, and status accordingly.

If a specification has been approved but not completed within one or more releases since the approval, it may be re-reviewed to make sure it still makes sense as written. Specifications are proposed by adding them to the specs/<cycle>/approved directory and posting it for review. When a spec is fully implemented, it should be moved to specs/<cycle>/implemented.

You are welcome to submit patches associated with a blueprint, whose specification may have not been approved, but they will have a -2 ("do not merge") until the specification has been approved. This is to ensure that the patches don't get accidentally merged beforehand. You will still be able to get reviewer feedback and push new patch sets, even with a -2.