Skip to content
Snippets Groups Projects
Commit bd785ecd authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Fix casings of program names, add URLs, add info about PyYAML.

Reviewed-by: iustinp
parent 47cdf8b9
No related branches found
No related tags found
No related merge requests found
Installation of the software
============================
Software Requirements
=====================
Before installing, please verify that you have the following programs:
- lvm 2
- ssh
- drbd (kernel module and userspace utils)
- LVM2
http://sourceware.org/lvm2/
- OpenSSH
http://www.openssh.com/portable.html
- DRBD (kernel module and userspace utils)
http://www.drbd.org/
- fping
- python twisted library (the core is enough)
- python openssl bindings
http://fping.sourceforge.net/
- Python Twisted library (the core is enough)
http://twistedmatrix.com/
- Python OpenSSL bindings
http://pyopenssl.sourceforge.net/
For testing, you also need the YAML module for Python, http://pyyaml.org/.
Installation of the software
============================
To install, simply do ./configure && make && make install
......@@ -15,6 +27,7 @@ This will install the software under /usr/local. You then need to copy
ganeti.init to /etc/init.d and integrate it into your boot sequence
(``chkconfig``, ``update-rc.d``, etc.).
Cluster initialisation
======================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment