Hi All,
I am trying to setup OpenStack platform on standalone deployment where try to enable repository however, getting below error as does not match the vaild repository id. If someone face same issue or help it's really appreciated.
[stack@localhost ~]$ sudo subscription-manager repos --enable=rhel-8-for-x86_64-baseos-eus-rpms --enable=rhel-8-for-x86_64-appstream-eus-rpms --enable=rhel-8-for-x86_64-highavailability-eus-rpms --enable=ansible-2.9-for-rhel-8-86_64-rpms --enable=openstack-16.1-for-rhel-8-x86_64-rpms --enable=fast-datapath-for-rhel-8-x86_64-rpms --enable=advanced-virt-for-rhel-8-x86_64-rpms
Error: 'ansible-2.9-for-rhel-8-86_64-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.
Error: 'openstack-16.1-for-rhel-8-x86_64-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.
Error: 'fast-datapath-for-rhel-8-x86_64-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.
Error: 'advanced-virt-for-rhel-8-x86_64-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories.
Repository 'rhel-8-for-x86_64-baseos-eus-rpms' is enabled for this system.
Repository 'rhel-8-for-x86_64-appstream-eus-rpms' is enabled for this system.
Repository 'rhel-8-for-x86_64-highavailability-eus-rpms' is enabled for this system.
Hi @NSINGH
There is a typo in the repo ID you are trying to enable of ansible-2.9. The right repository ID is ansible-2.9-for-rhel-8-x86_64-rpms.
In the other three cases you will need a Red Hat Subscription that includes those repositories. If you want to check if a particular repository is available in the Red Hat Subscription you can use the following command:
# subscription-manager repos --list | grep <REPO_ID>
I have register the subscriptions (not purchage) however, still have the same issue for remaning repository.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.