Commit Graph

8 Commits

Author SHA1 Message Date
Witek Bedyk 811acd76c9 Remove project content on master branch
This is step 2b of repository deprecation process as described in [1].
Project deprecation has been anounced here [2].

[1] https://docs.openstack.org/project-team-guide/repository.html#step-2b-remove-project-content
[2] http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016814.html

Depends-On: https://review.opendev.org/751983
Change-Id: I83bb2821d64a4dddd569ff9939aa78d271834f08
2020-09-15 10:12:44 +02:00
Sean McGinnis 738d911e06
Add *.pyc files to .gitignore
Change-Id: Ic0a6fcc4425b386b1fbfa2a819203b6b80bbdcd5
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-13 06:03:23 -05:00
Ghanshyam Mann 79957946b5 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

monasca-transform is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/

Change-Id: Iae694c6f91273a898556fb342121024fadb3586e
2019-11-16 16:53:37 +00:00
Charles Short 5e2687f637 Switch to using stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ic0ddaae3bd0a4ad4e34264429f717a292e17a1c9
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-06-29 09:45:40 +02:00
Andreas Jaeger 9f9082d6bf Delete doc/build/html/.root-marker
This file is not needed to be stored in git at all, remove it.

It will be added during publishing process by CI scripts and is only
needed for publishing to docs.openstack.org.

Add doc/build to gitignore file so that no new content will be checked
in.

Add api/autoindex.rst to toctree to fix build.

Add usual build_sphinx stanza to setup.cfg so that building and
publishing in OpenStack CI works. These parameter are crucial.

Change-Id: I5d436851b9d58a1c86fc771c5f38e449cdebc6e2
2017-03-22 18:09:33 +01:00
David C Kennedy 5998f167e9 Added tools/vagrant/.vagrant file to .gitignore
Change-Id: I85c8b672630c74079b4044c05be26ea7b5bc078c
2016-12-07 14:24:41 +00:00
David C Kennedy d76af6a0f0 Corrected test environment
Moved what were called unit tests to the functional directory as there is
more work to be done to make them self supporting.
Added sphinx to the test-requirements along with testr deps.
Adjusted the tox.ini to suit.
Added doc source tree with the minimal set of files to allow sphinx
success.

Change-Id: Ic64c2ccd01778bb0d1142d12ca43b2346bdc7aa7
2016-11-22 10:24:07 +00:00
David C Kennedy 8ac3250aef Remove metric filters from transform-spec
The metric filter allows metrics to be filtered before aggregation,
for example to exclude metrics from certain environments or nodes
from being included where they are outside the scope of data
aggregation.  This is a powerful feature but not appropriate for
all scenarios (e.g. devstack).  So default the filter to empty.

Change-Id: Icb790a0ec41133bfac54244aae8782a5cc665186
2016-11-02 15:58:07 +00:00