Deprecated: Dependencies

Warning

This document is deprecated as of Ganeti Web Manager version 0.11.

Base

Python

>= 2.5

Python-dev

sudo apt-get install python-dev

Note

Python-dev is required because some pip packages need it to build dependencies

Databases

All databases need their required python binding installed in order for Django to connect. Please refer to Django database documentation if you have any issues.

MySQL

python-mysql

pip install MySQL-python
PostgreSQL

postgresql_psycopg2

pip install psycopg2

LDAP

LDAP dependencies can be found on the Dependencies page.

Deprecated: Compatibility

Ganeti Web Manager is compatible with the following:

Ganeti

2.4.x–2.6.0.

Earlier versions are unsupported; they may occasionally work, but should not be relied upon.

Browsers

Mozilla Firefox >= 3.x, current Google Chrome/Google Chromium.

Other contemporary browsers may also work, but are not supported.

The web-based VNC console requires browser support of WebSockets and HTML5.

Databases

SQLite, MySQL.

New in version 0.10: PostgreSQL has limited support

Operating Systems

Ubuntu 11.10, Ubuntu 12.04, CentOS 6.

Known to work on Debian 7 and CentOS 5.

Debian 6 should work, provided that pip, virtualenv and fabric are the latest version managed through pip.