aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Jaggars <jjaggars@redhat.com>2012-01-06 16:54:23 -0600
committerJesse Jaggars <jjaggars@redhat.com>2012-01-06 16:54:23 -0600
commit2f1baf7b83ecdef7f189dd4a1fff190180816d9d (patch)
treefdd4f71d58bc66405921af4f735cdad5a2f38cbb
parent99cb816cf5a7fb124ae2a266519a39faade42b8d (diff)
downloadsos-2f1baf7b83ecdef7f189dd4a1fff190180816d9d.tar.gz
renaming eap6 to as7 and changing the plugin not to grab deployments
-rw-r--r--sos/plugins/as7.py (renamed from sos/plugins/eap6.py)9
1 files changed, 1 insertions, 8 deletions
diff --git a/sos/plugins/eap6.py b/sos/plugins/as7.py
index 2ac942f4..d5abea22 100644
--- a/sos/plugins/eap6.py
+++ b/sos/plugins/as7.py
@@ -34,7 +34,7 @@ class Request(object):
yield (parts.pop(0), parts.pop(0))
-class EAP6(Plugin, IndependentPlugin):
+class AS7(Plugin, IndependentPlugin):
"""JBoss related information
"""
@@ -282,12 +282,6 @@ class EAP6(Plugin, IndependentPlugin):
self.getOption("logsize"),
sub=(self.__jbossHome, 'JBOSSHOME'))
- ## Deploy dir
- deployDir = os.path.join(path, "deployments")
-
- for deployFile in find("*", deployDir, max_depth=1):
- self.addCopySpec(deployFile, sub=(self.__jbossHome, 'JBOSSHOME'))
-
def setup(self):
## We need to know where JBoss is installed and if we can't find it we
@@ -310,7 +304,6 @@ class EAP6(Plugin, IndependentPlugin):
self.__getFiles(self.__jbossServerConfigDirs)
- # FIXME: this is still not right, tweak the search paths to pick up the right files
def postproc(self):
"""
Obfuscate passwords.