Files
devstack-gate/slave_scripts/baremetal-archive-logs.sh
James E. Blair 1afbf13943 Move archiving logs to a separate script
so that it can be run regardless of whether the rest of the
build succeeds.

Change-Id: I774a1c3e316222be3bff64f0b0f87b17d5a85246
2011-10-23 11:46:34 -04:00

6 lines
148 B
Bash
Executable File

#!/bin/bash
for host in $HEAD_HOST ${COMPUTE_HOSTS//,/ }; do
cp /var/log/orchestra/rsyslog/$host/syslog $WORKSPACE/logs/$host-syslog.txt
done