2016-11-24 12:06:31 +01:00
|
|
|
========================
|
|
|
|
Team and repository tags
|
|
|
|
========================
|
|
|
|
|
2018-03-12 00:40:20 +09:00
|
|
|
.. image:: https://governance.openstack.org/tc/badges/tacker-specs.svg
|
|
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
2016-11-24 12:06:31 +01:00
|
|
|
|
|
|
|
.. Change things from this point on
|
|
|
|
|
2014-06-03 17:55:27 +09:00
|
|
|
===============================
|
|
|
|
OpenStack Tacker Specifications
|
|
|
|
===============================
|
|
|
|
|
|
|
|
This git repository is used to hold approved design specifications for additions
|
2018-01-17 17:05:18 +08:00
|
|
|
to the Tacker project. Reviews of the specs are done in gerrit, using a
|
2014-06-03 17:55:27 +09:00
|
|
|
similar workflow to how we review and merge changes to the code itself.
|
|
|
|
|
|
|
|
The layout of this repository is::
|
|
|
|
|
|
|
|
specs/<release>/
|
|
|
|
|
2018-03-12 00:40:20 +09:00
|
|
|
You can find an example spec in `specs/template.rst`.
|
2014-06-03 17:55:27 +09:00
|
|
|
|
|
|
|
Specifications are proposed for a given release by adding them to the
|
2018-01-17 17:05:18 +08:00
|
|
|
`specs/<release>` directory and posting it for review. The implementation
|
2014-06-03 17:55:27 +09:00
|
|
|
status of a blueprint for a given release can be found by looking at the
|
2018-01-17 17:05:18 +08:00
|
|
|
blueprint in launchpad. Not all approved blueprints will get fully implemented.
|
2014-06-03 17:55:27 +09:00
|
|
|
|
2018-01-17 17:05:18 +08:00
|
|
|
Specifications have to be re-proposed for every release. The review may be
|
2014-06-03 17:55:27 +09:00
|
|
|
quick, but even if something was previously approved, it should be re-reviewed
|
|
|
|
to make sure it still makes sense as written.
|
|
|
|
|
|
|
|
Please note, Launchpad blueprints are still used for tracking the
|
|
|
|
current status of blueprints. For more information, see::
|
|
|
|
|
|
|
|
https://wiki.openstack.org/wiki/Blueprints
|
|
|
|
|
2018-03-12 00:40:20 +09:00
|
|
|
Launchpad blueprints for Tacker can be found at:
|
|
|
|
|
|
|
|
https://blueprints.launchpad.net/tacker
|
|
|
|
|
2014-06-03 17:55:27 +09:00
|
|
|
For more information about working with gerrit, see::
|
|
|
|
|
2018-03-12 00:40:20 +09:00
|
|
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
2014-06-03 17:55:27 +09:00
|
|
|
|
|
|
|
To validate that the specification is syntactically correct (i.e. get more
|
2023-03-27 15:10:15 +09:00
|
|
|
confidence in the Zuul result), please execute the following command::
|
2014-06-03 17:55:27 +09:00
|
|
|
|
|
|
|
$ tox
|
|
|
|
|
|
|
|
After running ``tox``, the documentation will be available for viewing in HTML
|
|
|
|
format in the ``doc/build/`` directory. Please do not checkin the generated
|
|
|
|
HTML files as a part of your commit.
|
2023-03-27 15:10:15 +09:00
|
|
|
|
2023-09-22 15:03:57 +09:00
|
|
|
Note that even if a syntax error occurs in ``mermaid``, it will not be an
|
|
|
|
error in ``tox``.
|
|
|
|
When using ``mermaid`` to create diagrams, you need to carefully check the
|
|
|
|
built html file.
|