Merge "Capture OS user/group in integration/litmus jobs"

This commit is contained in:
Zuul 2022-11-25 15:24:00 +00:00 committed by Gerrit Code Review
commit 69d48ed185
1 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,8 @@ if [ `command -v gem` ]; then
fi
# system status & informations
sudo cp /etc/passwd $LOG_DIR/etc
sudo cp /etc/group $LOG_DIR/etc
sudo cp /root/openrc $LOG_DIR/openrc.txt
sudo chmod 777 $LOG_DIR/openrc.txt
sudo cp -r /etc/openstack $LOG_DIR/etc