-
Notifications
You must be signed in to change notification settings - Fork 10
/
example_env.sh
56 lines (42 loc) · 1.36 KB
/
example_env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#! /bin/bash
#the URL of the docker registry you will be using
export REPO=
# the URL of the data which will populate mysql backends
export MYSQL_DATA_URL=
# the URL of the trace data
export TRACE_URL="https://github.com/dasebe/robinhoodcache/blob/master/tracegen/trace.tar.gz?raw=true"
# the base URL where configs are hosted (default is our example)
export CONFIG_URL=https://github.com/dasebe/robinhoodcache/raw/master/configs
# config directory basename (default is our example)
export CONFIG=example_config
#compose file name
export COMPOSE_FILE=example-compose.yml
# per container debug flag (container will start, sleep, and user can login start service manually)
export DEBUG_NUAPP=
export DEBUG_MYSQL=
export DEBUG_REQUESTOR=
export DEBUG_STAT_SERVER=
export DEBUG_MONITOR=
### other debugging options
#verbose stat server output
export VERBOSE_STAT_SERVER=
# bypass all caches, send all queries to the backends
export BYPASS=
# do not unzip compressed data files
export SKIP_UNPACK=1
#force redownload of data files if set to 1
#all
export DOWNLOAD=
#per backend type
export DOWNLOAD_MYSQL=
export DOWNLOAD_REQUESTOR=
#per backend
export DOWNLOAD_D6018659=
export DOWNLOAD_B4FBEBD8=
export DOWNLOAD_7385C12D=
export DOWNLOAD_B293D37D=
export DOWNLOAD_9EE74B0B=
export DOWNLOAD_39F00C48=
export DOWNLOAD_B4FBEBD8=
export DOWNLOAD_1289B3BB=
export DOWNLOAD_30EAF8BE=