diff options
author | khilman <khilman@users.noreply.github.com> | 2019-01-14 13:33:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 13:33:02 -0800 |
commit | aa67c3f5cd3fc6e006943917935318dccbedea30 (patch) | |
tree | afcc083ed2f9a9b1823747d87b54b8e1688f5fce /standalone-slave.yaml.example | |
parent | 09fa2c74e0726a850b32ac0802aa992a7dd5eedb (diff) | |
parent | dd8743a534461e1746d5307fa7d297d782e8d0eb (diff) |
Merge pull request #75 from montjoie/documentation
Add documentation for LAVA slave install
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 |