Bug 2097844
Summary: | OSP17 overcloud config download command fails due to missing playbook | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | David Rosenfeld <drosenfe> |
Component: | python-tripleoclient | Assignee: | Brendan Shephard <bshephar> |
Status: | CLOSED ERRATA | QA Contact: | David Rosenfeld <drosenfe> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 17.0 (Wallaby) | CC: | bshephar, cjeanner, hbrock, jamsmith, jslagle, mburns, slinaber |
Target Milestone: | ga | Keywords: | Triaged |
Target Release: | 17.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-tripleoclient-16.4.1-1.20220820221953.1cc14be.el9ost | Doc Type: | Bug Fix |
Doc Text: |
Before this update, the `overcloud config download` command failed with a traceback error because the command attempted to reach the Orchestration service (heat) to perform the download. The Orchestration service no longer persistently runs on the undercloud. With this update, the `overcloud config download` command is removed. Instead, you can use your `overcloud deploy` command with the `--stack-only` option.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-08-16 01:11:21 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
David Rosenfeld
2022-06-16 16:48:45 UTC
Hey David, I proposed a change to fix the name of the playbook: https://review.opendev.org/c/openstack/python-tripleoclient/+/846241 However, this still won't work as it requires Heat to be running: 2022-06-16 21:38:00.911166 | 02346700-0004-820b-4c4f-00000000000c | TASK | Download config 2022-06-16 21:38:03.907542 | 02346700-0004-820b-4c4f-00000000000c | FATAL | Download config | localhost | error={"changed": false, "error": "Could not find requested endpoint in Service Catalog.", "msg": "Error downloading config for overcloud: Could not find requested endpoint in Service Catalog.", "success": false} Which is because it needs to connect to Heat to perform the download: https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/ansible_plugins/modules/tripleo_config_download.py#L103 So my assumption would be that we probably don't need this command in OSP17, as overcloud deploy with --stack-only should do the same thing now. I'll defer to Slagle to see if he feels the same about this one. Should we just drop overcloud config download now, since it would require that we start Heat, restore from the backup and then do the download config. Seems like it might be unnecessary now and we can achieve the same thing via other means. I proposed that we drop this command in favour of just using --stack-only with overcloud deploy: https://review.opendev.org/c/openstack/python-tripleoclient/+/846243 (In reply to Brendan Shephard from comment #2) > I proposed that we drop this command in favour of just using --stack-only > with overcloud deploy: > > https://review.opendev.org/c/openstack/python-tripleoclient/+/846243 I like that approach Brendan, thanks. Started the cherry-pick. Giving this to you, Brendan. The cherry-pick is stuck without any vote (please act on it ;)) - it will therefore miss the deadline for 17.0 Beta. Is it something we actually need in 17.0 (meaning more than probably 17.0.1), or can it wait for 17.1? Asking also @drosenfe since you opened the issue. It's a failing regression test, isn't it? I found this BZ with a failing regression job. However, since the resolution was to remove the command I updated the job to remove executing the command in versions OSP17 and up. This command won't fail jobs going forward. Moving to 17.1 then. Meaning we just need to get the patch in stable/wallaby. Patch was merged in stable/wallaby. It could probably still make 17.0 right? Changing back to OSP17.0 GA since we should be able to land this now that it's in stable/wallaby Bulk moving target milestone to GA after the release of Beta on 14th June '23. 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.1 (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-2023:4577 |