Merge tag '0.10.2'
[ganeti_webmgr.git] / docs / source / features / clusters.rst
blob43691db6edb21a021ccbaef804cad53910ddbf38
1 Managing Clusters
2 =================
4 Ganeti RAPI users and passwords
5 -------------------------------
7 Before you can start using Ganeti Web Manager you will need to create a
8 user and password on the Ganeti cluster.
10 Create MD5 hash
11 ~~~~~~~~~~~~~~~
13 Here is an example with a user **jack** and password **abc123**
17     echo -n 'jack:Ganeti Remote API:abc123' | openssl md5
19 Add user to Ganeti cluster
20 ~~~~~~~~~~~~~~~~~~~~~~~~~~
22 Add the hash to ``/var/lib/ganeti/rapi_users`` on all the nodes in the
23 cluster and restart ganeti-rapi. Here's an example using above:
24 For ganeti 2.4 and above you need use file /var/lib/ganeti/rapi/users
28     # Hashed password for jack
29     jack {HA1}54c12257ee9be413f2f3182435514aae write
31 For more information on adding users, please check the `Ganeti RAPI
32 documentation <http://docs.ganeti.org/ganeti/current/html/rapi.html#users-and-passwords>`_