2f2455f0d1
This PS restores image build for ubuntu_bionic and adds appropriate gates to keep it tested by appropriate functional and integrational tests. Change-Id: I8ef524a1f66f1a88593a18334b8c37c4db0175c6
30 lines
866 B
INI
30 lines
866 B
INI
[metadata]
|
|
name = promenade
|
|
version = 1.1
|
|
summary = Promenade is a tool for bootstrapping a resilient kubernetes cluster and managing its life-cycle via helm charts.
|
|
description_file = README.md
|
|
author = The Airship Authors
|
|
author_email = airship-discuss@lists.airshipit.org
|
|
home_page = https://opendev.org/airship/promenade
|
|
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[files]
|
|
packages =
|
|
promenade
|
|
data_files =
|
|
schemas = schemas/*
|
|
templates = templates/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
promenade=promenade.cli:promenade
|