Hide Forgot
Description of problem: Due to requirements for how we plan to organize products, python-rhsm certificate library needs to be updated to read and parse the OID's for product cert provided tags, and entitlement cert (content) required tags.
Fixed as of 1189f1a32e8e161f5acea3725ca08c87f49876d6 and python-rhsm-0.95.4-1.
Version... [root@jsefler-onprem03 ~]# rpm -q python-rhsm python-rhsm-0.95.4-1.git.0.1189f1a.el6.noarch ssh root.redhat.com yum repolist enabled --disableplugin=rhnplugin Stdout: Loaded plugins: product-id, refresh-packagekit, subscription-manager Updating Red Hat repositories. repo id repo name status always-enabled-content always-enabled-content 0 content-label content 0 repolist: 0 Stderr: DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG1', skipping content: tagged-content DEBUG:rhsm-app.repolib:Missing required tag 'TAG2', skipping content: tagged-content INFO:rhsm-app.repolib:repos updated: 12 https://cdn.redhat.com/foo/path/always/repodata/repomd.xml: [Errno 14] HTTP Error 403 : https://cdn.redhat.com/foo/path/always/repodata/repomd.xml Trying other mirror. ExitCode: 0 Devan, I suspect the DEBUG statements ^^^^ being logged to stderr should be removed.
Yes looks like misconfigured logging in the yum plugin, probably should be considered as a separate issue. (non-blocker)
Comment #3 opened as bug #683968 Verified support for content tagging has been incorporated in this build # rpm -q python-rhsm python-rhsm-0.95.4-1.git.0.1189f1a.el6.noarch moving to VERIFIED Additional Info: Existing automated test coverage has been retrofitted to assert that yum repolist excludes enabled content sets in a granted entitlement cert from being accessed when the content namespace contains the requiredTags OID with values that are not 100% "provided" by the currently installed product certs. At the moment I cannot test the case when the product certs do provide 100% of the required tags because such a cert has never been cut. This is future test work.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0608.html