summaryrefslogtreecommitdiffstats
path: root/standalone-slave.yaml.example
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-11-12 11:48:03 +0100
committerCorentin LABBE <clabbe@baylibre.com>2019-01-14 16:56:07 +0100
commitdd8743a534461e1746d5307fa7d297d782e8d0eb (patch)
treef7234dfcd063d92368e8b6e5139bbb21bd8f3381 /standalone-slave.yaml.example
parent01409708b92a2acb2f8ff1da8d27054530c078f9 (diff)
Add documentation for LAVA slave install
This patch adds documentation on how to setup a LAVA slave and connect to a LAVA master.
Diffstat (limited to 'standalone-slave.yaml.example')
-rw-r--r--standalone-slave.yaml.example16
1 files changed, 16 insertions, 0 deletions
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