Bug 1651123
| Summary: | [RHOS14][dry-run] Dry run fails on ensure we create a new fetch_directory or use the old fetch_directory | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Gurenko Alex <agurenko> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Emilien Macchi <emacchi> |
| Status: | CLOSED ERRATA | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 14.0 (Rocky) | CC: | aschultz, emacchi, mburns, mcornea, nbarcet, slinaber |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-9.0.1-0.20181013060888.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-11 11:54:45 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: | |||
I've tested upstream patch on downstream puddle 2018-11-13.1 and dry-run completed successfully, waiting for downstream puddle with a fix. Verified on puddle 2018-11-21.2 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, 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-2019:0045 |
Description of problem: dry run fails its run on task: ensure we create a new fetch_directory or use the old fetch_directory Version-Release number of selected component (if applicable): puddle 2018-11-13.1 How reproducible: 100% Steps to Reproduce: 1. Try performing dry run according to docs 2. 3. Actual results: TASK [ensure we create a new fetch_directory or use the old fetch_directory] **************************************************************************************************************************************** fatal: [undercloud]: FAILED! => {"msg": "The conditional check 'curl_get_http_status.stdout != \"200\"' failed. The error was: error while evaluating conditional (curl_get_http_status.stdout != \"200\"): 'dict object' has no attribute 'stdout'\n\nThe error appears to have been in '/home/stack/config-download/external_deploy_steps_tasks.yaml': line 215, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n GET \"{{ swift_get_url }}\"\n - fail:\n ^ here\n"} NO MORE HOSTS LEFT ************************************************************************************************************************************************************************************************** to retry, use: --limit @/home/stack/config-download/deploy_steps_playbook.retry PLAY RECAP ********************************************************************************************************************************************************************************************************** ceph-0 : ok=121 changed=47 unreachable=0 failed=0 ceph-1 : ok=121 changed=47 unreachable=0 failed=0 ceph-2 : ok=121 changed=47 unreachable=0 failed=0 compute-0 : ok=142 changed=64 unreachable=0 failed=0 compute-1 : ok=142 changed=64 unreachable=0 failed=0 controller-0 : ok=190 changed=102 unreachable=0 failed=0 controller-1 : ok=188 changed=101 unreachable=0 failed=0 controller-2 : ok=188 changed=101 unreachable=0 failed=0 undercloud : ok=30 changed=16 unreachable=0 failed=1 Expected results: Dry run completes successfully Additional info: