From 0a3395de7c689f7849cf672da6e2d52067343982 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Tue, 9 Feb 2016 16:55:27 +1100 Subject: Aggregate deployment logs of overcloud JIRA: APEX-74 /var/log/messages for each node will be slurped into a new folder in the stack user's home directory. If debug was passed, it will also be printed out along with the nova list for that node. Change-Id: I726da67b076bdf1fb38ba1805456cbd7c7d9e096 (cherry picked from commit 162d5317062198c8ae2193715b90abb2e43bb3f0) --- ci/deploy.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ci/deploy.sh b/ci/deploy.sh index 87787888..a7d803d8 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -986,6 +986,34 @@ EOF done EOI fi + + # Collect deployment logs + ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <