Bug 1894926
Summary: | overcloud deployment errors out at step2 while pulling redis image (tls-e) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Luca Miccini <lmiccini> | ||||||
Component: | openstack-tripleo-heat-templates | Assignee: | Michele Baldessari <michele> | ||||||
Status: | CLOSED ERRATA | QA Contact: | David Rosenfeld <drosenfe> | ||||||
Severity: | urgent | Docs Contact: | |||||||
Priority: | urgent | ||||||||
Version: | 13.0 (Queens) | CC: | aschultz, dciabrin, mburns, michele, spower | ||||||
Target Milestone: | z14 | Keywords: | Regression, Triaged, ZStream | ||||||
Target Release: | 13.0 (Queens) | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | openstack-tripleo-heat-templates-8.4.1-74.el7ost | Doc Type: | No Doc Update | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2020-12-16 13:55:09 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: | |||||||||
Attachments: |
|
Description
Luca Miccini
2020-11-05 12:53:51 UTC
The pcmk containers aren't managed by paunch so should not be in the paunch configuration. We did not see this upstream on the ovb jobs which utilize pacemaker. Please provide the system logs and paunch.log Created attachment 1726898 [details]
paunch.log controller-0
Created attachment 1726899 [details]
journal
Investigating, it looks like paunch should be managing redis but the tag was changed like it was managed under pacemaker. It seems to be specific to redis at the moment. Can you also provide the templates used in the deployment? (In reply to Alex Schultz from comment #4) > Investigating, it looks like paunch should be managing redis but the tag was > changed like it was managed under pacemaker. It seems to be specific to > redis at the moment. Can you also provide the templates used in the > deployment? thanks Alex for the fast triage, this is indeed something in THT (redis with tls-e) that messes up things for pauch. We're having a look. [root@undercloud-0 database]# diff redis.yaml.old redis.yaml
271c271
< image: *redis_image_pcmklatest
---
> image: *redis_config_image
(using redis_config_image for the tls proxy seems to be enough).
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 (Red Hat OpenStack Platform 13.0 director bug fix 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-2020:5575 |