9a9f159769
The log-gearman-client and log-gearman-worker scripts have been moved from puppet-log_processor repository [1] to this project. Ported files also include patch that was giving capability with Python3 [2] and fixed pep8 errors. [1] https://opendev.org/opendev/puppet-log_processor [2] https://review.opendev.org/c/opendev/puppet-log_processor/+/809424 Change-Id: I353f98bd07d0c21b80f92307806b50da4c7ee39c
27 lines
740 B
INI
27 lines
740 B
INI
[metadata]
|
|
name = loggearman
|
|
summary = OpenStack Log Processor Module
|
|
description_file =
|
|
README.rst
|
|
author = Openstack Contributors
|
|
author_email = service-discuss@lists.opendev.org
|
|
home_page = http://docs.openstack.org/infra/ci-log-processing
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
warning-is-error = 1
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
log-gearman-client = loggearman.client:main
|
|
log-gearman-worker = loggearman.worker:main
|