Hi all,
We have deployed a test environment with foreman 1.16 and katello 3.5 to manage centos7 machines. It seems to be working fine and we can register the servers using “subscription-manager” and the yum repos in the “content view” are deployed and can be used to install new rpms.
While testing the available options for the “subscription-manager” utility I noticed that there is an option subscription-manager release --list
but when I try it I only get No release versions available, please check subscriptions.
What’s the right way to enable different centos releases available in subscription-manager? Should I add multiple yum repos for different centos releases and then they will be available? Or is there anything extra I should do?
Our current content view includes these repos:
http://mirror.switch.ch/ftp/mirror/centos/7.4.1708/os/x86_64/
http://mirror.switch.ch/ftp/mirror/centos/7.4.1708/extras/x86_64/
http://mirror.switch.ch/ftp/mirror/centos/7.4.1708/updates/x86_64/
Should I also add these yum repos to the same “content view” to enable another centos release?
http://vault.centos.org/7.3.1611/os/x86_64/
http://vault.centos.org/7.3.1611/extras/x86_64/
http://vault.centos.org/7.3.1611/updates/x86_64/
Or is this done in a different way? Is it possible at all to provide multiple centos release versions in “subscription-manager”?
thanks in advance for your help.