Merge lp:~terceiro/lava-project/update-qemu-docs into lp:lava-project

Proposed by Antonio Terceiro
Status: Merged
Merged at revision: 42
Proposed branch: lp:~terceiro/lava-project/update-qemu-docs
Merge into: lp:lava-project
Diff against target: 30 lines (+3/-12)
1 file modified
doc/qemu-deploy.rst (+3/-12)
To merge this branch: bzr merge lp:~terceiro/lava-project/update-qemu-docs
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+125312@code.launchpad.net

Description of the change

once https://code.launchpad.net/~terceiro/lava-dispatcher/default-qemu-binary/+merge/125309 is merged, we do not need to set DEFAULT_QEMU_BINARY anymore.

Also, the hostname setting part is not required in the configuration.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/qemu-deploy.rst'
--- doc/qemu-deploy.rst 2012-09-05 22:16:59 +0000
+++ doc/qemu-deploy.rst 2012-09-19 19:02:24 +0000
@@ -9,23 +9,14 @@
9Configure the Dispatcher9Configure the Dispatcher
10------------------------10------------------------
1111
12First add a qemu device to the dispatcher's configuration. First edit your12Install the *qemu-system* package on the server.
13instance's *lava-dispatcher.conf* to include something like:13
1414Create your *qemu01.conf* file:
15::
16
17 # /srv/lava/instances/<INST>/etc/lava-dispatcher/lava-dispatcher.conf
18 DEFAULT_QEMU_BINARY = qemu-system-arm
19
20NOTE: This assumes the *qemu-system* package is installed on the server.
21
22Now create your *qemu01.conf* file:
2315
24::16::
2517
26 # /srv/lava/instances/<INST>/etc/lava-dispatcher/devices/qemu01.conf18 # /srv/lava/instances/<INST>/etc/lava-dispatcher/devices/qemu01.conf
27 device_type = qemu19 device_type = qemu
28 hostname = qemu01
2920
30At this point the dispatcher should work. You can test it locally by creating21At this point the dispatcher should work. You can test it locally by creating
31a minimal job file:22a minimal job file:

Subscribers

People subscribed via source and target branches