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
This commit is contained in:
jkilpatr 2017-01-17 16:06:29 -05:00
parent 83f0c993dc
commit 6ec7e7d26c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \