Capture network-scripts
The puppet-vswitch modules manages interface scripts when a bridge is connected to a physical interface. This change ensures the network scripts are captured in CI, so that we can review the files updated by the module. Change-Id: Id52cf40559d24ec1cce4e8cf35471fd4100d4e97
This commit is contained in:
parent
d1f691e0a3
commit
6c664af12e
@ -85,6 +85,12 @@ if which journalctl &> /dev/null; then
|
||||
sudo journalctl --no-pager > $LOG_DIR/syslog.txt
|
||||
fi
|
||||
|
||||
# network interfaces
|
||||
if [ -d /etc/sysconfig/network-scripts ]; then
|
||||
mkdir -p $LOG_DIR/etc/sysconfig
|
||||
sudo cp -r /etc/sysconfig/network-scripts $LOG_DIR/etc/sysconfig/
|
||||
fi
|
||||
|
||||
# rabbitmq
|
||||
if [ -d /etc/rabbitmq ]; then
|
||||
sudo cp -r /etc/rabbitmq $LOG_DIR/etc/
|
||||
|
Loading…
x
Reference in New Issue
Block a user