Cannot see all Red Hat Repositories

Problem:

Today i refreshed the manifest expecting to have the new repositories for ansible from RHEL (rhel-7-server-ansible-2.5-rpms), but i can’t see listed under “Red Hat Repositories” menu.

So i downloaded from RH Portal my manifest and unzipping it and checking in the files inside if found that the new product Red Hat Ansible Engine is reported in several places.

subscription-manager list --consumed on a vm after the manifest refresh reports:

Subscription Name: Red Hat Enterprise Linux for Virtual Datacenters, Standard
Provides: Red Hat Software Collections (for RHEL Server)
Red Hat Beta
Red Hat Software Collections Beta (for RHEL Server)
Oracle Java (for RHEL Server)
Red Hat Developer Toolset (for RHEL Server)
Red Hat Enterprise Linux Server
dotNET on RHEL (for RHEL Server)
Red Hat Developer Tools Beta (for RHEL Server)
Red Hat Ansible Engine
Red Hat Developer Tools (for RHEL Server)
Red Hat Enterprise Linux Atomic Host
Red Hat Enterprise Linux Atomic Host Beta
SKU: RH00050
[…]
Starts: 01/01/18
Ends: 01/07/18
System Type: Virtual

So it seems that i’m entitled, but katello cannot import it.

Anyone having the same experience?

Expected outcome:

RHEL repos for ansible appear in the list of syncable repositories

Foreman and Proxy versions:
foreman-1.15.2-1.el7.noarch
foreman-proxy-1.15.2-1.el7.noarch
katello-3.4.4-2.el7.noarch

Just to add infos,

i’ve been able to identify the product id of ansible in my katello through some queries in the db. Now with hammer i can see:

[root@katel001 foreman]#  RHEL7 $ hammer repository-set list --product-id 51 --organization-id 3
-----|------|---------------------------------------------------------------------------------
ID   | TYPE | NAME                                                                            
-----|------|---------------------------------------------------------------------------------
7021 | yum  | Red Hat Ansible Engine 2.5 Debug RPMs for Red Hat Enterprise Linux 7 Server     
7016 | yum  | Red Hat Ansible Engine 2 RPMs for Red Hat Enterprise Linux 7 Server             
7017 | yum  | Red Hat Ansible Engine 2 Source RPMs for Red Hat Enterprise Linux 7 Server      
6521 | yum  | Red Hat Ansible Engine 2.4 Beta Debug RPMs for Red Hat Enterprise Linux 7 Server
6520 | yum  | Red Hat Ansible Engine 2.4 Beta Source RPMs for Red Hat Enterprise Linux 7 Se...
7019 | yum  | Red Hat Ansible Engine 2.5 RPMs for Red Hat Enterprise Linux 7 Server           
6518 | yum  | Red Hat Ansible Engine 2.4 Debug RPMs for Red Hat Enterprise Linux 7 Server     
7018 | yum  | Red Hat Ansible Engine 2 Debug RPMs for Red Hat Enterprise Linux 7 Server       
6519 | yum  | Red Hat Ansible Engine 2.4 Beta RPMs for Red Hat Enterprise Linux 7 Server      
6516 | yum  | Red Hat Ansible Engine 2.4 RPMs for Red Hat Enterprise Linux 7 Server           
6517 | yum  | Red Hat Ansible Engine 2.4 Source RPMs for Red Hat Enterprise Linux 7 Server    
7020 | yum  | Red Hat Ansible Engine 2.5 Source RPMs for Red Hat Enterprise Linux 7 Server    
-----|------|---------------------------------------------------------------------------------

But i don’t see any entry in the gui.

opened a bug report: Bug #23247: Red Hat Repositories UI doesn't show all repository sets, instead hammer does. - Foreman

I’ve been able to enable the repositories i wasn’t finding in the gui with the cli:

hammer repository-set enable --product-id 51 --organization-id 3 --id 7019 --basearch=‘x86_64’

Works, but is not the desired user experience.

Luca