The current implementation of the application framework requires that plugin names are unique across all applications loaded on the system. This adjusts the PSP RoleBinding and Helm Toolkit plugins so they don't conflict with other applications. Change-Id: Ia5e301d869a4e7200e92010e30f0ee93f2590472 Story: 2006537 Task: 40154 Signed-off-by: Robert Church <robert.church@windriver.com>
39 lines
1.2 KiB
Python
39 lines
1.2 KiB
Python
#
|
|
# Copyright (c) 2019-2020 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Helm: Supported charts:
|
|
# These values match the names in the chart package's Chart.yaml
|
|
HELM_CHART_AODH = 'aodh'
|
|
HELM_CHART_BARBICAN = 'barbican'
|
|
HELM_CHART_CEILOMETER = 'ceilometer'
|
|
HELM_CHART_CINDER = 'cinder'
|
|
HELM_CHART_FM_REST_API = 'fm-rest-api'
|
|
HELM_CHART_GARBD = 'garbd'
|
|
HELM_CHART_GLANCE = 'glance'
|
|
HELM_CHART_GNOCCHI = 'gnocchi'
|
|
HELM_CHART_HEAT = 'heat'
|
|
HELM_CHART_HELM_TOOLKIT = 'openstack-helm-toolkit'
|
|
HELM_CHART_HORIZON = 'horizon'
|
|
HELM_CHART_INGRESS = 'ingress'
|
|
HELM_CHART_IRONIC = 'ironic'
|
|
HELM_CHART_KEYSTONE = 'keystone'
|
|
HELM_CHART_KEYSTONE_API_PROXY = 'keystone-api-proxy'
|
|
HELM_CHART_LIBVIRT = 'libvirt'
|
|
HELM_CHART_MAGNUM = 'magnum'
|
|
HELM_CHART_MARIADB = 'mariadb'
|
|
HELM_CHART_MEMCACHED = 'memcached'
|
|
HELM_CHART_NEUTRON = 'neutron'
|
|
HELM_CHART_NGINX_PORTS_CONTROL = "nginx-ports-control"
|
|
HELM_CHART_NOVA = 'nova'
|
|
HELM_CHART_NOVA_API_PROXY = 'nova-api-proxy'
|
|
HELM_CHART_OPENVSWITCH = 'openvswitch'
|
|
HELM_CHART_PANKO = 'panko'
|
|
HELM_CHART_PLACEMENT = 'placement'
|
|
HELM_CHART_RABBITMQ = 'rabbitmq'
|
|
HELM_CHART_SWIFT = 'ceph-rgw'
|
|
HELM_CHART_DCDBSYNC = 'dcdbsync'
|
|
HELM_CHART_PSP_ROLEBINDING = 'openstack-psp-rolebinding'
|