diff options
author | khilman <khilman@users.noreply.github.com> | 2018-09-13 11:25:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 11:25:40 -0700 |
commit | 55579b2a662bee819a2c531d3db99edd3f230212 (patch) | |
tree | 16cca6239ea73c061f0c831b21166e272e95826a /README.md | |
parent | 53cecb649a6afb33ab6e4309db03ee7b697282d7 (diff) | |
parent | fa9eb27201929ba157b2b57769982a13fd4e37d0 (diff) |
Merge pull request #46 from montjoie/nomaster
lavalab-gen.py: permit to have no master in boards.yaml
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |