RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1443693 - failing to override "system.certificate_version" with a custom fact
Summary: failing to override "system.certificate_version" with a custom fact
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.4
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Jiri Hnidek
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-19 18:28 UTC by John Sefler
Modified: 2017-08-01 19:23 UTC (History)
4 users (show)

Fixed In Version: subscription-manager-1.19.10-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-01 19:23:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github candlepin subscription-manager pull 1604 0 None closed 1443693: Enable to overwrite system.certificate_version with custom fact 2020-10-11 01:15:39 UTC
Red Hat Product Errata RHBA-2017:2083 0 normal SHIPPED_LIVE python-rhsm and subscription-manager bug fix and enhancement update 2017-08-01 18:14:19 UTC

Description John Sefler 2017-04-19 18:28:39 UTC
Description of problem:
This is a regression in behavior... The offending subscription-manager commit is f27dafb75bc8a2e20bd8ded0414344ea7b5eade9

Version-Release number of selected component (if applicable):
[root@jsefler-rhel7 ~]# rpm -q subscription-manager python-rhsm
subscription-manager-1.19.8-1.el7.x86_64
python-rhsm-1.19.5-1.el7.x86_64



How reproducible:


Steps to Reproduce:
[root@jsefler-rhel7 ~]# echo '{"system.certificate_version":"1.0"}' > /etc/rhsm/facts/custom.facts
[root@jsefler-rhel7 ~]# subscription-manager facts | grep certificate_version
system.certificate_version: 3.2


Actual results:
system.certificate_version: 3.2

Expected results:
system.certificate_version: 1.0


Additional info:
This does not affect all facts.  For example, a custom fact for "cpu.cpu_socket(s)" is working as expected...
[root@jsefler-rhel7 ~]# subscription-manager facts | grep cpu.cpu_socket
cpu.cpu_socket(s): 2
[root@jsefler-rhel7 ~]# echo '{"cpu.cpu_socket(s)":"1"}' > /etc/rhsm/facts/custom.facts
[root@jsefler-rhel7 ~]# subscription-manager facts | grep cpu.cpu_socket
cpu.cpu_socket(s): 1

Comment 3 Jiri Hnidek 2017-04-24 19:47:22 UTC
I can confirm this behavior in master too. Output from /var/log/rhsm/rhsm.log in upstream version shows that subscription-manager reads custom.facts twice:

2017-04-24 21:42:47,515 [INFO] subscription-manager:3061:MainThread @custom.py:85 - Loading custom facts from: /etc/rhsm/facts/custom.facts
2017-04-24 21:42:47,522 [INFO] subscription-manager:3061:MainThread @custom.py:85 - Loading custom facts from: /etc/rhsm/facts/custom.facts

but subscription-manager (version 1.17.15) reads it only once.

Comment 5 Shwetha Kallesh 2017-05-03 06:10:01 UTC
[root@dhcp71-191 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 0.9.51.21-1
subscription management rules: 5.15.1
subscription-manager: 1.19.12-1.el7
python-rhsm: 1.19.6-1.el7


[root@dhcp71-191 ~]# subscription-manager facts | grep certificate_version
system.certificate_version: 3.2


[root@dhcp71-191 ~]# echo '{"system.certificate_version":"1.0"}' > /etc/rhsm/facts/custom.facts[root@dhcp71-191 ~]# subscription-manager facts | grep certificate_versionsystem.certificate_version: 1.0

Comment 6 errata-xmlrpc 2017-08-01 19:23:41 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:2083


Note You need to log in before you can comment on or make changes to this bug.