0a50ff4f89
With the openstack-helm upversion, we noticed that the Panko project was
retired [1][2]. Since this chart is currently disabled by default, we
didn't notice it, but we need to take action to remove the chart
references from stx-openstack.
[1] 160529ef90
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022337.html
TEST PLAN
PASS Build and install stx-openstack with the change
PASS Verified no override namespaces were generated to Panko via `system
helm-override-list` and `system helm-override-show wr-openstack
panko openstack`
FAIL (expected) Tried to enable the Panko chart using `system
helm-chart-attribute-modify --enabled true wr-openstack panko
openstack
PASS Enabled aodh, ceilometer, gnocchi and re-appplied
Story: 2009161
Task: 44072
Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: I2dc99a5d86933b36cc635124aca779e3bb20a7d0
74 lines
3.1 KiB
INI
74 lines
3.1 KiB
INI
[metadata]
|
|
name = k8sapp-openstack
|
|
summary = StarlingX sysinv extensions for stx-openstack
|
|
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_openstack
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
systemconfig.helm_applications =
|
|
openstack = systemconfig.helm_plugins.openstack
|
|
|
|
systemconfig.helm_plugins.openstack =
|
|
001_ingress = k8sapp_openstack.helm.ingress:IngressHelm
|
|
002_mariadb = k8sapp_openstack.helm.mariadb:MariadbHelm
|
|
003_garbd = k8sapp_openstack.helm.garbd:GarbdHelm
|
|
004_rabbitmq = k8sapp_openstack.helm.rabbitmq:RabbitmqHelm
|
|
005_memcached = k8sapp_openstack.helm.memcached:MemcachedHelm
|
|
006_keystone = k8sapp_openstack.helm.keystone:KeystoneHelm
|
|
007_heat = k8sapp_openstack.helm.heat:HeatHelm
|
|
008_horizon = k8sapp_openstack.helm.horizon:HorizonHelm
|
|
009_glance = k8sapp_openstack.helm.glance:GlanceHelm
|
|
010_openvswitch = k8sapp_openstack.helm.openvswitch:OpenvswitchHelm
|
|
011_libvirt = k8sapp_openstack.helm.libvirt:LibvirtHelm
|
|
012_neutron = k8sapp_openstack.helm.neutron:NeutronHelm
|
|
013_nova = k8sapp_openstack.helm.nova:NovaHelm
|
|
014_nova-api-proxy = k8sapp_openstack.helm.nova_api_proxy:NovaApiProxyHelm
|
|
015_cinder = k8sapp_openstack.helm.cinder:CinderHelm
|
|
016_gnocchi = k8sapp_openstack.helm.gnocchi:GnocchiHelm
|
|
017_ceilometer = k8sapp_openstack.helm.ceilometer:CeilometerHelm
|
|
018_aodh = k8sapp_openstack.helm.aodh:AodhHelm
|
|
019_openstack-helm-toolkit = k8sapp_openstack.helm.helm_toolkit:HelmToolkitHelm
|
|
020_barbican = k8sapp_openstack.helm.barbican:BarbicanHelm
|
|
021_keystone-api-proxy = k8sapp_openstack.helm.keystone_api_proxy:KeystoneApiProxyHelm
|
|
022_ceph-rgw = k8sapp_openstack.helm.swift:SwiftHelm
|
|
023_ironic = k8sapp_openstack.helm.ironic:IronicHelm
|
|
024_placement = k8sapp_openstack.helm.placement:PlacementHelm
|
|
025_nginx-ports-control = k8sapp_openstack.helm.nginx_ports_control:NginxPortsControlHelm
|
|
026_fm-rest-api = k8sapp_openstack.helm.fm_rest_api:FmRestApiHelm
|
|
027_dcdbsync = k8sapp_openstack.helm.dcdbsync:DcdbsyncHelm
|
|
028_openstack-psp-rolebinding = k8sapp_openstack.helm.psp_rolebinding:PSPRolebindingHelm
|
|
029_pci-irq-affinity-agent = k8sapp_openstack.helm.pci_irq_affinity_agent:PciIrqAffinityAgentHelm
|
|
|
|
systemconfig.armada.manifest_ops =
|
|
openstack = k8sapp_openstack.armada.manifest_openstack:OpenstackArmadaManifestOperator
|
|
|
|
systemconfig.app_lifecycle =
|
|
openstack = k8sapp_openstack.lifecycle.lifecycle_openstack:OpenstackAppLifecycleOperator
|
|
|
|
[wheel]
|
|
universal = 1
|