Merge "Capture config files of bind"

This commit is contained in:
Zuul 2023-11-18 03:28:40 +00:00 committed by Gerrit Code Review
commit 23c1d36763

@ -151,6 +151,13 @@ if uses_debs; then
fi
fi
# bind
if [ -d /etc/named ]; then
sudo cp -r /etc/named $LOG_DIR/etc
elif [ -d /etc/bind ]; then
sudo cp -r /etc/bind $LOG_DIR/etc
fi
# tempest logs
if [ -f /tmp/openstack/tempest/tempest.log ] ; then
sudo cp /tmp/openstack/tempest/tempest.log $LOG_DIR/