Bug 1803434
| Summary: | [Updates] undercloud update tripleo-container-image-prepare failed on cleanup param OSP14 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ronnie Rasouli <rrasouli> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Sofer Athlan-Guyot <sathlang> |
| Status: | CLOSED NOTABUG | QA Contact: | Sasha Smolyak <ssmolyak> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 14.0 (Rocky) | CC: | jfrancoa, lbezdick, mburns |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| 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: | 2020-04-30 16:34:13 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1731505 | ||
@Ronnie, Is it ok if we close this BZ? OSP14 is EOL already. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |
Description of problem: The undercloud container image prepare is failing on task: tripleo-container-image-prepare fatal: [undercloud-0]: FAILED! => {"changed": true, "cmd": "sudo /usr/bin/tripleo-container-image-prepare --roles-file /tmp/ansible.VO2T2D-role-data --environment-file /tmp/ansible.HyGeQP-prepare-param --cleanup par Version-Release number of selected component (if applicable): core_puddle: 2019-06-26.1 How reproducible: 100% Steps to Reproduce: 1. deploy osp14 3 controllers 3 CEPH 2 computes 2. upgrade the undercloud 3. start the tripleo-container-image-prepare Actual results: failed 2020-01-30 15:04:36 | TASK [Run tripleo-container-image-prepare] ************************************* 2020-01-30 15:04:57 | [WARNING]: Consider using 'become', 'become_method', and 'become_user' rather 2020-01-30 15:04:57 | than running sudo 2020-01-30 15:04:57 | fatal: [undercloud-0]: FAILED! => {"changed": true, "cmd": "sudo /usr/bin/tripleo-container-image-prepare --roles-file /tmp/ansible.nrsoJ6-role-data --environment-file /tmp/ansible.rxNzhK-prepare-param --cleanup partial 2> ../install-undercloud.log", "delta": "0:00:21.346065", "end": "2020-01-30 15:04:57.602118", "msg": "non-zero return code", "rc": 1, "start": "2020-01-30 15:04:36.256053", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2020-01-30 15:04:57 | 2020-01-30 15:04:57 | NO MORE HOSTS LEFT ************************************************************* 2020-01-30 15:04:57 | 2020-01-30 15:04:57 | PLAY RECAP ********************************************************************* 2020-01-30 15:04:57 | undercloud-0 : ok=203 changed=61 unreachable=0 failed=1 2020-01-30 15:04:57 | 2020-01-30 15:04:57 | Exception: Deployment failed 2020-01-30 15:04:57 | Traceback (most recent call last): 2020-01-30 15:04:57 | File "/usr/lib/python2.7/site-packages/tripleoclient/v1/tripleo_deploy.py", line 1205, in _standalone_deploy 2020-01-30 15:04:57 | raise exceptions.DeploymentError('Deployment failed') 2020-01-30 15:04:57 | DeploymentError: Deployment failed Expected results: no errors Additional info: