This is workaround to preinstall centos-release-scl-rh rpm from Foreman 2.2 as developers dropped the rpm from nightly repo.
This rpm being in nightly repo helped with RHEL + CentOS scl-rh enablement
But this was a hack there should be implemented a proper way in forklift for RHEL + SCL.
Until implement we go with this workaround.
Fixes:
[root@foreman.example.com] out: TASK [foreman_repositories : Install centos-release-scl-rh] ********************
[root@foreman.example.com] out: fatal: [foreman.example.com]: FAILED! => changed=false
[root@foreman.example.com] out: msg: No package matching 'centos-release-scl-rh' found available, installed or updated
[root@foreman.example.com] out: rc: 126
[root@foreman.example.com] out: results:
[root@foreman.example.com] out: - No package matching 'centos-release-scl-rh' found available, installed or updated
[root@foreman.example.com] out:
This is workaround to preinstall
centos-release-scl-rh
rpm from Foreman 2.2 as developers dropped the rpm from nightly repo.This rpm being in nightly repo helped with RHEL + CentOS scl-rh enablement But this was a hack there should be implemented a proper way in forklift for RHEL + SCL.
Until implement we go with this workaround.
Fixes: