Bug 2108580
| Summary: | 503 Service Unavailable on os_tempest Ensure private network exists task | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Chandan Kumar <chkumar> |
| Component: | tripleo-ansible | Assignee: | OSP Team <rhos-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 17.0 (Wallaby) | CC: | chrisw, jschluet, scohen, ykarel |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tripleo-ansible-3.3.1-0.20220720020859.fa5422f.el9ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-09-21 12:24:05 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: | |||
Fix verified following the below jobs: https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/build/a5b8b7c92bfd4cf59b84e5beb48b1e50 https://sf.hosted.upshift.rdu2.redhat.com/logs/19/408119/13/check/periodic-tripleo-ci-rhel-9-ovb-3ctlr_1comp-featureset035-internal-rhos-17/a5b8b7c/logs/undercloud/var/log/extra/rpm-list.txt.gz rpm installed: tripleo-ansible-3.3.1-0.20220720020859.fa5422f.el9osttrunk.noarch https://sf.hosted.upshift.rdu2.redhat.com/logs/19/408119/13/check/periodic-tripleo-ci-rhel-9-ovb-3ctlr_1comp-featureset035-internal-rhos-17/a5b8b7c/job-output.txt 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 17.0 (Wallaby)), 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/RHEA-2022:6543 |
Description of problem: periodic-tripleo-ci-rhel-9-ovb-3ctlr_1comp-featureset035-internal-rhos-17 started failing from 2022-07-17 06:52:02 with following error: TASK [os_tempest : Ensure private network exists] ****************************** 2022-07-17 04:41:46.636286 | primary | Sunday 17 July 2022 04:41:46 -0400 (0:00:00.148) 1:31:43.786 *********** 2022-07-17 04:41:49.125870 | primary | FAILED - RETRYING: Ensure private network exists (5 retries left). 2022-07-17 04:42:01.280354 | primary | FAILED - RETRYING: Ensure private network exists (4 retries left). 2022-07-17 04:42:13.289411 | primary | FAILED - RETRYING: Ensure private network exists (3 retries left). 2022-07-17 04:42:25.210119 | primary | FAILED - RETRYING: Ensure private network exists (2 retries left). 2022-07-17 04:42:37.140032 | primary | FAILED - RETRYING: Ensure private network exists (1 retries left). 2022-07-17 04:42:49.242452 | primary | fatal: [undercloud -> undercloud]: FAILED! => {"attempts": 5, "changed": false, "extra_data": {"data": null, "details": "No server is available to handle this request.: 503 Service Unavailable", "response": "<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n"}, "msg": "HttpException: 503: Server Error for url: https://[2001:db8:fd00:1000::5]:13696/v2.0/networks?tenant_id=35b574f8a5fa4da78f25e37f477a34c2, No server is available to handle this request.: 503 Service Unavailable"} It is blocking the RHOS-17 RHEL-9 promotion line.