monasca-persister/setup.cfg
Martin Chacon Piza 6b60c25db1 [goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Bump the pyflakes to 2.1.1 as min version to run pep8 jobs
on py3.8 which is default python vesion in ubuntu focal.

Bump cassandra-driver to 3.21.0 in lower-constraints.txt
since it is the min version with py3.8 support [2]

Bump kazoo to 2.8.0 in lower-constraints.txt
since it is the min version with py3.8 support [3]

Story: #2007865
Task: #40197

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html
[2] https://pypi.org/project/cassandra-driver/3.21.0/
[3] 6b6ffe62a0

Change-Id: I3a465aa0b26dd72432696d2dd19c955eb3e974e5
2020-10-13 16:07:06 +02:00

47 lines
1.2 KiB
INI

[metadata]
name = monasca-persister
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database.
python-requires = >=3.6
classifier=
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Topic :: System :: Monitoring
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords = openstack monitoring storage
description-file = README.rst
home-page = https://opendev.org/openstack/monasca-persister
license = Apache
[entry_points]
console_scripts =
monasca-persister = monasca_persister.persister:main
oslo.config.opts =
monasca_persister = monasca_persister.conf:list_opts
[files]
packages =
monasca_persister
data_files =
/etc/monasca =
etc/monasca/persister-logging.conf
[extras]
influxdb =
influxdb>=2.9.2 # MIT
cassandra =
cassandra-driver>=3.21.0 # Apache-2.0
elasticsearch =
elasticsearch<3.0.0,>=2.0.0 # Apache-2.0
[pbr]
autodoc_index_modules = True