Bug 2217589 - [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
Summary: [FFU] Error: The following files were not found: /home/stack/tmp/baremetal_de...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-release
Version: 17.1 (Wallaby)
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Jason Joyce
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-26 18:07 UTC by Ricardo Diaz
Modified: 2023-08-04 14:19 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-06-27 16:16:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-26076 0 None None None 2023-06-26 18:08:57 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.