13 Commits

Author SHA1 Message Date
Wido den Hollander
a6969802c8 CLOUDSTACK-4310: Document vnc_listen for Qemu/libvirt
The vnc-listen patch didn't make it into 4.2 due to a newer version
of libvirt-java not being released.

Eventually we want to get rid of this, but currently we are forced to
do it this way. Setting it to anything else then 0.0.0.0 will break
migrations without a newer version of libvirt-java

The newer version of libvirt-java supports live migratons with a different
XML definition for on the destination host.
2013-08-14 10:17:57 +02:00
Nitin Mehta
c11dbad9c9 merge master 2013-05-11 15:28:43 +05:30
Pascal Borreli
d8103afdf6 Fixed typos
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-09 19:44:14 -05:00
Wido den Hollander
5ce1f3b128 CLOUDSTACK-1193 / docs: Fix typo in libvirt tcp_listen port
The correct port is 16509, but this is clearly a typo.

This fixes: CLOUDSTACK-1193
2013-02-07 17:04:30 +01:00
Wido den Hollander
a996e43bbd Summary: Document the procedure for TCP listening of libvirt on Ubuntu 12.04
Detail: This is now controlled by a variable in /etc/default/libvirt-bin

BUG-ID: CLOUDSTACK-1150
Bugfix-for:
Reviewed-by: Wido den Hollander <wido@widodh.nl>
Reported-by: Logan McNaughton <logan@bacoosta.com>
Signed-off-by: Wido den Hollander <wido@widodh.nl> 1360178633 +0100
2013-02-06 20:23:53 +01:00
David Nalley
74efaada27 Missing quotes in libvirt configuration instructions. Thanks to Nux! <nux@li.nux.ro> for finding the issue 2013-01-29 13:50:11 -05:00
Wido den Hollander
1055ea8f67 docs: Use command tag for commands to be executed by reader.
This was mentioned by Joe Brockmeier on the mailinglist, to make the documentation
more readable we should use the <command> tag for to be executed commands
by the reader.

This commit does that for the KVM hypervisor host installation part.
2012-10-22 12:42:35 +02:00
David Nalley
ec6babd4ea reordering kvm installation 2012-10-20 22:21:21 -04:00
David Nalley
f1105ff1d3 CLOUDSTACK-345 - adding mdns_adv as a setting that needs to be modified 2012-10-20 22:16:29 -04:00
David Nalley
0eff53f4f3 updating KVM requirements 2012-10-20 21:48:33 -04:00
Wido den Hollander
342481e603 docs: Add more Hypervisor and Management installation
This commit also renames a lot of Management Server installation files to try to get
consistency in the naming of files.

It should make it easier to identify which files are for which section.
2012-08-24 16:44:53 +02:00
Wido den Hollander
677204798c docs: Use language="Bash" for statements of execution.
This seems to be the way with Publican and also makes C/P easier
2012-08-21 00:10:31 +02:00
Wido den Hollander
b6a610e2db docs: Work on Management Server and Hypervisor Host installation
The Hypervisor installation describes what cloud-setup-agent is actually doing, but this way administrators know what the tool is doing.

We could remove all these things from cloud-setup-agent and require system administrators to perform these steps them selfs, this way
we don't break anything on their systems.

It would make setting up Hypervisors a bit harder, but would be much better on the longer run.
2012-08-16 17:27:54 +02:00