Package ganeti :: Module runtime :: Class GetentResolver
[hide private]
[frames] | no frames]

Class GetentResolver

source code

Resolves Ganeti uids and gids by name.

Instance Methods [hide private]
 
__init__(self, _getpwnam=pwd.getpwnam, _getgrnam=grp.getgrnam)
Initialize the resolver.
source code
Instance Variables [hide private]
  admin_gid
The resolved gid of the admin group
  confd_gid
The resolved gid of the confd group
  confd_uid
The resolved uid of the confd user
  daemons_gid
The resolved gid of the daemons group
  masterd_gid
The resolved gid of the masterd group
  masterd_uid
The resolved uid of the masterd user
  noded_uid
The resolved uid of the noded user
  rapi_gid
The resolved gid of the rapi group
  rapi_uid
The resolved uid of the rapi user