From: Emma Foley Date: Mon, 20 Aug 2018 16:31:06 +0000 (+0100) Subject: [docs] Update influxDB container setup X-Git-Tag: opnfv-8.0.0~79^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F61201%2F2;p=yardstick.git [docs] Update influxDB container setup JIRA: YARDSTICK-1335 Change-Id: I87b95d686f2d7ad204076845505b2fb6d502dedc Signed-off-by: Emma Foley --- diff --git a/docs/testing/user/userguide/04-installation.rst b/docs/testing/user/userguide/04-installation.rst index 2f8175c25..3ba312ce7 100644 --- a/docs/testing/user/userguide/04-installation.rst +++ b/docs/testing/user/userguide/04-installation.rst @@ -613,15 +613,15 @@ Run influxDB:: sudo -EH docker run -d --name influxdb \ -p 8083:8083 -p 8086:8086 --expose 8090 --expose 8099 \ tutum/influxdb - docker exec -it influxdb influx Configure influxDB:: + docker exec -it influxdb influx > CREATE USER root WITH PASSWORD 'root' WITH ALL PRIVILEGES > CREATE DATABASE yardstick; > use yardstick; > show MEASUREMENTS; - > quit + > exit Run Grafana::