diff options
Diffstat (limited to 'standalone-slave.yaml.example')
-rw-r--r-- | standalone-slave.yaml.example | 16 |
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 |