ansible-role-collect-logs/setup.cfg
Sorin Sbarnea 6fa88b23f3 Make collection commands configurable
Allows further extension of the collection commands
* use a dictionary to define them, and their names
* making the output logging implicit (DRY)

No behavior change is expected from this change, same output files and
content is expected.

Change-Id: Ib243b0d3345faa57d9bf2e034b14e332b0e8cb80
Task: https://tree.taiga.io/project/tripleo-ci-board/task/1528
2020-03-12 17:19:42 +00:00

48 lines
1.6 KiB
INI

[metadata]
name = ansible-role-collect-logs
summary = ansible-role-collect-logs - An Ansible role for aggregating logs from different nodes.
description-file =
README.rst
author = TripleO Team
author-email = openstack-discuss@lists.openstack.org
home-page = https://opendev.org/openstack/ansible-role-collect-logs
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/local/share/ansible/roles/collect-logs/defaults = defaults/*
usr/local/share/ansible/roles/collect-logs/meta = meta/*
usr/local/share/ansible/roles/collect-logs/tasks = tasks/*
usr/local/share/ansible/roles/collect-logs/templates = templates/*
usr/local/share/ansible/roles/collect-logs/files = files/*
usr/local/share/ansible/roles/collect-logs/filter_plugins = filter_plugins/*
usr/local/share/ansible/roles/collect-logs/library = library/*
usr/local/share/ansible/roles/collect-logs/module_utils = module_utils/*
usr/local/share/ansible/roles/collect-logs/vars = vars/*
usr/local/share/ansible/roles/collect-logs/scripts = scripts/*
usr/local/share/ansible/roles/collect-logs/docs = docs/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# E265 deals with spaces inside of comments
show-source = True
ignore = E123,E125,E265
builtins = _