Revision bd785ecd

b/INSTALL
1
Installation of the software
2
============================
1
Software Requirements
2
=====================
3 3

  
4 4
Before installing, please verify that you have the following programs:
5
  - lvm 2
6
  - ssh
7
  - drbd (kernel module and userspace utils)
5
  - LVM2
6
    http://sourceware.org/lvm2/
7
  - OpenSSH
8
    http://www.openssh.com/portable.html
9
  - DRBD (kernel module and userspace utils)
10
    http://www.drbd.org/
8 11
  - fping
9
  - python twisted library (the core is enough)
10
  - python openssl bindings
12
    http://fping.sourceforge.net/
13
  - Python Twisted library (the core is enough)
14
    http://twistedmatrix.com/
15
  - Python OpenSSL bindings
16
    http://pyopenssl.sourceforge.net/
17

  
18
For testing, you also need the YAML module for Python, http://pyyaml.org/.
19

  
20

  
21
Installation of the software
22
============================
11 23

  
12 24
To install, simply do ./configure && make && make install
13 25

  
......
15 27
ganeti.init to /etc/init.d and integrate it into your boot sequence
16 28
(``chkconfig``, ``update-rc.d``, etc.).
17 29

  
30

  
18 31
Cluster initialisation
19 32
======================
20 33

  

Also available in: Unified diff