Skip to content

Instantly share code, notes, and snippets.

@jyotty
Created January 18, 2017 23:50
Show Gist options
  • Save jyotty/ab60f6fcea7640f607f1f96ec1d281e7 to your computer and use it in GitHub Desktop.
Save jyotty/ab60f6fcea7640f607f1f96ec1d281e7 to your computer and use it in GitHub Desktop.
SoftLayer rhsm.conf changes
[root@ironic-bm01 ~]# diff -u /etc/rhsm/rhsm.conf{.rpmnew,}
--- /etc/rhsm/rhsm.conf.rpmnew 2016-09-13 10:37:34.000000000 -0500
+++ /etc/rhsm/rhsm.conf 2017-01-16 13:32:44.153947329 -0600
@@ -3,10 +3,10 @@
# Unified Entitlement Platform Configuration
[server]
# Server hostname:
-hostname = subscription.rhsm.redhat.com
+hostname = rhnsatdal0601.service.networklayer.com
# Server prefix:
-prefix = /subscription
+prefix = /rhsm
# Server port:
port = 443
@@ -32,13 +32,13 @@
[rhsm]
# Content base URL:
-baseurl= https://cdn.redhat.com
+baseurl= https://rhnsatdal0601.service.networklayer.com/pulp/repos
# Server CA certificate location:
ca_cert_dir = /etc/rhsm/ca/
# Default CA cert to use when generating yum repo configs:
-repo_ca_cert = %(ca_cert_dir)sredhat-uep.pem
+repo_ca_cert = %(ca_cert_dir)skatello-server-ca.pem
# Where the certificates should be stored
productCertDir = /etc/pki/product
@@ -49,7 +49,7 @@
manage_repos = 1
# Refresh repo files with server overrides on every yum command
-full_refresh_on_yum = 0
+full_refresh_on_yum = 1
# If set to zero, the client will not report the package profile to
# the subscription management service.
@@ -67,11 +67,4 @@
# Interval to run auto-attach (in minutes):
autoAttachInterval = 1440
-[logging]
-default_log_level = INFO
-# subscription_manager = DEBUG
-# subscription_manager.managercli = DEBUG
-# rhsm = DEBUG
-# rhsm.connection = DEBUG
-# rhsm-app = DEBUG
-# rhsm-app.rhsmd = DEBUG
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment