Bug 2109495
Summary: | Hosts unreachable during gather_facts and return exit status 4 leading to ovb job failure | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Chandan Kumar <chkumar> |
Component: | distribution | Assignee: | OSP Team <rhos-maint> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lon Hohberger <lhh> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16.2 (Train) | CC: | akahat, jjoyce, jschluet, mburns, mgarciac, ramishra, rlandy, shrjoshi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-27 08:59:26 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
Chandan Kumar
2022-07-21 12:03:38 UTC
In passing log ``` 2022-07-18 00:25:00.806929 | primary | 2022-07-18 00:25:00.806980 | primary | PLAY [setup dstat performance monitoring] ************************************** 2022-07-18 00:25:00.887341 | primary | 2022-07-18 00:25:00.887425 | primary | TASK [Gathering Facts] ********************************************************* 2022-07-18 00:25:00.887464 | primary | Monday 18 July 2022 00:25:00 -0400 (0:00:00.399) 2:33:56.921 *********** 2022-07-18 00:25:27.688942 | primary | ok: [overcloud-controller-2] 2022-07-18 00:25:59.164076 | primary | ok: [127.0.0.2] 2022-07-18 00:26:00.075704 | primary | ok: [overcloud-novacompute-0] 2022-07-18 00:26:06.448511 | primary | ok: [overcloud-controller-0] 2022-07-18 00:26:08.157595 | primary | ok: [overcloud-controller-1] ``` and playbook exit status ``` 022-07-18 01:57:38.648215 | primary | PLAY RECAP ********************************************************************* 2022-07-18 01:57:38.648237 | primary | 127.0.0.2 : ok=4 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 2022-07-18 01:57:38.648242 | primary | localhost : ok=18 changed=7 unreachable=0 failed=0 skipped=74 rescued=0 ignored=0 2022-07-18 01:57:38.648246 | primary | overcloud-controller-0 : ok=8 changed=5 unreachable=0 failed=0 skipped=5 rescued=0 ignored=2 2022-07-18 01:57:38.648252 | primary | overcloud-controller-1 : ok=8 changed=5 unreachable=0 failed=0 skipped=5 rescued=0 ignored=2 2022-07-18 01:57:38.648257 | primary | overcloud-controller-2 : ok=8 changed=5 unreachable=0 failed=0 skipped=5 rescued=0 ignored=2 2022-07-18 01:57:38.648315 | primary | overcloud-novacompute-0 : ok=8 changed=5 unreachable=0 failed=0 skipped=5 rescued=0 ignored=2 2022-07-18 01:57:38.648323 | primary | undercloud : ok=300 changed=124 unreachable=0 failed=0 skipped=484 rescued=0 ignored=5 2022-07-18 01:57:38.648343 | primary | 2022-07-18 01:57:38.648481 | primary | Monday 18 July 2022 01:57:38 -0400 (0:00:00.242) 4:06:34.682 *********** 2022-07-18 01:57:38.648491 | primary | =============================================================================== 2022-07-18 01:57:38.650861 | primary | os_tempest : Execute tempest tests ----------------------------------- 5236.49s 2022-07-18 01:57:38.650933 | primary | overcloud-deploy : Deploy the overcloud ------------------------------ 4699.41s 2022-07-18 01:57:38.650942 | primary | tripleo.operator.tripleo_undercloud_install : undercloud install ----- 2374.66s 2022-07-18 01:57:38.650951 | primary | repo-setup : Setup repos on live host --------------------------------- 474.41s 2022-07-18 01:57:38.650960 | primary | undercloud-setup : Run the package installation script ---------------- 363.06s 2022-07-18 01:57:38.650969 | primary | tripleo.operator.tripleo_overcloud_node_introspect : Introspect node -- 341.45s 2022-07-18 01:57:38.650977 | primary | validate-perf : Install the latest version of dstat on overcloud ------- 85.40s 2022-07-18 01:57:38.650985 | primary | Gathering Facts -------------------------------------------------------- 68.32s 2022-07-18 01:57:38.650993 | primary | modify-image : Close initramfs image ----------------------------------- 57.33s 2022-07-18 01:57:38.651002 | primary | os_tempest : Install distro packages ----------------------------------- 35.80s 2022-07-18 01:57:38.651010 | primary | tripleo.operator.tripleo_overcloud_node_import : Import node(s) -------- 35.57s 2022-07-18 01:57:38.651018 | primary | tripleo.operator.tripleo_overcloud_image_upload : Overcloud image upload -- 26.00s 2022-07-18 01:57:38.651034 | primary | os_tempest : Executing python-tempestconf ------------------------------ 25.62s 2022-07-18 01:57:38.651046 | primary | build-test-packages : Pip install pre-installed DLRN ------------------- 23.60s 2022-07-18 01:57:38.651055 | primary | overcloud-prep-images : List overcloud flavors for Nova deployment ----- 22.65s 2022-07-18 01:57:38.651062 | primary | os_tempest : Create router --------------------------------------------- 17.18s 2022-07-18 01:57:38.651068 | primary | build-test-packages : Clean up loop devices created by mock ------------ 15.53s 2022-07-18 01:57:38.651074 | primary | build-test-packages : Check loop devices stat -------------------------- 15.34s 2022-07-18 01:57:38.651080 | primary | validate-perf : Install the latest version of dstat on overcloud ------- 13.88s 2022-07-18 01:57:38.651086 | primary | modify-image : Extract initramfs image --------------------------------- 10.56s 2022-07-18 01:57:39.289865 | primary | +(./toci_quickstart.sh:161): main(): exit_value=0 2022-07-18 01:57:39.291586 | primary | +(./toci_quickstart.sh:164): main(): [[ 0 == 0 ]] 2022-07-18 01:57:39.293276 | primary | +(./toci_quickstart.sh:164): main(): echo 'Playbook run of ovb.yml passed successfully' 2022-07-18 01:57:39.293341 | primary | Playbook run of ovb.yml passed successfully 2022-07-18 01:57:39.293348 | primary | +(./toci_quickstart.sh:165): main(): [[ 0 != 0 ]] 2022-07-18 01:57:39.296453 | primary | +(./toci_quickstart.sh:167): main(): [[ 0 == 0 ]] 2022-07-18 01:57:39.296517 | primary | +(./toci_quickstart.sh:167): main(): echo 'Playbook run passed successfully' 2022-07-18 01:57:39.296525 | primary | Playbook run passed successfully 2022-07-18 01:57:39.296531 | primary | +(./toci_quickstart.sh:170): main(): echo 'Quickstart completed.' 2022-07-18 01:57:39.296552 | primary | Quickstart completed. 2022-07-18 01:57:39.296557 | primary | +(./toci_quickstart.sh:171): main(): exit 0 2022-07-18 01:57:39.326978 | primary | +(/home/zuul/src/opendev.org/openstack/tripleo-ci/toci_gate_test.sh:193): main(): echo 'Run completed' 2022-07-18 01:57:39.327059 | primary | Run completed 2022-07-18 05:57:40.519850 | primary | ok: Runtime: 4:09:35.890357 2022-07-18 05:57:40.640590 | 2022-07-18 05:57:40.640799 | PLAY RECAP 2022-07-18 05:57:40.640907 | primary | ok: 11 changed: 7 unreachable: 0 failed: 0 skipped: 9 rescued: 0 ignored: 0 ``` |