Bug 1709846
Summary: | OVN upgrade from osp13 to osp14 failed on Overcloud upgrade preparation step | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> |
Component: | openstack-tripleo-heat-templates | Assignee: | Jose Luis Franco <jfrancoa> |
Status: | CLOSED ERRATA | QA Contact: | Sasha Smolyak <ssmolyak> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 14.0 (Rocky) | CC: | abishop, aschultz, dbecker, jfrancoa, lbezdick, mburns, morazi, rrasouli |
Target Milestone: | z3 | Keywords: | Triaged, ZStream |
Target Release: | 14.0 (Rocky) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-9.3.1-0.20190513171736.9995be9.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-02 20:08:47 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: |
Description
Eran Kuris
2019-05-14 12:06:32 UTC
Might https://bugs.launchpad.net/tripleo/+bug/1759326 related? Hello Eran, would it be possible to login into some environment with the issue reproduced? From the logs I really can't see what's the reason why that service wouldn't be found...the default resource_registry is setting it to Noop (Heat::None), so it should just be skipped...and I can't find any service name missmatching... Thanks. (In reply to Jose Luis Franco from comment #4) > Hello Eran, > > would it be possible to login into some environment with the issue > reproduced? From the logs I really can't see what's the reason why that > service wouldn't be found...the default resource_registry is setting it to > Noop (Heat::None), so it should just be skipped...and I can't find any > service name missmatching... > > Thanks. Luis, I don't have the setup but I will try to reproduce it on one of my hosts and I will post the details. CinderBackendPure is an optional service associated with the cinder driver associated with the Pure Storage SAN. Upstream patches merged on stable/rocky [1] and stable/queens [2] on March 18. I think what may have happened (I'd need to see fresh deployment logs) is the OSP-13 build contained the patch that added support for the service, but the version of OSP-14 is _not_ contain the corresponding patch. I think the problem will not occur as long as both OSP-13 and 14 contain the patch that adds support for CinderBackendPure. [1] https://review.opendev.org/641764 [2] https://review.opendev.org/641766 The patch seems to be include in the rhos-14.0-patches already, probably part of some periodic import. The issue was fixed and verified: https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/network/view/networking-ovn/job/DFG-network-networking-ovn-upgrade-13-14_director-rhel-virthost-3cont_2comp_2net-ipv4-geneve-composable/102/ core_puddle: 2019-05-15.1 (osp13) core_puddle: 2019-05-31.1 (osp14) 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:1672 |