aboutsummaryrefslogtreecommitdiff
path: root/instance.template
blob: c00f0993df31f7218b7dd59e83e0d6b31ee88c1d (plain)
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
# Legacy compatibility value for lava-deployment-tool
LAVA_CONFIG_VERSION='6'

# Installation prefix
LAVA_PREFIX='/var/lib/lava-server/'

# Instance name
LAVA_INSTANCE='default'

# System configuration (Unix-level)
# Could be the same as LAVA_DB_NAME
LAVA_SYS_USER='lavaserver'

# default to yes as we have a dedicated user which lava "owns"
LAVA_INSTANCE_OWNS_USER='yes'

# Apache configuration
LAVA_APACHE_VHOST='lava-server'
# defaults to no
LAVA_DEV_MODE='no'

# retrieve from however your distro configures a database connection.
# PostgreSQL configuration
LAVA_DB_NAME='$LAVA_DB_NAME'
LAVA_DB_USER='$LAVA_DB_USER'
LAVA_DB_PORT='$LAVA_DB_PORT'
LAVA_DB_PASSWORD='$LAVA_DB_PASSWORD'

# Scheduler configuration
# Scheduler is part of lava-server, so is enabled.
LAVA_SCHEDULER_ENABLED='yes'
LAVA_SERVER_IP='$LAVA_SERVER_IP'
LAVA_PROXY='$LAVA_PROXY'