Bug 1613601
| Summary: | THT should have an option to disable Panko completely. | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Keigo Noha <knoha> | |
| Component: | openstack-tripleo-heat-templates | Assignee: | Vinay Kapalavai <vkapalav> | |
| Status: | CLOSED ERRATA | QA Contact: | Nataf Sharabi <nsharabi> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 13.0 (Queens) | CC: | aaustin, ccopello, k-akatsuka, lnatapov, mabaakou, mburns, mfuruta, mmagr, pkilambi, ssmolyak, vkapalav | |
| Target Milestone: | z5 | Keywords: | Triaged, ZStream | |
| Target Release: | 13.0 (Queens) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-tripleo-heat-templates-8.2.0-2.el7ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1679774 (view as bug list) | Environment: | ||
| Last Closed: | 2019-03-14 13:54:51 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1581780, 1679774 | |||
|
Description
Keigo Noha
2018-08-08 01:00:51 UTC
There is a way to disable any service via resource_registry in environment file, but we can provide special environment file to disable panko. Hello Mehdi, Can I ask one thing? The upstream gerrit doesn't handle the ceilometer-agent-notification container issue in the case description. The current upstream gerrit seems to trigger the issue which ceilometer-agent-notification cannot be started by requirement of panko directory. Could you fix this issue also? *** Bug 1633900 has been marked as a duplicate of this bug. *** *** Bug 1642492 has been marked as a duplicate of this bug. *** tested with openstack-tripleo-heat-templates-8.2.0-4.el7ost.noarch
/usr/share/openstack-tripleo-heat-templates/environments/disable-panko.yaml has been added
# This heat environment can be used to disable panko services.
# Panko should not be used in most deployement, but we can't yet remove it from
# the default setup.
resource_registry:
OS::TripleO::Services::PankoApi: OS::Heat::None
parameter_defaults:
CeilometerEnablePanko: false
EventPipelinePublishers:
- gnocchi://?archive_policy=high
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0448 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |