c57f201c7c
OpenStack is dropping the py2.7 support in ussuri cycle. monasca-agent 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: I6cd8c92e4c7c9228ae14596e1535f40184a5ae22
87 lines
2.4 KiB
INI
87 lines
2.4 KiB
INI
[metadata]
|
|
name = monasca-agent
|
|
maintainer = OpenStack
|
|
maintainer_email = openstack-discuss@lists.openstack.org
|
|
description-file = README.rst
|
|
summary = Monitoring agent for gathering metrics and sending them to the Monasca API.
|
|
home-page = https://github.com/openstack/monasca-agent
|
|
keywords=
|
|
openstack
|
|
monitoring
|
|
license = Apache-2
|
|
include_package_data = True
|
|
test_suite = nose.collector
|
|
classifier=
|
|
Development Status :: 5 - Production/Stable
|
|
License :: OSI Approved :: Apache Software License
|
|
Topic :: System :: Monitoring
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
monasca_agent
|
|
monasca_setup
|
|
data_files=
|
|
share/monasca/agent =
|
|
agent.yaml.template
|
|
packaging/monasca-collector.service.template
|
|
packaging/monasca-forwarder.service.template
|
|
packaging/monasca-statsd.service.template
|
|
packaging/monasca-agent.target.template
|
|
share/monasca/agent/conf.d = conf.d/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
monasca-forwarder = monasca_agent.forwarder.daemon:main
|
|
monasca-collector = monasca_agent.collector.daemon:main
|
|
monasca-statsd = monasca_agent.statsd.daemon:main
|
|
monasca-setup = monasca_setup.main:main
|
|
monasca_agent.collector.virt =
|
|
libvirt = monasca_agent.collector.virt.libvirt.inspector:LibvirtInspector
|
|
hyperv = monasca_agent.collector.virt.hyperv.inspector:HyperVInspector
|
|
vsphere = monasca_agent.collector.virt.vmware.inspector:VsphereInspector
|
|
xenapi = monasca_agent.collector.virt.xenapi.inspector:XenapiInspector
|
|
|
|
# list of extra dependencies that are required by some plugin
|
|
# for details see #PEP0426
|
|
[extras]
|
|
influxdb =
|
|
toml
|
|
influxdb_relay =
|
|
toml
|
|
kafka_plugin =
|
|
monasca-common>=1.4.0 # Apache-2.0
|
|
kubernetes_api =
|
|
ipaddress>=1.0.16 #python_version<'3.3' # PSF
|
|
libvirt =
|
|
libvirt-python>=3.5.0 # LGPLv2+
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-neutronclient>=6.3.0 # Apache-2.0
|
|
prometheus =
|
|
prometheus_client # Apache-2.0
|
|
ovs =
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-neutronclient>=6.3.0 # Apache-2.0
|
|
swift_handoffs =
|
|
swift >= 2.0.0 # Apache-2.0
|
|
cert_file_check =
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|