diff options
author | khilman <khilman@users.noreply.github.com> | 2019-05-16 08:15:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 08:15:51 -0700 |
commit | 620e8e50b3d71709b28bafb6b5eac7fcea7e6bc5 (patch) | |
tree | 623814a65b61818122f64ebd3a860fef05669714 /README.md | |
parent | 7f0a27d56c83e053e00497d30bd56f40cc63b533 (diff) | |
parent | 6f153a0ac4d9361aa0f8ecf7d2ba30e16bddc274 (diff) |
Merge pull request #89 from montjoie/enhance-2019.03-2
Enhance 2019.03 2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -219,6 +219,7 @@ masters: zmq_auth_key: optional path to a public ZMQ key zmq_auth_key_secret: optional path to a private ZMQ key 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. + lava-coordinator: Does the master should ran a lava-coordinator and export its port 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 @@ -267,6 +268,7 @@ slaves: bind_dev: Bind /dev from host to slave. This is needed when using some HID PDU use_nfs: Does the LAVA dispatcher will run NFS jobs arch: The arch of the worker (if not x86_64), only accept arm64 + lava-coordinator: Does the slave should ran a lava-coordinator expose_ser2net: Do ser2net ports need to be available on host expose_ports: Expose port p1 on the host to p2 on the worker slave. - p1:p2 |