X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yardstick%2Fcommon%2Fconstants.py;fp=yardstick%2Fcommon%2Fconstants.py;h=e478c170e2a0d7e15391b38ce5d44831418eedf7;hb=f49a1f22f8ba1bfa7a9942f7a9f084d2c9c81378;hp=d251341fc823fbcd1c2be79603e1fa57be368fa0;hpb=0832b64daeeae389db660d87c139e82c1c6593f8;p=yardstick.git diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index d251341fc..e478c170e 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -66,6 +66,7 @@ INFLUXDB_PASS = get_param('influxdb.password', 'root') INFLUXDB_DB_NAME = get_param('influxdb.db_name', 'yardstick') INFLUXDB_IMAGE = get_param('influxdb.image', 'tutum/influxdb') INFLUXDB_TAG = get_param('influxdb.tag', '0.13') +INFLUXDB_DASHBOARD_PORT = 8083 # grafana GRAFANA_IP = get_param('grafana.ip', SERVER_IP) @@ -74,6 +75,7 @@ GRAFANA_USER = get_param('grafana.username', 'admin') GRAFANA_PASS = get_param('grafana.password', 'admin') GRAFANA_IMAGE = get_param('grafana.image', 'grafana/grafana') GRAFANA_TAG = get_param('grafana.tag', '3.1.1') +GRAFANA_MAPPING_PORT = 1948 # api DOCKER_URL = 'unix://var/run/docker.sock'