Bug 1962225
| Summary: | [OSP16.1][Validation] collect-flavors-and-verify-profiles fails with exception during pre-upgrade group in FFU | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jose Luis Franco <jfrancoa> | |
| Component: | openstack-tripleo-validations | Assignee: | David Vallee Delisle <dvd> | |
| Status: | CLOSED ERRATA | QA Contact: | nlevinki <nlevinki> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 16.1 (Train) | CC: | dvd, gchamoul, jjoyce, jschluet, mschuppe, slinaber, tvignaud | |
| Target Milestone: | z7 | Keywords: | Patch, Triaged | |
| Target Release: | 16.1 (Train on RHEL 8.2) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-tripleo-validations-11.3.2-1.20210531133305.4db92ba.el8ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1966412 (view as bug list) | Environment: | ||
| Last Closed: | 2021-12-09 20:19:39 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: | Train | |
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1966412 | |||
This is happenning because the "password" variable is not in the variables anymore. Looking for a possible solution like using os_auth_token instead. 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 16.1.7 (Train) bug fix and enhancement 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-2021:3762 |
Description of problem: During the execution of the pre-upgade group right before starting with the upgrade of the Overcloud nodes, the validation collect-flavors-and-verify-profiles fails with the following output: { "hosts": { "undercloud": { "_ansible_no_log": false, "action": "check_flavors", "failed": true, "msg": "An unhandled exception occurred while running the lookup plugin 'roles_info'. Error was a <class 'swiftclient.exceptions.ClientException'>, original message: Authorization Failure. A user and password or token is required." } }, "name": "Collect and check the flavors", "status": "FAILED" } A reproducer can be created if required. I'll try to post more logging information in a follow up comment. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: