Sandro Bonazzola has uploaded a new change for review.

Change subject: sos: add ovirt-enging-reports and jboss runtime config
......................................................................

sos: add ovirt-enging-reports and jboss runtime config

add to the reports:

    /etc/ovirt-engine-reports
    |-- ovirt-engine-reports.conf.d
    |   |-- 10-setup-jboss.conf
    |   `-- 10-setup-protocols.conf
    `-- sso.properties

    /var/lib/ovirt-engine-reports/jboss_runtime/config/
    |-- ovirt-engine-reportsd_history
    |   |-- current
    |   |   `-- ovirt-engine-reportsd.v1.xml
    |   |-- ovirt-engine-reportsd.boot.xml
    |   |-- ovirt-engine-reportsd.initial.xml
    |   |-- ovirt-engine-reportsd.last.xml
    |   `-- snapshot
    |-- ovirt-engine-reportsd-logging.properties
    `-- ovirt-engine-reportsd.xml

    /var/lib/ovirt-engine/jboss_runtime/config/
    |-- ovirt-engine_history
    |   |-- current
    |   |   `-- ovirt-engine.v1.xml
    |   |-- ovirt-engine.boot.xml
    |   |-- ovirt-engine.initial.xml
    |   |-- ovirt-engine.last.xml
    |   `-- snapshot
    |-- ovirt-engine-logging.properties
    `-- ovirt-engine.xml

Change-Id: Ib77f272a1246991cebff31ca710885d8798e5ce1
Bug-Url: https://bugzilla.redhat.com/1086942
Signed-off-by: Sandro Bonazzola <[email protected]>
---
M src/sos/plugins/ovirt.py
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector 
refs/changes/12/31712/1

diff --git a/src/sos/plugins/ovirt.py b/src/sos/plugins/ovirt.py
index 81752d9..155a65b 100644
--- a/src/sos/plugins/ovirt.py
+++ b/src/sos/plugins/ovirt.py
@@ -91,6 +91,7 @@
             "/etc/ovirt-engine",
             "/etc/rhevm/*",
             "/etc/ovirt-engine-dwh",
+            "/etc/ovirt-engine-reports",
             "/var/log/ovirt-engine",
             "/var/log/ovirt-engine-dwh",
             "/var/log/ovirt-engine-reports",
@@ -102,7 +103,9 @@
             "/var/lib/ovirt-engine/setup-history.txt",
             "/var/lib/ovirt-engine/setup/answers",
             "/var/lib/ovirt-engine/external_truststore",
-            "/var/tmp/ovirt-engine/config"
+            "/var/tmp/ovirt-engine/config",
+            "/var/lib/ovirt-engine/jboss_runtime/config",
+            "/var/lib/ovirt-engine-reports/jboss_runtime/config"
         ])
 
     def do_path_regex_sub(self, pathexp, regexp, subst):


-- 
To view, visit http://gerrit.ovirt.org/31712
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib77f272a1246991cebff31ca710885d8798e5ce1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to