From: Michael Chapman Date: Tue, 9 Feb 2016 05:55:27 +0000 (+1100) Subject: Aggregate deployment logs of overcloud X-Git-Tag: colorado.1.0~289^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=162d5317062198c8ae2193715b90abb2e43bb3f0;p=apex.git 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 --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 2e3bea71..8dc9d7f2 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -985,6 +985,34 @@ EOF done EOI fi + + # Collect deployment logs + ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <