Description of problem: When running the Overcloud Ctlplane System Upgrade FFU OSP17 stage got this error: ~~~ 2023-06-26 16:10:35 | 2023-06-26 16:10:35.450 18933 ERROR openstack [-] Error: The following files were not found: /home/stack/tmp/baremetal_deployment.yaml, /home/stack/tmp/generated-networks-deployed.yaml, /home/stack/tmp/generated-vip-deployed.yaml: osc_lib.exceptions.CommandError: Error: The following files were not found: /home/stack/tmp/baremetal_deployment.yaml, /home/stack/tmp/generated-networks-deployed.yaml, /home/stack/tmp/generated-vip-deployed.yaml ~~~ That error can be found in /home/stack/overcloud_upgrade_prepare.log When looking for those missing files got this: ~~~ [stack@undercloud-0 ~]$ find . -name "*deployment.yaml" ./tmp/overcloud-baremetal_deployment.yaml ./tripleo-overcloud-baremetal-deployment.yaml ./overcloud-deploy/overcloud/tripleo-overcloud-baremetal-deployment.yaml ./overcloud-deploy/overcloud/tripleo-heat-templates/baremetal-samples/baremetal_deployment.yaml [stack@undercloud-0 ~]$ find . -name "*deployed.yaml" ./tmp/overcloud-generated-networks-deployed.yaml ./tmp/overcloud-generated-vip-deployed.yaml ./overcloud-deploy/overcloud/tripleo-heat-templates/user-environments/overcloud-generated-networks-deployed.yaml ~~~ It looks like as if the files actually exist but prefixed by overcloud- Version-Release number of selected component (if applicable): 17.1 FFU How reproducible: 100% Steps to Reproduce: 1.Run Overcloud Ctlplane System Upgrade FFU OSP17 stage 2. 3. Actual results: Expected results: Additional info:
Closing the BZ since the necessary code still not merged, I'm working with work in progress changes. Indeed, after updating the necessary changes to a newer version, the problem seems to be solved.