Merge lp://staging/~canonical-ci-engineering/uci-engine/doc-msging into lp://staging/uci-engine
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~canonical-ci-engineering/uci-engine/doc-msging |
Merge into: | lp://staging/uci-engine |
Diff against target: |
293 lines (+251/-1) 4 files modified
docs/conf.py (+2/-1) docs/index.rst (+2/-0) docs/messaging.rst (+34/-0) docs/snappy.rst (+213/-0) |
To merge this branch: | bzr merge lp://staging/~canonical-ci-engineering/uci-engine/doc-msging |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Francis Ginther | Needs Fixing | ||
Paul Larson | Needs Fixing | ||
Review via email: mp+246366@code.staging.launchpad.net |
Commit message
Add documentation for the snappy testing service workflow and message API.
Description of the change
A proposed solution for a multi-service workflow and message handling for the snappy image testing project.
Note:
- This proposal requires modification to the AMQPWorker class and/or creation of a similar worker class.
To generate docs (requires graphviz package):
$ (cd docs; make html)
$ firefox docs/_build/
$ firefox docs/_build/
Unmerged revisions
- 933. By Francis Ginther
-
Remove 'Workflow Definition' and replace with description using default queue names.
- 932. By Vincent Ladeuil
-
Clarify progress queue role.
- 931. By Vincent Ladeuil
-
s/test_
source/ test_source_ branch/ - 930. By Vincent Ladeuil
-
Use the already existing uci/ namespace for glance images.
- 929. By Vincent Ladeuil
-
s/image_
version/ image_revision/ as it's the established word. - 928. By Vincent Ladeuil
-
Rename image.builds queue to snappy.images.
Define snappy request.
Mention that reduced workflow can be defined. - 927. By Vincent Ladeuil
-
Fix formatting.
- 926. By Francis Ginther
-
Add workflow definition and message examples for snappy workflow.
- 925. By Vincent Ladeuil
-
Fix typo.
- 924. By Vincent Ladeuil
-
Describes snappy components and their queues at a high level.
Great improvements here! a couple of comments below.