Merge "scripts: collect-test-info.sh: Collect PXE scripts"

This commit is contained in:
Zuul 2018-10-05 16:12:49 +00:00 committed by Gerrit Code Review
commit 050f1783b0
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ else
sudo cp /var/log/upstart/ironic-inspector.log ${LOG_LOCATION}/
fi
# Copy PXE information
mkdir -p ${LOG_LOCATION}/pxe/
cp /httpboot/ipxe.pxe ${LOG_LOCATION}/pxe/
cp -aL /httpboot/pxelinux.cfg/ ${LOG_LOCATION}/pxe/
if [ -d "/var/log/ironic" ]; then
cp -a "/var/log/ironic" ${LOG_LOCATION}/ipa-logs
fi