OpenStack Technical Committee Decisions
Go to file
Tony Breeds 950c4f19b7 Reduce the scope of yamllints coverage
Since I76bc62ef22d09e1b6c19ebcd9b12f6381e1fd2db the non-voting linters
target has been failign as it was also checking yaml files in the
virtualenvs created by tox [1].  This change modifies the way we invoke
yamllint so that only files we actually care about are linted.

We also configure yamllint to have a slight more generous line-length
limit and to disable the 'truthy'[2] rule.

[1] http://logs.openstack.org/10/382110/2/check/gate-governance-linters-ubuntu-xenial/6c8ae21/console.html#_2016-10-11_15_39_52_575891
[2] https://yamllint.readthedocs.io/en/latest/rules.html#module-yamllint.rules.truthy

Change-Id: Ia0337aa49efb9ec832356eed374cc56bac1e75bc
2016-10-18 14:09:41 +11:00
doc/source Simplify governance website title 2016-10-11 15:12:51 +02:00
goals Merge "Revises technical debt wording and fix typos in goals document" 2016-08-30 21:02:56 +00:00
pre-history Add some pre-history meeting summaries 2013-11-11 09:08:57 -06:00
reference Merge "Record Fuel repos that were retired" 2016-10-14 08:57:17 +00:00
resolutions Propose Stewardship Working Group (SWG) 2016-07-11 06:34:10 -04:00
tools describe a process for managing community-wide goals 2016-08-05 13:12:01 -04:00
.gitignore ignore files created by pbr during build 2015-05-23 08:09:26 -07:00
.gitreview Added .gitreview 2013-08-30 16:00:06 +00:00
.yamllint Reduce the scope of yamllints coverage 2016-10-18 14:09:41 +11:00
README.rst propose approval policy for goal responses 2016-08-30 14:56:20 -04:00
requirements.txt Keep py3.X compatibility for urllib 2015-12-23 20:48:17 +05:30
setup.cfg update doc build requirements 2014-10-27 13:44:50 -04:00
setup.py provide infrastructure for publishing docs to html 2014-01-07 15:29:11 -05:00
test-requirements.txt Lint YAML files 2016-01-25 16:32:54 +01:00
tox.ini Reduce the scope of yamllints coverage 2016-10-18 14:09:41 +11:00

README.rst

This repository contains OpenStack Technical Committee reference documents and tracks official resolutions voted by the committee.

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://wiki.openstack.org/wiki/Governance/TechnicalCommittee for details.