summaryrefslogtreecommitdiffstats
path: root/tools/demo_deploy.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2017-11-22 22:02:16 -0800
committerBryan Sullivan <bryan.sullivan@att.com>2017-11-22 22:02:16 -0800
commit8bda477b99bfba8899604b19559cd9e90889c4f0 (patch)
tree25dd05e5631c83e508d23c66e4176fd1ed7472c2 /tools/demo_deploy.sh
parentd547ea05f2702e78ed0c148feb74f340265a9f2a (diff)
Use existing grafana server
JIRA: VES-2 Change-Id: I9926932e4fd848c3b468650df33a6cebbc363688 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'tools/demo_deploy.sh')
-rw-r--r--tools/demo_deploy.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/demo_deploy.sh b/tools/demo_deploy.sh
index c326375..ab21bd6 100644
--- a/tools/demo_deploy.sh
+++ b/tools/demo_deploy.sh
@@ -55,6 +55,14 @@ if [[ "$1" == "master" ]]; then
export ves_pass
ves_kafka_host="$node"
export ves_kafka_host
+ ves_influxdb_host=$ves_influxdb_host
+ export ves_influxdb_host
+ ves_influxdb_auth=$ves_influxdb_auth
+ export ves_influxdb_auth
+ ves_grafana_host=$ves_grafana_host
+ export ves_grafana_host
+ ves_grafana_auth=$ves_grafana_auth
+ export ves_grafana_auth
bash /tmp/ves/tools/ves-setup.sh collector
bash /tmp/ves/tools/ves-setup.sh kafka
bash /tmp/ves/tools/ves-setup.sh collectd