From dd8743a534461e1746d5307fa7d297d782e8d0eb Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Mon, 12 Nov 2018 11:48:03 +0100 Subject: Add documentation for LAVA slave install This patch adds documentation on how to setup a LAVA slave and connect to a LAVA master. --- standalone-slave.yaml.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 standalone-slave.yaml.example (limited to 'standalone-slave.yaml.example') diff --git a/standalone-slave.yaml.example b/standalone-slave.yaml.example new file mode 100644 index 0000000..6c11269 --- /dev/null +++ b/standalone-slave.yaml.example @@ -0,0 +1,16 @@ +slaves: + - name: lab-extern-1 + host: externpc + dispatcher_ip: 192.168.66.1 + zmq_auth_key: lab-extern-1.key + zmq_auth_key_secret: lab-extern-1.key_secret + zmq_auth_master_key: master-public.key + remote_master: lava.example.com + remote_user: lab-extern + remote_user_token: lab-extern-randomtoken + +boards: + - name: qemu-01 + type: qemu + slave: lab-extern-1 + kvm: True -- cgit