From ed1055f97b5867e2c6683299afb6e7671982fa15 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 30 Oct 2018 08:58:34 +0100 Subject: README: Add documentation for the slave attribute of boards This patch adds missing documentation on how to choose the slave owing a device. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2b9afdf..4c1ea18 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ slaves: boards: - name: devicename Each board must be named by their device-type as "device-type-XX" (where XX is a number) type: the LAVA device-type of this device + slave: (optional) Name of the slave managing this device. Default to first slave found or default_slave if set. kvm: (For qemu only) Does the qemu could use KVM (default: no) uboot_ipaddr: (optional) a static IP to set in uboot uboot_macaddr: (Optional) the MAC address to set in uboot -- cgit From 66e65375f30137e5320766403a1b23069b4cd5cd Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 30 Oct 2018 09:35:47 +0100 Subject: lavalab-gen.py: Add slave_keys for copying public slave keys When creating a split boards.yaml with only one master which uses ZMQ, no way to adds slave key exists. This patch fix that by adding a way to copy all slave keys. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4c1ea18..01b3f83 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ masters: zmq_auth: True/False Does the master requires ZMQ authentication. 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. 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. users: -- cgit