Statistics
| Branch: | Tag: | Revision:

root / tools / users-setup.in @ c6bca2d1

History | View | Annotate | Download (834 Bytes)

# Date Author Comment
27433b5c 04/30/2013 10:56 am Michele Tartara

Add monitoring daemon to the masterd group

The hmac.key file is owned by group masterd and is required to communicate with
the confd.

The monitoring daemon need to communicate with the confd so it has to be part of
the masterd group.

Signed-off-by: Michele Tartara <>...

95990bc5 04/24/2013 07:53 pm Klaus Aehlig

Merge branch 'stable-2.7' into stable-2.8

Conflicts:
NEWS
doc/rapi.rst

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Guido Trotter <>

d34b3b8e 04/22/2013 01:46 pm Michele Tartara

Add monitoring daemon user to user creation script

The script was added to Ganeti before the monitoring daemon, so it
did not include that user yet.

Signed-off-by: Michele Tartara <>
Reviewed-by: Klaus Aehlig <>

2474965b 04/17/2013 09:27 am Guido Trotter

users setup: add masterd to confd group

Without this masterd fails saving the config, because it can't change
the group on the file.

Signed-off-by: Guido Trotter <>
Reviewed-by: Helga Velroyen <>

cdd27f7f 04/09/2013 05:27 pm Michele Tartara

Add tool for creating users and groups

When executed in split user mode, Ganeti requires a specific set of users
and groups to be created in the appropriate way.

This commit introduces a tool that takes care of that automatically.

Signed-off-by: Michele Tartara <>...