Issue
Description of problem: leapp preupgrade --target 9.0 trying to download from satellite server 6.10 with path:
content/dist/rhel9/9.0/x86_64/appstream/os/repodata/repomd.xml
but satellite actually publish at:
content/dist/rhel9/9/x86_64/appstream/os/repodata/repomd.xml
so it is failed
and can't ran leapp preupgrade --target 9 as it will get error:
error: argument --target: invalid choice: '9' (choose from '9.0')
Version-Release number of selected component (if applicable):
leapp-0.15.0-2.el8.noarch
How reproducible: use RHEL8.7 and satellite 6.10, it will happen.
Steps to Reproduce:
1. build new server with RHEL8.7
2. use satellite server 6.10
3. run leapp -preupgrade --target 9.0
Actual results:
Error: Failed to download metadata for repo 'rhel-9-for-x86_64-appstream-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Expected results:
go through
Additional info:
i believe it is leapp not coordinate with satellite properly causing issue