openstack overcloud export ceph --stackopenstack overcloud export ceph --stack central --output-file central_ceph_external.yaml /usr/lib/python3.9/site-packages/ansible/_vendor/__init__.py:42: UserWarning: One or more Python packages bundled by this ansible-core distribution were already loaded (pyparsing). This may result in undefined behavior. warnings.warn('One or more Python packages bundled by this ansible-core distribution were already ' Exception occured while running the command Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/tripleoclient/command.py", line 34, in run super(Command, self).run(parsed_args) File "/usr/lib/python3.9/site-packages/osc_lib/command/command.py", line 39, in run return super(Command, self).run(parsed_args) File "/usr/lib/python3.9/site-packages/cliff/command.py", line 186, in run return_code = self.take_action(parsed_args) or 0 File "/usr/lib/python3.9/site-packages/tripleoclient/v1/overcloud_export_ceph.py", line 105, in take_action cephs.append(export.export_ceph(stack, File "/usr/lib/python3.9/site-packages/tripleoclient/export.py", line 215, in export_ceph with open(file, 'r') as ff: FileNotFoundError: [Errno 2] No such file or directory: '/home/stack/overcloud-deploy/central/config-download/central/cephadm/ceph_client.yml' [Errno 2] No such file or directory: '/home/stack/overcloud-deploy/central/config-download/central/cephadm/ceph_client.yml'
The fixes were tested and failed so a follow up patch will be needed.
We see the following failure (which is just the fall back of the python-tripleoclient patch): FileNotFoundError: [Errno 2] No such file or directory: '/home/stack/ceph_client.yaml' and the exported file is found in the wrong place: /usr/share/ansible/tripleo-playbooks/cephadm/ceph_client.yml
Are there any pending patches to move this forward?
(In reply to Yaniv Kaul from comment #7) > Are there any pending patches to move this forward? Yes, this patch solves the issue. https://review.opendev.org/c/openstack/tripleo-ansible/+/849572/ While I was on PTO it was reverted however, so I'm now following up to restore it and solve the root cause of why it was reverted.
Fix in the works: https://review.opendev.org/q/topic:bug%252F1981634
Testing the following fixes https://review.opendev.org/c/openstack/python-tripleoclient/+/850309 https://review.opendev.org/c/openstack/tripleo-ansible/+/850307
TRAC have moved this to GA blocker but not a Beta blocker.
Disregard TM change
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