[node-patches] Change in ovirt-node[master]: Persist /var/lib/rhsm out of the box

rbarry at redhat.com rbarry at redhat.com
Wed Oct 28 14:28:04 UTC 2015


Ryan Barry has uploaded a new change for review.

Change subject: Persist /var/lib/rhsm out of the box
......................................................................

Persist /var/lib/rhsm out of the box

RHSM entitlements and Satellite6 activations with activation keys
expect to be able to write data in /var/lib/rhsm.

Since this occurs simultaneously with subscription-manager, it
cannot happen after subscription-manager runs. We could run it
beforehand, but there is no activationkey integration in the TUI,
which leaves little recourse other than using the shell.

This should be transparent to users. Persist it at install time.

Change-Id: I8f39f7f5d738fb5f9d372823c55b25d8f190f2fc
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1275597
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirtnode/ovirtfunctions.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/23/47823/1

diff --git a/src/ovirtnode/ovirtfunctions.py b/src/ovirtnode/ovirtfunctions.py
index d152bc1..d5caf33 100644
--- a/src/ovirtnode/ovirtfunctions.py
+++ b/src/ovirtnode/ovirtfunctions.py
@@ -82,6 +82,7 @@
                        "/etc/logrotate.d/ovirt-node",
                        "/var/lib/random-seed",
                        "/var/lib/glusterd",
+                       "/var/lib/rhsm",
                        "/etc/sysconfig/virt-who"]
 
 OVIRT_VARS = {}


-- 
To view, visit https://gerrit.ovirt.org/47823
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f39f7f5d738fb5f9d372823c55b25d8f190f2fc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list