[upstream] Adding [operator] tag & other tagging fixes

This patch introduces the operator tag to the tags table
and also adds it the modules that operators might be
interested in. It tags the metrics module with [management],
updates the 'x' in the table to be '✔ ', and also adds a
heading to the table.

Change-Id: I33eb297ec0d3c83d64bd5c6239918586b1925749
This commit is contained in:
Kendall Nelson 2017-09-05 15:56:06 -07:00
parent 5a264f5051
commit 527668e91f
8 changed files with 62 additions and 46 deletions

View File

@ -6,6 +6,9 @@ OpenStack Documentation
:class: fill
:width: 100%
.. note::
Tags: [operator]
Mission
=======

View File

@ -6,6 +6,9 @@ Online Communication
:class: fill
:width: 100%
.. note::
Tags: [operator]
Ways to Communicate in OpenStack
================================

View File

@ -7,7 +7,7 @@ OpenStack Events
:width: 100%
.. note::
Tags: [management]
Tags: [management] [operator]
Regional Events
===============

View File

@ -7,7 +7,7 @@ Official OpenStack projects
:width: 100%
.. note::
Tags: [management]
Tags: [management] [operator]
Official OpenStack projects

View File

@ -7,7 +7,7 @@ OpenStack Release Cycle
:width: 100%
.. note::
Tags: [management]
Tags: [management] [operator]
What makes a release
====================

View File

@ -6,6 +6,9 @@ Metrics
:class: fill
:width: 100%
.. note::
Tags: [management]
The OpenStack Community in numbers
==================================

View File

@ -6,6 +6,8 @@ Task Tracking
:class: fill
:width: 100%
.. note::
Tags: [operator]
Tracked Items
=============

View File

@ -57,46 +57,51 @@ Other
* `Documentation Deep Dive <docs.html>`_
+--------------------------+------------+
| | Management |
+==========================+============+
| OpenStack as a Software | X |
+--------------------------+------------+
| Openstack as a Community | X |
+--------------------------+------------+
| Environment Setup | |
+--------------------------+------------+
| Offical Projects | X |
+--------------------------+------------+
| Governance | X |
+--------------------------+------------+
| Release Cycle | X |
+--------------------------+------------+
| Communication | |
+--------------------------+------------+
| Events | X |
+--------------------------+------------+
| Contribution Process | |
+--------------------------+------------+
| Registration & Accounts | |
+--------------------------+------------+
| Task Tracking | |
+--------------------------+------------+
| Gerrit | |
+--------------------------+------------+
| Reviewing | |
+--------------------------+------------+
| Commit Messages | |
+--------------------------+------------+
| Project Status & Zuul | |
+--------------------------+------------+
| Metrics | |
+--------------------------+------------+
| Setup & First Patch | |
+--------------------------+------------+
| Sandbox | |
+--------------------------+------------+
| Demo Environment | |
+--------------------------+------------+
| Documentation | |
+--------------------------+------------+
Module Tags
-----------
The table below tags the modules relevant to different positions.
+--------------------------+------------+----------+
| | Management | Operator |
+==========================+============+==========+
| OpenStack as a Software | ✔ | |
+--------------------------+------------+----------+
| Openstack as a Community | ✔ | |
+--------------------------+------------+----------+
| Environment Setup | | |
+--------------------------+------------+----------+
| Offical Projects | ✔ | ✔ |
+--------------------------+------------+----------+
| Governance | ✔ | |
+--------------------------+------------+----------+
| Release Cycle | ✔ | ✔ |
+--------------------------+------------+----------+
| Communication | | ✔ |
+--------------------------+------------+----------+
| Events | ✔ | ✔ |
+--------------------------+------------+----------+
| Contribution Process | | |
+--------------------------+------------+----------+
| Registration & Accounts | | |
+--------------------------+------------+----------+
| Task Tracking | | ✔ |
+--------------------------+------------+----------+
| Gerrit | | |
+--------------------------+------------+----------+
| Reviewing | | |
+--------------------------+------------+----------+
| Commit Messages | | |
+--------------------------+------------+----------+
| Project Status & Zuul | | |
+--------------------------+------------+----------+
| Metrics | ✔ | |
+--------------------------+------------+----------+
| Setup & First Patch | | |
+--------------------------+------------+----------+
| Sandbox | | |
+--------------------------+------------+----------+
| Demo Environment | | |
+--------------------------+------------+----------+
| Documentation | | ✔ |
+--------------------------+------------+----------+