![Leonardo Fagundes Luz Serrano](/assets/img/avatar_default.png)
Fixed versioning and adjusted some build files to bring them as close to a standard as possible. - Removed centos files - Added version tracking via GITREVCOUNT - Fixed mismatch in plugin name, set to python3-k8sapp-<app> - Standardized plugin debian files (rules, *.install) - Plugin wheels saved to /plugin instead of /plugin/<app> Test Plan: PASS - Build-pkgs -a PASS - Build-image PASS - Install, bootstrap, unlock PASS - app tarball contains wheel file PASS - wheel versioning updated properly Story: 2010542 Task: 47199 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: Ia945e29b1b02195234119b75f6ce155d58e92bca
44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
[metadata]
|
|
name = k8sapp-istio
|
|
summary = StarlingX sysinv extensions for istio
|
|
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 :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
k8sapp_istio
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
systemconfig.helm_applications =
|
|
istio = systemconfig.helm_plugins.istio
|
|
|
|
systemconfig.helm_plugins.istio =
|
|
001_istio-operator = k8sapp_istio.helm.istio_operator:IstioHelm
|
|
002_kiali-server = k8sapp_istio.helm.kiali_server:KialiHelm
|
|
|
|
systemconfig.app_lifecycle =
|
|
istio = k8sapp_istio.lifecycle.lifecycle_istio:IstioAppLifecycleOperator
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|