summaryrefslogtreecommitdiffstats
path: root/yardstick/common/constants.py
blob: 07d869755228fd05641a5950091774e38dee52cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG_SAMPLE = '/etc/yardstick/config.yaml'

RELENG_DIR = 'releng.dir'

DOCKER_URL = 'unix://var/run/docker.sock'

# database config
USER = 'root'
PASSWORD = 'root'
DATABASE = 'yardstick'

INFLUXDB_IMAGE = 'tutum/influxdb'
INFLUXDB_TAG = '0.13'

GRAFANA_IMAGE = 'grafana/grafana'
GRAFANA_TAGS = '3.1.1'