diff options
author | khilman <khilman@users.noreply.github.com> | 2019-04-07 20:35:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-07 20:35:55 -0700 |
commit | 6d2fb57fdaf6bed78b131f7c6b4aed71d55630c7 (patch) | |
tree | bd12f4a94330cbd3c75faa952b687b6a10e2bc5a /README.md | |
parent | 31d0a888ee944ac0f8c0418dff942adfde448ca7 (diff) | |
parent | 14e3c762e575d8742b39799018913e7d944111b6 (diff) |
Merge pull request #86 from montjoie/support_2019.03
Support 2019.03
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -221,6 +221,9 @@ masters: slave_keys: optional path to a directory with slaves public key. Usefull when you want to create a master without slaves nodes in boards.yaml. persistent_db: True/False (default False) Is the postgres DB is persistent over reboot http_fqdn: The FQDN used to access the LAVA web interface. This is necessary if you use https otherwise you will issue CSRF errors. + allowed_hosts: A list of FQDN used to access the LAVA master + - "fqdn1" + - "fqdn2" loglevel: lava-logs: DEBUG/INFO/WARN/ERROR (optional) select the loglevel of lava-logs (default to DEBUG) lava-slave: DEBUG/INFO/WARN/ERROR (optional) select the loglevel of lava-slave (default to DEBUG) |