Merge "copy_puppet_logs.sh: grab openvswitch logs"

This commit is contained in:
Jenkins 2016-04-23 11:46:32 +00:00 committed by Gerrit Code Review
commit d9b546aee7

View File

@ -111,6 +111,11 @@ if [ -d /var/log/libvirt ] ; then
sudo cp -r /var/log/libvirt $LOG_DIR/
fi
# openvswitch
if [ -d /var/log/openvswitch ] ; then
sudo cp -r /var/log/openvswitch $LOG_DIR/
fi
# sudo config
sudo cp -r /etc/sudoers.d $LOG_DIR/
sudo cp /etc/sudoers $LOG_DIR/sudoers.txt