2718c1fe0d
This change has passed the Promenade resiliency gate. - Use `master` versions of armada/tiller charts. - Use consistent and updated HTK version in tests/examples. - Fixes resiliency gate which broke due to missed HTK version updates [0]. - Updates for "opendev" rebranding. [0]: https://review.opendev.org/#/c/659863/ Change-Id: Ic145cde908a383b5130b2b0294d48708fcb1823f
30 lines
836 B
INI
30 lines
836 B
INI
[metadata]
|
|
name = promenade
|
|
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.5
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[files]
|
|
packages =
|
|
promenade
|
|
data_files =
|
|
schemas = schemas/*
|
|
templates = templates/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
promenade=promenade.cli:promenade
|