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
1=== modified file 'doc/qemu-deploy.rst'
2--- doc/qemu-deploy.rst 2012-09-05 22:16:59 +0000
3+++ doc/qemu-deploy.rst 2012-09-19 19:02:24 +0000
4@@ -9,23 +9,14 @@
5 Configure the Dispatcher
6 ------------------------
7
8-First add a qemu device to the dispatcher's configuration. First edit your
9-instance's *lava-dispatcher.conf* to include something like:
10-
11-::
12-
13- # /srv/lava/instances/<INST>/etc/lava-dispatcher/lava-dispatcher.conf
14- DEFAULT_QEMU_BINARY = qemu-system-arm
15-
16-NOTE: This assumes the *qemu-system* package is installed on the server.
17-
18-Now create your *qemu01.conf* file:
19+Install the *qemu-system* package on the server.
20+
21+Create your *qemu01.conf* file:
22
23 ::
24
25 # /srv/lava/instances/<INST>/etc/lava-dispatcher/devices/qemu01.conf
26 device_type = qemu
27- hostname = qemu01
28
29 At this point the dispatcher should work. You can test it locally by creating
30 a minimal job file:

Subscribers

People subscribed via source and target branches