Bug 2217589

Summary: [FFU] 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
Product: Red Hat OpenStack Reporter: Ricardo Diaz <rdiazcam>
Component: rhosp-releaseAssignee: Jason Joyce <jjoyce>
Status: CLOSED NOTABUG QA Contact: Arik Chernetsky <achernet>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 17.1 (Wallaby)CC: ekuris, jjoyce, jpretori
Target Milestone: ---Keywords: UpgradeBlocker
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-06-27 16:16:09 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 Ricardo Diaz 2023-06-26 18:07:16 UTC
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:

Comment 1 Ricardo Diaz 2023-06-27 16:16:09 UTC
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.