summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-09-12 15:20:07 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-09-13 20:24:39 +0200
commitfa9eb27201929ba157b2b57769982a13fd4e37d0 (patch)
tree16cca6239ea73c061f0c831b21166e272e95826a /README.md
parent53cecb649a6afb33ab6e4309db03ee7b697282d7 (diff)
lavalab-gen.py: permit to have no master in boards.yaml
This patch permits to have a boards.yaml without the master node. In the same time, it permit to have also only a master node without slave. Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index deccb54..16db7b8 100644
--- a/README.md
+++ b/README.md
@@ -236,11 +236,13 @@ slaves:
host: name name of the host running lava-slave-XX (default to "local")
zmq_auth_key: optional path to a public ZMQ key
zmq_auth_key_secret: optional path to a private ZMQ key
+ zmq_auth_master_key: optional path to the public master ZMQ key. This option is necessary only if no master node exists in boards.yaml.
dispatcher_ip: the IP where the slave could be contacted. In lava-docker it is the host IP since docker proxify TFTP from host to the slave.
remote_master: the name of the master to connect to
remote_address: the FQDN or IP address of the master (if different from remote_master)
remote_rpc_port: the port used by the LAVA RPC2 (default 80)
remote_user: the user used for connecting to the master
+ remote_user_token: The remote_user's token. This option is necessary only if no master node exists in boards.yaml. Otherwise lavalab-gen.py will get from it.
remote_proto: http(default) or https
default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0)
export_ser2net: Do ser2net ports need to be available on host