OpenStack Technical Committee Decisions
Go to file
Ghanshyam Mann c387ba5f18 Implement distributed leadership in tools and schema
We have resolution merged for distributed leadership[1] and
there are few projects want to adopt this model in Wallaby cycle,
first one is oslo[2].

This commit add the support of new model in governance tooling,
doc and, schema. Basically making changes to fill the distributed
leadership liaisons and displaing those in projects rst.
Below are the changes done:

- Removed 'PTL' field to be mandatory instead making either 'PTL' or
  'leadership_type: distributed' field as mandatory.
- To avoid confustion with existing liasion field, changed TC
  liaison field name from 'liaisons' to sub field named 'tc_members'
- Extended the existing liaison field for distributed leadersip
  liaisons.

It will looks like below:
  liaisons:
    tc_members:
      - zaneb
      - ttx
    release:
      - name: Hervé Beraud
        irc: hberaud
        email: hberaud@redhat.com
      - name: Daniel Bengtsson
        irc: damani
        email: dbengt@redhat.com
    tact-sig:
      - name: Hervé Beraud
        irc: hberaud
        email: hberaud@redhat.com
    security:
      - name: Daniel Bengtsson
        irc: damani
        email: dbengt@redhat.com

and on site:

TC Members Liaisons
ricolin, belmoreira

Release Liaisons
Hervé Beraud (hberaud) <hraud@redhat.com>, Daniel Bengtsson (damani) <dbengt@redhat.com>

[1] https://governance.openstack.org/tc/resolutions/20200803-distributed-project-leadership.html
[2] https://review.opendev.org/#/c/757906

Change-Id: If96915a16a8746aed6f0cb844c53ad61a300c234
2020-10-16 17:32:28 +00:00
doc Implement distributed leadership in tools and schema 2020-10-16 17:32:28 +00:00
goals Reverse sort series in selected goals 2020-08-05 07:37:18 -05:00
openstack_governance Implement distributed leadership in tools and schema 2020-10-16 17:32:28 +00:00
pre-history Add some pre-history meeting summaries 2013-11-11 09:08:57 -06:00
reference Implement distributed leadership in tools and schema 2020-10-16 17:32:28 +00:00
resolutions Merge "Define TC-approved release in a resolution" 2020-09-30 14:24:38 +00:00
tools Implement distributed leadership in tools and schema 2020-10-16 17:32:28 +00:00
.gitignore gitignore: add .eggs 2019-05-22 22:02:02 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:47:56 +00:00
.stestr.conf add module for fetching and parsing governance data 2018-11-07 08:30:27 -05:00
.yamllint Update assignment script to output to projects.yaml file 2019-06-28 12:35:56 +01:00
.zuul.yaml Add legacy repository validation 2020-08-07 15:47:05 -04:00
bindep.txt bindep: add pcre development headers to build python-pcre 2019-07-19 08:28:31 -04:00
CHAIR.rst Add regular work chair duties 2019-11-15 07:49:15 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-06-27 09:26:19 +00:00
requirements.txt Cap jsonschema 3.2.0 as the minimal version 2020-05-26 21:49:43 +02:00
setup.cfg Cleanup py27 support 2020-04-17 17:33:47 +02:00
setup.py provide infrastructure for publishing docs to html 2014-01-07 15:29:11 -05:00
test-requirements.txt Switch to newer openstackdocstheme version 2020-06-03 20:46:55 +02:00
tox.ini Add legacy repository validation 2020-08-07 15:47:05 -04:00

openstack-governance

The repository https://opendev.org/openstack/governance/ contains OpenStack Technical Committee reference documents and tracks official resolutions voted by the committee. It also contains a library for accessing some of the machine-readable data in the repository.

Directory structure:

reference/

Reference documents which need to be revised over time. Some motions will just directly result in reference doc changes.

resolutions/

When the motion does not result in a change in a reference doc, it can be expressed as a resolution. Those must be named YYYYMMDD-short-name with YYYYMMDD being the proposal date in order to allow basic sorting.

goals/

Documentation for OpenStack community-wide goals, organized by release cycle. These pages will be updated with project status info over time, and if goals are revised.

See https://governance.openstack.org/tc/ for details.