
add focal dockerfile update zuul jobs for focal update tox for tox4 changes update all requirements to latest and match deckhand update cfssl from R1.2 to v1.6.3 fixed local gates for focal updated examples promenade manifests to run on focal Change-Id: I2af4043784766d36588c6f738053ad66e7b89a90
27 lines
767 B
INI
27 lines
767 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.8
|
|
|
|
[files]
|
|
packages =
|
|
promenade
|
|
data_files =
|
|
schemas = schemas/*
|
|
templates = templates/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
promenade=promenade.cli:promenade
|