Revert "Remove panko"

Panko removal had to be reverted as CF integration work was not completed
on time for train compatibility.

This reverts commit 2241528f4f.

Depends-On: Id7a1989d0a41d1563e3656dd6363ea1101a67139
Change-Id: Ide7aff1d41ae8df35035db944b8e8c28aa645a5c
Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
This commit is contained in:
Ryan McCabe 2020-01-30 12:41:44 -05:00
parent 78ac810aec
commit 449a77a42a
3 changed files with 2 additions and 7 deletions

View File

@ -1,6 +0,0 @@
---
deprecations:
- |
Panko which is part of the telemetry services has been deprecated in
Train. From now on, it is not deployed anymore in the Undercloud if the
telemetry has been enabled during the installation.

View File

@ -89,7 +89,7 @@ class StandaloneConfig(BaseConfig):
cfg.BoolOpt('enable_telemetry', cfg.BoolOpt('enable_telemetry',
default=telemetry, default=telemetry,
help=_('Whether to install Telemetry services ' help=_('Whether to install Telemetry services '
'(ceilometer, gnocchi, aodh) in the ' '(ceilometer, gnocchi, aodh, panko ) in the '
'Undercloud.') 'Undercloud.')
), ),
cfg.BoolOpt('enable_validations', cfg.BoolOpt('enable_validations',

View File

@ -89,6 +89,7 @@ USER_HOME = os.environ.get('HOME', '')
TELEMETRY_DOCKER_ENV_YAML = [ TELEMETRY_DOCKER_ENV_YAML = [
'environments/services/undercloud-gnocchi.yaml', 'environments/services/undercloud-gnocchi.yaml',
'environments/services/undercloud-aodh.yaml', 'environments/services/undercloud-aodh.yaml',
'environments/services/undercloud-panko.yaml',
'environments/services/undercloud-ceilometer.yaml'] 'environments/services/undercloud-ceilometer.yaml']
CONF = cfg.CONF CONF = cfg.CONF