Bug 981110

Summary: system.entitlement_valid is lost when list facts
Product: Red Hat Enterprise Linux 5 Reporter: qianzhan
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED NOTABUG QA Contact: IDM QE LIST <seceng-idm-qe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.10CC: bkearney, dgoodwin, gxing, liliu, qianzhan, sgao
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-08 11:28:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 840995    

Description qianzhan 2013-07-04 03:39:32 UTC
Description of problem:
system.entitlement_valid is lost when list facts

Version-Release number of selected component (if applicable):
katello-candlepin-cert-key-pair-1.0-1.noarch
katello-certs-tools-1.4.2-2.el6sat.noarch
katello-cli-1.4.2-8.el6sat.noarch
katello-cli-common-1.4.2-8.el6sat.noarch
katello-common-1.4.2-17.el6sam_splice.noarch
katello-configure-1.4.3-17.el6sam.noarch
katello-glue-candlepin-1.4.2-17.el6sam_splice.noarch
katello-glue-elasticsearch-1.4.2-17.el6sam_splice.noarch
katello-headpin-1.4.2-17.el6sam_splice.noarch
katello-headpin-all-1.4.2-17.el6sam_splice.noarch
katello-selinux-1.4.3-3.el6sat.noarch
signo-katello-0.0.18-1.el6sat.noarch
candlepin-0.8.9-1.el6_4.noarch
candlepin-scl-1-5.el6_4.noarch
candlepin-scl-quartz-2.1.5-5.el6_4.noarch
candlepin-scl-rhino-1.7R3-1.el6_4.noarch
candlepin-scl-runtime-1-5.el6_4.noarch
candlepin-tomcat6-0.8.9-1.el6_4.noarch
thumbslug-0.0.32-1.el6sam.noarch
thumbslug-selinux-0.0.32-1.el6sam.noarch
subscription-manager-1.8.11-1.el5

How reproducible:
always

Steps to Reproduce:
1.Register to SAM
[root@unused ~]# subscription-manager register
Username: admin
Password: 
The system has been registered with ID: 4a6be573-5378-4717-b6ca-4e195b279b2e 

2.Check system.entitlement_valid
[root@unused ~]# subscription-manager facts --list | grep system.entitlement
[root@unused ~]#

Actual results:
There is no 'system.entitlement_valid' when list facts

Expected results:
There should be 'system.entitlement_valid' when list facts


Additional info:

Comment 1 Devan Goodwin 2013-07-08 11:28:21 UTC
This was removed when the move was made to server side compliance checking. The client no longer calculated whether it's entitlements are valid or not, so the fact the client reports was removed.