Revision cbf3d64b doc/install.rst

b/doc/install.rst
299 299
Other required software
300 300
+++++++++++++++++++++++
301 301

  
302
Besides Xen and DRBD, you will need to install the following (on all
303
nodes):
304

  
305
- LVM version 2, `<http://sourceware.org/lvm2/>`_
306

  
307
- OpenSSL, `<http://www.openssl.org/>`_
308

  
309
- OpenSSH, `<http://www.openssh.com/portable.html>`_
310

  
311
- bridge utilities, `<http://bridge.sourceforge.net/>`_
312

  
313
- iproute2, `<http://developer.osdl.org/dev/iproute2>`_
314

  
315
- arping (part of iputils package),
316
  `<ftp://ftp.inr.ac.ru/ip-routing/iputils-current.tar.gz>`_
317

  
318
- Python version 2.4 or 2.5, `<http://www.python.org>`_
319

  
320
- Python OpenSSL bindings, `<http://pyopenssl.sourceforge.net/>`_
321

  
322
- simplejson Python module, `<http://www.undefined.org/python/#simplejson>`_
323

  
324
- pyparsing Python module, `<http://pyparsing.wikispaces.com/>`_
325

  
326
- pyinotify Python module, `<http://trac.dbzteam.org/pyinotify>`_
327

  
328
These programs are supplied as part of most Linux distributions, so
329
usually they can be installed via apt or similar methods. Also many of
330
them will already be installed on a standard machine.
331

  
332

  
333
.. admonition:: Debian
334

  
335
   You can use this command line to install all needed packages::
336

  
337
     # apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
338
     python python-pyopenssl openssl python-pyparsing \
339
     python-simplejson python-pyinotify
302
See :doc:`install-quick`.
340 303

  
341 304
Setting up the environment for Ganeti
342 305
-------------------------------------

Also available in: Unified diff