
This is a re-submission of [1], which was reverted due to issues with centos builds. This change can merge now that centos is no longer supported. Fixed versioning and adjusted some build files to bring them as close to a standard as possible. - Remove centos files - Fix mismatch in plugin name, set to python3-k8sapp-APP - Standardize plugin debian files (rules, *.install) - plugin wheels saved to /plugin instead of /plugin/<app> Note: - Version tracking changes made in [1] were not added here as they are addressed in a different commit [1] https://review.opendev.org/c/starlingx/oidc-auth-armada-app/+/868293 Test Plan: PASS build-pkgs PASS wheel version updated PASS app tarball contains wheel file Story: 2010542 Task: 47516 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: I18b99c9e68270b5dd5607ddaffb229904ac61c65
40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
[metadata]
|
|
name = k8sapp-oidc
|
|
summary = StarlingX sysinv extensions for oidc-auth-apps
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst
|
|
license = Apache 2.0
|
|
author = StarlingX
|
|
author-email = starlingx-discuss@lists.starlingx.io
|
|
home-page = https://www.starlingx.io/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
k8sapp_oidc
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
systemconfig.helm_applications =
|
|
oidc-auth-apps = systemconfig.helm_plugins.oidc_auth_apps
|
|
|
|
systemconfig.helm_plugins.oidc_auth_apps =
|
|
001_dex = k8sapp_oidc.helm.dex:Dex
|
|
002_oidc-client = k8sapp_oidc.helm.oidc_client:OidcClientHelm
|
|
003_secret-observer = k8sapp_oidc.helm.secret_observer:SecretObserverHelm
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|