Skip to content
Snippets Groups Projects
Commit 0f18ee6d authored by Guido Trotter's avatar Guido Trotter
Browse files

pyinotify: configure checks and documentation


After 74d519e3b91845a17ae095eb7d58dd9e3d1303e8 Ganeti depends on
pyinotify. Updating the documentation accordingly and checking for its
presence at configure time.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent a8a76bc2
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,7 @@ AM_PATH_PYTHON(2.4) ...@@ -170,6 +170,7 @@ AM_PATH_PYTHON(2.4)
AC_PYTHON_MODULE(OpenSSL, t) AC_PYTHON_MODULE(OpenSSL, t)
AC_PYTHON_MODULE(simplejson, t) AC_PYTHON_MODULE(simplejson, t)
AC_PYTHON_MODULE(pyparsing, t) AC_PYTHON_MODULE(pyparsing, t)
AC_PYTHON_MODULE(pyinotify, t)
AC_CONFIG_FILES([ Makefile ]) AC_CONFIG_FILES([ Makefile ])
......
...@@ -281,11 +281,12 @@ nodes): ...@@ -281,11 +281,12 @@ nodes):
- Python OpenSSL bindings, `<http://pyopenssl.sourceforge.net/>`_ - Python OpenSSL bindings, `<http://pyopenssl.sourceforge.net/>`_
- simplejson Python module, `<http://www.undefined.org/python/#simplejson>`_ - simplejson Python module, `<http://www.undefined.org/python/#simplejson>`_
- pyparsing Python module, `<http://pyparsing.wikispaces.com/>`_ - pyparsing Python module, `<http://pyparsing.wikispaces.com/>`_
- pyinotify Python module, `<http://trac.dbzteam.org/pyinotify>`_
These programs are supplied as part of most Linux distributions, so These programs are supplied as part of most Linux distributions, so
usually they can be installed via apt or similar methods. Also many of usually they can be installed via apt or similar methods. Also many of
them will already be installed on a standard machine. them will already be installed on a standard machine.
...@@ -296,7 +297,8 @@ them will already be installed on a standard machine. ...@@ -296,7 +297,8 @@ them will already be installed on a standard machine.
You can use this command line to install all needed packages:: You can use this command line to install all needed packages::
# apt-get install lvm2 ssh bridge-utils iproute iputils-arping \ # apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
python python-pyopenssl openssl python-pyparsing python-simplejson python python-pyopenssl openssl python-pyparsing python-simplejson \
python-pyinotify
Setting up the environment for Ganeti Setting up the environment for Ganeti
------------------------------------- -------------------------------------
......
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