Capture OS user/group in integration/litmus jobs

Change-Id: Icb582e0956f02f1ac6b6d9568fc33ec086b747ee
This commit is contained in:
Takashi Kajinami 2022-11-21 14:47:07 +09:00
parent c0204da684
commit 00861b75a0
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