Thanks @matemikulic
Even though you only have yum repos, I’m thinking this problem may be due to puppet-related code. Can you try the following:
- In that file, change
:puppet:
totrue
- Restart all services:
foreman-maintain service restart
- Enter the console:
foreman-rake console
- In the Rails console, execute the following command:
::Katello::ContentViewVersion.all.each(&:update_content_counts!)
- Exit the console (
exit
) and try the promotion again.
Let me know how that goes. thanks!