tripleo-ci/setup.cfg
Chandan Kumar (raukadah) a34719ac32 Fix oooci-build-images role to consume with build-image
In order to consume with oooci-build-images role with TQE
build-images role, it needs following changes:
* Install python-tripleoclient as pre.yaml will be not running all
  the stuff will be consumed via rpm only and it enabled only
  when to_build param is defined.
* Activate virtualenv only when venv exists
* Add role under setup.cfg so that TQ discovers it in runtime
* Put openstack/tripleo-ci as external repos so that toci script
  will copy and install the required roles.
* Added build_all_images var to build both overcloud and IPA images.
  It defaults to false.

Change-Id: Iabe30da1672c40d684cbf718abecb0040ae699f2
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2020-04-24 19:52:26 +05:30

46 lines
1.0 KiB
INI

[metadata]
name = tripleo-ci
summary = TripleO documentation
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://opendev.org/openstack/tripleo-ci
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
[files]
data_files =
usr/local/share/ansible/roles = roles/*
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1
[pbr]
warnerrors = False
[tool:pytest]
norecursedirs = .git .tox dist .eggs
log_cli = true
[flake8]
# based on https://github.com/psf/black
ignore = E203,E501,W503,W504,D
# "D" added because we do not use docstrings checks, yet