Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
90722b2
)
FIX for getting all types of error log messages from /var/log/puppet.log on nodes
85/3585/2
author
Szilard Cserey
<szilard.cserey@ericsson.com>
Tue, 24 Nov 2015 18:38:12 +0000
(19:38 +0100)
committer
Peter Barabas
<peter.barabas@ericsson.com>
Wed, 9 Dec 2015 09:16:24 +0000
(10:16 +0100)
Change-Id: Id43e74fd3ebd1bd0c62e2aa963793d6b072e3fcc
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
deploy/cloud/deployment.py
patch
|
blob
|
history
diff --git
a/deploy/cloud/deployment.py
b/deploy/cloud/deployment.py
index
12c1f89
..
29134b3
100644
(file)
--- a/
deploy/cloud/deployment.py
+++ b/
deploy/cloud/deployment.py
@@
-22,7
+22,7
@@
from common import (
delete,
)
-SEARCH_TEXT = '
Puppet
(err)'
+SEARCH_TEXT = '(err)'
LOG_FILE = '/var/log/puppet.log'
GREP_LINES_OF_LEADING_CONTEXT = 100
GREP_LINES_OF_TRAILING_CONTEXT = 100