From 2db2279b227d28fc4892506dee911b0c3be3a44d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 1 Jun 2017 15:25:14 +0200 Subject: [PATCH] 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 --- copy_logs.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/copy_logs.sh b/copy_logs.sh index 75a852de5..4653f9d74 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -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