aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-02-14 11:36:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-14 11:36:03 +0000
commit4e5893873d684069e57b2ef91a75b446bb319d56 (patch)
tree9f596d0039cd0f3f5a058fca89fc0f5c211accb0
parent479d06e896d421bcd18ebc4b207faf7400533e93 (diff)
parent36dc18baec7e9fbc170daefb9fc90909df8c9a5e (diff)
Merge "Fixed document for Grafana Port usage"
-rw-r--r--docs/testing/user/userguide/04-installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/user/userguide/04-installation.rst b/docs/testing/user/userguide/04-installation.rst
index caebecc09..5bb64e3bb 100644
--- a/docs/testing/user/userguide/04-installation.rst
+++ b/docs/testing/user/userguide/04-installation.rst
@@ -464,7 +464,7 @@ Thirdly, create and configure Grafana container::
yardstick env grafana
-Then you can run a test case and visit http://host_ip:3000
+Then you can run a test case and visit http://host_ip:1948
(``admin``/``admin``) to see the results.
.. note:: Executing ``yardstick env`` command to deploy InfluxDB and Grafana
@@ -502,9 +502,9 @@ Configure influxDB::
Run Grafana::
- sudo -EH docker run -d --name grafana -p 3000:3000 grafana/grafana
+ sudo -EH docker run -d --name grafana -p 1948:3000 grafana/grafana
-Log on http://{YOUR_IP_HERE}:3000 using ``admin``/``admin`` and configure
+Log on http://{YOUR_IP_HERE}:1948 using ``admin``/``admin`` and configure
database resource to be ``{YOUR_IP_HERE}:8086``.
.. image:: images/Grafana_config.png