Bug 1443159
Summary: | the default value for rhsmcertd splay configuration is not recognized by the config module | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | John Sefler <jsefler> |
Component: | subscription-manager | Assignee: | Jiri Hnidek <jhnidek> |
Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.4 | CC: | bcourt, csnyder, jhnidek, khowell, redakkan, skallesh |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | subscription-manager-1.19.16-1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-01 19:22:43 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: |
Description
John Sefler
2017-04-18 15:35:19 UTC
Here's another check to show that the splay configuration is missing... [root@jsefler-rhel7 ~]# subscription-manager config --help | grep rhsmcertd --rhsmcertd.certcheckinterval=RHSMCERTD.CERTCHECKINTERVAL Section: rhsmcertd, Name: certcheckinterval --rhsmcertd.autoattachinterval=RHSMCERTD.AUTOATTACHINTERVAL Section: rhsmcertd, Name: autoattachinterval [root@jsefler-rhel7 ~]# EXPECTED THESE TWO ADDITIONAL LINES... --rhsmcertd.splay=RHSMCERTD.SPLAY Section: rhsmcertd, Name: splay Also expecting bash completion to work... [root@jsefler-rhel7 ~]# subscription-manager config --rhsmcertd.<TAB><TAB> --rhsmcertd.autoattachinterval --rhsmcertd.certcheckinterval EXPECTED AN ADDITIONAL BASH COMPLETION FOR... --rhsmcertd.splay [root@dhcp71-27 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 2.1.0-1 subscription management rules: 5.23 subscription-manager: 1.19.16-1.el7 python-rhsm: 1.19.7-1.el7 Default value for rhsmcertd splay configuration: [root@dhcp71-27 ~]# subscription-manager config --list [server] hostname = skallesh-candlepin.usersys.redhat.com insecure = [0] no_proxy = [] port = 8443 prefix = /candlepin proxy_hostname = [] proxy_password = [] proxy_port = [] proxy_user = [] server_timeout = [180] ssl_verify_depth = [3] [rhsm] baseurl = [https://cdn.redhat.com] ca_cert_dir = [/etc/rhsm/ca/] consumercertdir = [/etc/pki/consumer] entitlementcertdir = [/etc/pki/entitlement] full_refresh_on_yum = [0] manage_repos = [1] pluginconfdir = [/etc/rhsm/pluginconf.d] plugindir = [/usr/share/rhsm-plugins] productcertdir = [/etc/pki/product] repo_ca_cert = /etc/rhsm/ca/redhat-uep.pem report_package_profile = [1] [rhsmcertd] autoattachinterval = [1440] certcheckinterval = [240] splay = [1] [logging] default_log_level = [INFO] [] - Default value in use [root@dhcp71-27 ~]# subscription-manager config --list | grep rhsmcertd -A10 [rhsmcertd] autoattachinterval = [1440] certcheckinterval = [240] splay = [1] [logging] default_log_level = [INFO] [] - Default value in use Help for splay: [root@dhcp71-27 ~]# subscription-manager config --help | grep rhsmcertd --rhsmcertd.splay=RHSMCERTD.SPLAY Section: rhsmcertd, Name: splay --rhsmcertd.certcheckinterval=RHSMCERTD.CERTCHECKINTERVAL Section: rhsmcertd, Name: certcheckinterval --rhsmcertd.autoattachinterval=RHSMCERTD.AUTOATTACHINTERVAL Section: rhsmcertd, Name: Bash completion: [root@dhcp71-27 ~]# subscription-manager config --rhsmcertd. --rhsmcertd.autoattachinterval --rhsmcertd.certcheckinterval --rhsmcertd.splay 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 |