Package ganeti :: Module _autoconf
[hide private]
[frames] | no frames]

Source Code for Module ganeti._autoconf

 1  # This file is automatically generated, do not edit! 
 2  # 
 3   
 4  """Build-time configuration for Ganeti. 
 5   
 6  This file is autogenerated by the build process. 
 7  For any changes you need to re-run ./configure (and 
 8  not edit by hand). 
 9   
10  """ 
11   
12  # pylint: disable-msg=C0301,C0324 
13  # because this is autogenerated, we do not want 
14  # style warnings 
15   
16  PACKAGE_VERSION = '2.3.1' 
17  VERSION_MAJOR = '2' 
18  VERSION_MINOR = '3' 
19  VERSION_REVISION = '1' 
20  VERSION_SUFFIX = '' 
21  VERSION_FULL = '2.3.1' 
22  LOCALSTATEDIR = '/usr/local/var' 
23  SYSCONFDIR = '/usr/local/etc' 
24  SSH_CONFIG_DIR = '/etc/ssh' 
25  EXPORT_DIR = '/srv/ganeti/export' 
26  OS_SEARCH_PATH = ['/srv/ganeti/os'] 
27  XEN_BOOTLOADER = '' 
28  XEN_KERNEL = '/boot/vmlinuz-2.6-xenU' 
29  XEN_INITRD = '/boot/initrd-2.6-xenU' 
30  FILE_STORAGE_DIR = '/srv/ganeti/file-storage' 
31  ENABLE_FILE_STORAGE = True 
32  IALLOCATOR_SEARCH_PATH = ['/usr/local/lib/ganeti/iallocators'] 
33  KVM_PATH = '/usr/bin/kvm' 
34  SOCAT_PATH = '/usr/bin/socat' 
35  SOCAT_USE_ESCAPE = True 
36  SOCAT_USE_COMPRESS = False 
37  LVM_STRIPECOUNT = 1 
38  TOOLSDIR = '/usr/local/lib/ganeti/tools' 
39  GNT_SCRIPTS = ['gnt-backup', 'gnt-cluster', 'gnt-debug', 'gnt-instance', 'gnt-job', 'gnt-node', 'gnt-os',] 
40  PKGLIBDIR = '/usr/local/lib/ganeti' 
41  DRBD_BARRIERS = True 
42  SYSLOG_USAGE = 'no' 
43  DAEMONS_GROUP = 'root' 
44  ADMIN_GROUP = 'root' 
45  MASTERD_USER = 'root' 
46  MASTERD_GROUP = 'root' 
47  RAPI_USER = 'root' 
48  RAPI_GROUP = 'root' 
49  CONFD_USER = 'root' 
50  CONFD_GROUP = 'root' 
51  NODED_USER = 'root' 
52  VCS_VERSION = 'v2.3.1' 
53