-
Bug
-
Resolution: Done
-
Blocker
-
6.16.0
Description of problem:
Disconnected install script fails on enabling satellite:el8 modules
How reproducible:
always
Steps to Reproduce:
1. Prepare a RHEL9 machine for disconnected installation
2. Prepare and mount RHEL9 and Satellite media
3. Launch install script
Actual behavior:
# ./install_packages This script will install the satellite packages on the current machine. - Ensuring we are in an expected directory. - Copying installation files. - Creating Satellite Repository File - Creating Maintenance Repository File - Checking to see if Satellite is already installed. - Importing the gpg key. Error: Problems in request: missing groups or modules: satellite:el8 Error while executing command: 'dnf module enable -y satellite:el8'
Expected behavior:
Succesful installation
Additional info:
Before the script fails it actually creates and configures repo files, so manual installation (dnf install satellite) can be launched and it installs Satellite successfully