Bug 1359760
Summary: | python-cradox not installed during upgrade | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Yurii Prokulevych <yprokule> |
Component: | openstack-tripleo-heat-templates | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 9.0 (Mitaka) | CC: | dbecker, jason.dobies, jjoyce, jstransk, mburns, mcornea, mlammon, morazi, ohochman, pkilambi, rhel-osp-director-maint, sgordon, tvignaud |
Target Milestone: | ga | Keywords: | Triaged |
Target Release: | 9.0 (Mitaka) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-2.0.0-23.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-11 11:36:49 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: | 1351784 |
Description
Yurii Prokulevych
2016-07-25 12:16:04 UTC
I tried to work around this by manually installing python-cradox before the converge step of the upgrade, and i saw a fully successful converge with no services stopped. Is python-cradox a hard dependency of Gnocchi -- should this be fixed on RPM spec level? We already install gnocchi packages so it could get pulled in automatically after that. If it's a soft dependency, we can install it during the upgrade explicitly. patch submitted to mitaka upgrades so python-cradox is installed explicitly during upgrades https://review.openstack.org/#/c/347873/ the python-cradox package should be installed on the overcloud machines post-upgrade the bug is ON_QA, but atm the latest puddle do not contain: openstack-tripleo-heat-templates-2.0.0-23.el7ost should be re-test in next puddle. *** Bug 1351784 has been marked as a duplicate of this bug. *** 8.0 GA - > 9 Upgrade I followed the latest upgrade guide and finished on 02 AUG 16 (http://etherpad.corp.redhat.com/ospd9-upgrade) Initial deployment: openstack overcloud deploy --templates --control-scale 3 --compute-scale 1 --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server clock.redhat.com --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml --ceph-storage-scale 1 Initial step in documentation was removed so I did not follow it. (# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1359760 run-on-overcloud 'sudo yum -y install python-cradox') I did not see the reported issue and verified this pkg installed as well Verify on controller node: [root@overcloud-controller-0 heat-admin]# rpm -qa | grep cradox python-cradox-1.1.8-2.el7ost.x86_64 [root@overcloud-controller-1 ~]# rpm -qa | grep cradox python-cradox-1.1.8-2.el7ost.x86_64 [root@overcloud-controller-2 ~]# rpm -qa | grep cradox python-cradox-1.1.8-2.el7ost.x86_64 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://rhn.redhat.com/errata/RHEA-2016-1599.html |