Bug 1927356
| Summary: | [rhosp16.1] overcloud deployment hangs however ansible is complete | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ketan Mehta <kmehta> |
| Component: | python-tripleoclient | Assignee: | Rabi Mishra <ramishra> |
| Status: | CLOSED ERRATA | QA Contact: | David Rosenfeld <drosenfe> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 16.1 (Train) | CC: | aschultz, bdobreli, drosenfe, hbrock, jpretori, jslagle, mburns, mivollme, nchandek, ramishra, spower |
| Target Milestone: | z4 | Keywords: | Triaged |
| Target Release: | 16.1 (Train on RHEL 8.2) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-tripleoclient-12.3.2-1.20201114043247.1.el8ost tripleo-ansible-0.5.1-1.20201114030848.2.el8ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-17 15:36:53 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
Ketan Mehta
2021-02-10 15:35:09 UTC
[1] - https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/release_notes/chap-technical_notes#rhea_2020_4284_red_hat_openstack_platform_16_1_2_general_availability_advisory On the undercloud node, included this env file and ran undercloud install again. parameter_defaults: TokenExpiration: 86400 ZaqarWsTimeout: 86400 Overcloud deploy: openstack overcloud deploy --timeout 1440 <with-other-env-files> Set qe_test_coverage flag to - because problem was seen with 130 node deployment that is larger than can be included in Phase 3 regression. Also, the solution may be to use --quiet workaround. Scale test with 130 nodes can't be performed, but failure and fix can be simulated. The ttl value in /usr/lib/python3.6/site-packages/tripleoclient/plugin.py was lowered to from 43200 to 1000 and a deploy performed. In this case: openstack stack list - showed CREATE_COMPLETE for stack overcloud openstack overcloud status - showed DEPLOY_SUCCESS overcloud_install.log - Overcloud Deployed with error That verifies overcloud deploy uses the defined ttl and would use the new value: 'ttl': 43200 that is now included in plugin.py In addition the openstack overcloud failures command no longer shows any errors: (undercloud) [stack@undercloud-0 ~]$ openstack overcloud failures (undercloud) [stack@undercloud-0 ~]$ 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.4 director bug fix 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:0817 |