Keep the hierarchy of tripleo files copied to log server
Each instance will have its individual service logs in a subdirectory. Change-Id: I4665b9ecb561f67af9bdd7cd5789291189a39183
This commit is contained in:
parent
f28fcbfe30
commit
4afee3dcc4
@ -35,7 +35,7 @@
|
|||||||
files:
|
files:
|
||||||
- target: 'logs/$LOG_PATH'
|
- target: 'logs/$LOG_PATH'
|
||||||
source: 'logs/**'
|
source: 'logs/**'
|
||||||
keep-hierarchy: false
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
@ -75,7 +75,7 @@
|
|||||||
files:
|
files:
|
||||||
- target: 'logs/$LOG_PATH'
|
- target: 'logs/$LOG_PATH'
|
||||||
source: 'logs/**'
|
source: 'logs/**'
|
||||||
keep-hierarchy: false
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
@ -116,7 +116,7 @@
|
|||||||
files:
|
files:
|
||||||
- target: 'logs/$LOG_PATH'
|
- target: 'logs/$LOG_PATH'
|
||||||
source: 'logs/**'
|
source: 'logs/**'
|
||||||
keep-hierarchy: false
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
@ -156,7 +156,7 @@
|
|||||||
files:
|
files:
|
||||||
- target: 'logs/$LOG_PATH'
|
- target: 'logs/$LOG_PATH'
|
||||||
source: 'logs/**'
|
source: 'logs/**'
|
||||||
keep-hierarchy: false
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
@ -196,6 +196,6 @@
|
|||||||
files:
|
files:
|
||||||
- target: 'logs/$LOG_PATH'
|
- target: 'logs/$LOG_PATH'
|
||||||
source: 'logs/**'
|
source: 'logs/**'
|
||||||
keep-hierarchy: false
|
keep-hierarchy: true
|
||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- console-log
|
||||||
|
Loading…
Reference in New Issue
Block a user