Monasca Specifications
Go to file
huang.zhiping 4748818fa8 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Iafb959ea0c81fd0a89faee48949dc0f0af3457b5
2018-10-03 01:59:05 +00:00
doc/source Add spec on database migrations 2018-03-22 15:49:59 +01:00
priorities Add description for Alembic migrations 2018-06-13 16:37:05 +02:00
specs Add Stein Monasca spec template 2018-09-26 15:43:01 +01:00
.gitignore Define repository structure 2017-09-19 18:04:02 +02:00
.gitreview Added .gitreview 2017-09-06 09:18:59 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-22 18:50:31 -04:00
LICENSE Define repository structure 2017-09-19 18:04:02 +02:00
README.rst Define repository structure 2017-09-19 18:04:02 +02:00
requirements.txt Define repository structure 2017-09-19 18:04:02 +02:00
setup.cfg Define repository structure 2017-09-19 18:04:02 +02:00
setup.py Define repository structure 2017-09-19 18:04:02 +02:00
test-requirements.txt Define repository structure 2017-09-19 18:04:02 +02:00
tox.ini fix tox python3 overrides 2018-10-03 01:59:05 +00:00

README.rst

Team and repository tags

image

README

Monasca Specifications

This git repository is used to hold priorities and approved design specifications for additions to the Monasca project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself.

The layout of this repository is:

priorities/<release>/
specs/<release>/

Where there are two sub-directories in specs:

specs/<release>/approved

specifications approved, but not yet implemented

specs/<release>/implemented

implemented specifications