Bug 2093228
| Summary: | Upgrade [OSP16.2 -> OSP17.1] after undercloud upgrade command "openstack overcloud status" does not work properly | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Juan Badia Payno <jbadiapa> |
| Component: | python-tripleoclient | Assignee: | Rabi Mishra <ramishra> |
| Status: | CLOSED ERRATA | QA Contact: | David Rosenfeld <drosenfe> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.2 (Train) | CC: | cjeanner, hbrock, jpretori, jschluet, jslagle, kthakre, mburns, pweeks, ramishra |
| Target Milestone: | z4 | Keywords: | Triaged |
| Target Release: | 16.2 (Train on RHEL 8.4) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-tripleoclient-12.6.1-2.20220725105244.8cc1d6d.el8ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-12-07 19:23:13 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: | |||
Rabi, this should move to 17.1? 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 (Release of components for Red Hat OpenStack Platform 16.2.4), 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-2022:8794 |
After upgrading the undercloud to osp17.0 the command "openstack overcloud status" does not work. [stack@undercloud-0 ~]$ source stackrc (undercloud) [stack@undercloud-0 ~]$ openstack overcloud status --stack qe-Cloud-0 /usr/lib64/python3.6/site-packages/_yaml/__init__.py:23: DeprecationWarning: The _yaml extension module is now located at yaml._yaml and its location is subject to change. To use the LibYAML-based parser and emitter, import from `yaml`: `from yaml import CLoader as Loader, CDumper as Dumper`. DeprecationWarning No deployment was found for qe-Cloud-0 (undercloud) [stack@undercloud-0 ~]$ tree overcloud-deploy/ overcloud-deploy/ ├── qe-Cloud-0 │ ├── heat-db.sql-1653691625.9356685.tar.bzip2 -> /home/stack/overcloud-deploy/undercloud-upgrade-ephemeral-heat/heat-launcher/heat-db.sql-1653691625.9356685.tar.bzip2 │ ├── tripleo-qe-Cloud-0-baremetal-deployment.yaml │ ├── tripleo-qe-Cloud-0-network-data.yaml │ ├── tripleo-qe-Cloud-0-passwords.yaml │ └── tripleo-qe-Cloud-0-virtual-ips.yaml └── undercloud-upgrade-ephemeral-heat └── heat-launcher ├── heat-db.sql └── heat-db.sql-1653691625.9356685.tar.bzip2