copy_logs: remove stackviz support (temp)
Infra removed stackviz from the images, we now need to deploy it manually and devstack-gate provides a bash function to do it, but we don't use it yet. Until then, let's remove the bits to not block CI. Change-Id: If692ea758e0cacb621b84499e27c585755ee9718
This commit is contained in:
@@ -250,14 +250,6 @@ if [ -f $LOG_DIR/rabbitmq ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
# stackviz
|
||||
if [ -d /opt/stackviz ]; then
|
||||
cp -r /opt/stackviz/build /tmp/stackviz
|
||||
sudo pip install -U /opt/stackviz
|
||||
stackviz-export --env -f /tmp/openstack/tempest/testrepository.subunit /tmp/stackviz/data
|
||||
mv /tmp/stackviz $LOG_DIR
|
||||
fi
|
||||
|
||||
# hiera
|
||||
if [ -d $SCRIPT_DIR/hiera ]; then
|
||||
mv $SCRIPT_DIR/hiera $LOG_DIR
|
||||
|
||||
Reference in New Issue
Block a user