966742ec74
This PS restores image build for ubuntu_bionic and adds appropriate gates to keep it tested by appropriate functional and integratinal tests. Also the latest osh-infra commit was used with kubernetes 1.27.1 or integration tests. Make images section of Makefile was enriched with run_armada step in order to quicktest the freshly built images - this is vital for focal and bionic images differences. Change-Id: Ida43eebd4aa51fff6261ac9cf5f8259359bc99a9
60 lines
1.4 KiB
INI
60 lines
1.4 KiB
INI
[metadata]
|
|
name = Armada
|
|
version = 1.1
|
|
summary = Tool for managing multiple Helm charts with dependencies by centralizing all configurations in a single Armada YAML and providing life-cycle hooks for all Helm releases.
|
|
description_file = README.rst
|
|
author = The Airship Authors
|
|
author_email = airship-discuss@lists.airshipit.org
|
|
home_page = https://airshipit.org
|
|
|
|
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.8
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[files]
|
|
packages =
|
|
armada
|
|
armada.cli
|
|
armada.api
|
|
armada.handlers
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
armada = armada.shell:main
|
|
oslo.config.opts =
|
|
armada.conf = armada.conf.opts:list_opts
|
|
oslo.policy.policies =
|
|
armada = armada.common.policies:list_rules
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[nosetests]
|
|
verbosity=3
|
|
with-doctest=1
|
|
|
|
[yapf]
|
|
based_on_style = pep8
|
|
blank_line_before_nested_class_or_def = true
|
|
blank_line_before_module_docstring = true
|
|
split_before_logical_operator = false
|