From 2331a2ed682e7bf6e12e84062ae4eb704f4e5c53 Mon Sep 17 00:00:00 2001 From: Jonas Bjurel Date: Thu, 16 Jun 2016 10:17:04 +0000 Subject: Updated armband Project: fuel 294150c7f9e36477ff0a25f947fb2c8002999a3b Introducing collection of all fuel and stack deployment logs. The purpose of this patch is to collect all available Fuel snapshots- and stack/node ldeployment logs for later off-line troubleshooting. The intention is that Jenkins, or other deployment robots will be able to collect all logs from the deployment and store it at some repository where developers can fetch it and perform off-line post deployment trouble-shooting. Following script arguments have been added: CI Arg changes: Added an argument to ci/deploy.sh: -L [Deploy log path and file name], E.g. -L ~/jenkins/deploy/deploy-888.log.tar.gz This will create an tar gzip archive at the path and filename pointed out. If -L is not specified, the log archive will be placed under the CI directory with the following name convention: deploy-YYMMDD-HHMMSS.log.tar.gz Fuel Internal deploy changes: Added an argument to ci/deploy.py -log [Deploy log path and file name], E.g. -log ~/jenkins/deploy/deploy-888.log.tar.gz This will create an tar gzip archive at the path and filename pointed out. If -log is not specified, the log archive will be placed under the CI directory with the following name convention: deploy-YYMMDD-HHMMSS.log.tar.gz READY TO MERGE! VERIFIED! Change-Id: Icb75d9d2e66bdd47f75dcca29071943444d5c823 Signed-off-by: Jonas Bjurel --- upstream/fuel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstream/fuel') diff --git a/upstream/fuel b/upstream/fuel index 58b68663..294150c7 160000 --- a/upstream/fuel +++ b/upstream/fuel @@ -1 +1 @@ -Subproject commit 58b6866358c503f6ac588629b705867863523e69 +Subproject commit 294150c7f9e36477ff0a25f947fb2c8002999a3b -- cgit 1.2.3-korg