5e8915f1c8
This adds the python-logstash-async module to the list of packages that should be present in container images. This allows operators to configure direct-to-logstash logging from Nodepool. This matches a similar change in Zuul: I6764876c7e64afa94dcdf8f49215cf7abc607a57 Change-Id: I4f4a2ec7f7762fd3e431bfc49f3c7f37c520ed5a
41 lines
1.0 KiB
INI
41 lines
1.0 KiB
INI
[metadata]
|
|
name = nodepool
|
|
summary = Node pool management for a distributed test infrastructure
|
|
description-file =
|
|
README.rst
|
|
author = Zuul Team
|
|
author-email = zuul-discuss@lists.zuul-ci.org
|
|
home-page = https://zuul-ci.org/
|
|
python-requires = >= 3.6
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
nodepool = nodepool.cmd.nodepoolcmd:main
|
|
nodepool-builder = nodepool.cmd.builder:main
|
|
nodepool-launcher = nodepool.cmd.launcher:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[extras]
|
|
nodepool_base =
|
|
yappi
|
|
objgraph
|
|
python-logstash-async
|