From b18c3454b16a4b01155daaaa54c6663cf9498121 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 7 Nov 2017 15:06:49 +0100 Subject: Place board under boardlist We need to add some information to lab node, so we need to move all boards under a list("boardlist") --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b8bb503..c92febe 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,16 @@ A sample dhcpd config file is available in the dhcpd directory This file describe how are setuped your boards, and how they are connected and powered. ``` lab-slave-name: - devicename: - type: the devicetype of this device - pdu: - daemon: The hostname running the PDU daemon (always localhost) - host: The host name of the PDU as named in lavapdu.conf - port: portnumber (The port number of the PDU where the device is connected) - uart: - type: - serial: The serial number in case of FTDI uart + boardlist: + devicename: + type: the devicetype of this device + pdu: + daemon: The hostname running the PDU daemon (always localhost) + host: The host name of the PDU as named in lavapdu.conf + port: portnumber (The port number of the PDU where the device is connected) + uart: + type: + serial: The serial number in case of FTDI uart ``` Notes: uart FTDI only need serial -- cgit 1.2.3-korg