Add bug tags section to rotas page

Change-Id: I6b540db54c2e0f93da0868cc64e2ebb2fda88b7a
This commit is contained in:
Ryan Beisner 2019-11-07 20:38:02 +08:00
parent 4ca4340c8d
commit 96b575977d
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
2 changed files with 27 additions and 0 deletions

View File

@ -14,6 +14,7 @@ to the OpenStack Charms.
:titlesonly:
:maxdepth: 1
Bug reporting and triage <rotas>
feature-specification
coding-guidelines
testing

View File

@ -11,6 +11,25 @@ The development and user community are encouraged to sign up to both rotas.
Please coordinate activities in #openstack-charms on Freenode IRC.
Bug tags
++++++++
When triaging or filing bugs on the OpenStack Charms `projects`_, please use
the following Launchpad tags to classify relevant bugs:
* `openstack-upgrade`_ - Issues upgrading the charm payload (OpenStack
version), such as Train to Ussuri.
* `charm-upgrade`_ - Issues upgrading the charm revision, such as cs:foo-100
to cs:foo-101 (not a payload or OpenStack version upgrade, not a series
upgrade).
* `series-upgrade`_ - Issues upgrading from one series to the next, ie. Bionic
to Focal.
* `ceph-upgrade`_ - Issues upgrading the Ceph version (not charm upgrade).
* `scaleback`_ - Issues removing a unit, shrinking a cluster, replacing a unit.
* `cold-start`_ - Issues in recovering the charm payload functionality after a
power event such as a reboot or shutdown.
Bug triage
++++++++++
@ -50,3 +69,10 @@ YAML files`_.
.. _`open changes`: https://review.opendev.org/q/project:%22%255Eopenstack/charm.*%22+status:open
.. _`filtering`: https://review.opendev.org/Documentation/user-search.html
.. _`open changes to YAML files`: https://review.opendev.org/#/q/project:%22%255Eopenstack/charm-.*%22+status:open+file:%255E.*%255C.yaml+NOT+label:Workflow-1+NOT+age:2month
.. _`projects`: https://launchpad.net/openstack-charms
.. _`charm-upgrade`: https://bugs.launchpad.net/bugs/+bugs?field.tag=charm-upgrade
.. _`series-upgrade`: https://bugs.launchpad.net/bugs/+bugs?field.tag=series-upgrade
.. _`openstack-upgrade`: https://bugs.launchpad.net/bugs/+bugs?field.tag=openstack-upgrade
.. _`ceph-upgrade`: https://bugs.launchpad.net/bugs/+bugs?field.tag=ceph-upgrade
.. _`scaleback`: https://bugs.launchpad.net/bugs/+bugs?field.tag=scaleback
.. _`cold-start`: https://bugs.launchpad.net/bugs/+bugs?field.tag=cold-start