From 6ec7e7d26c0dffa380508b3bbee0d7e10177f117 Mon Sep 17 00:00:00 2001 From: jkilpatr Date: Tue, 17 Jan 2017 16:06:29 -0500 Subject: [PATCH] Disable grafana in oooq runs for now While the Grafana infra is having trouble it's causing tests to fail so until it's all squared away I'm going to make it non-mandatory Change-Id: Iaa779f19325bb5aef830bd93086995cb2beef3b5 --- ci-scripts/tripleo/microbrow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/tripleo/microbrow.sh b/ci-scripts/tripleo/microbrow.sh index ee8b80978..418e46ddb 100755 --- a/ci-scripts/tripleo/microbrow.sh +++ b/ci-scripts/tripleo/microbrow.sh @@ -19,7 +19,7 @@ export NETWORK_ISOLATION=no_vlan export REQS=quickstart-extras-requirements.txt export PLAYBOOK=baremetal-virt-undercloud-tripleo-browbeat.yml export VARS="elastic_enabled_template=true \ ---extra-vars grafana_enabled_template=true \ +--extra-vars grafana_enabled_template=false \ --extra-vars elastic_host_template=$ELASTIC_HOST \ --extra-vars graphite_host_template=$GRAPH_HOST \ --extra-vars grafana_host_template=$GRAPH_HOST \