Bug 1659866
| Summary: | Attempts to save initial overcloud state using "tempest cleanup --init-saved-state" fail for multiple reasons | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ganesh Kadam <gkadam> |
| Component: | openstack-tempest | Assignee: | Chandan Kumar <chkumar> |
| Status: | CLOSED WORKSFORME | QA Contact: | Martin Kopec <mkopec> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 13.0 (Queens) | CC: | apevec, chkumar, lhh, slinaber, udesale |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-14 16:19:00 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
Ganesh Kadam
2018-12-17 05:05:14 UTC
The biggest problem I see is the version of python-tempestconf. The tool has gone through a big refactoring and many improvements were implemented in python-tempestconf-2.0.0 and higher. So if you used tempest.conf generated by this old version of python-tempestconf, it's possible, that tempest.conf contained credentials or endpoint urls wrongly set, which could result in the issues you described. I'd recommend to use the newest python-tempestconf package and try again. I'm gonna try to reproduce this issue using the versions of packages you used and I'll let you know how it went. I have tried to reproduce this issue using the latest packages: rpm -qa | grep tempest openstack-tempest-18.0.0-5.el7ost.noarch python2-horizon-tests-tempest-0.0.1-0.20180219094157.a23f407.el7ost.noarch python2-tempest-18.0.0-5.el7ost.noarch python2-tempestconf-2.0.0-1.el7ost.noarch as well as the packages, which were mentioned in the bug description: $ rpm -qa | grep tempest python2-tempest-18.0.0-2.el7ost.noarch python2-tempestconf-1.1.5-0.20180326143753.f9d956f.el7ost.noarch openstack-tempest-18.0.0-2.el7ost.noarch but I couldn't reproduce it. As I mentioned earlier, the biggest problem I see is the old version of python-tempestconf, which went through major refactoring in version 2.0.0 and higher. I'd recommend to update the tempest packages. Another problem I see and I couldn't take into account in my testing is that Cu generated tempest.conf manually. Please, try to follow this documentation [1]. I'm gonna close this bug, but if you you experience the issue again, please, reopen it. If you reopen the bug, please, provide the following information: - tempest.conf used (the best way to share is via attachments) - list of packages installed ($ rpm -qa | grep tempest) - the exact steps which lead to the error (from creating tempest workspace, generating tempest.conf to running tempest) [1] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html-single/openstack_integration_test_suite_guide/index Best regards, Martin Kopec |