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.5.2' 
17  VERSION_MAJOR = '2' 
18  VERSION_MINOR = '5' 
19  VERSION_REVISION = '2' 
20  VERSION_SUFFIX = '' 
21  VERSION_FULL = '2.5.2' 
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  SHARED_FILE_STORAGE_DIR = '/srv/ganeti/shared-file-storage' 
33  ENABLE_SHARED_FILE_STORAGE = True 
34  IALLOCATOR_SEARCH_PATH = ['/usr/local/lib/ganeti/iallocators'] 
35  KVM_PATH = '/usr/bin/kvm' 
36  IP_PATH = '/bin/ip' 
37  SOCAT_PATH = '/usr/bin/socat' 
38  SOCAT_USE_ESCAPE = True 
39  SOCAT_USE_COMPRESS = False 
40  LVM_STRIPECOUNT = 1 
41  TOOLSDIR = '/usr/local/lib/ganeti/tools' 
42  GNT_SCRIPTS = ['gnt-backup', 'gnt-cluster', 'gnt-debug', 'gnt-group', 'gnt-instance', 'gnt-job', 'gnt-node', 'gnt-os',] 
43  PKGLIBDIR = '/usr/local/lib/ganeti' 
44  DRBD_BARRIERS = True 
45  SYSLOG_USAGE = 'no' 
46  DAEMONS_GROUP = 'root' 
47  ADMIN_GROUP = 'root' 
48  MASTERD_USER = 'root' 
49  MASTERD_GROUP = 'root' 
50  RAPI_USER = 'root' 
51  RAPI_GROUP = 'root' 
52  CONFD_USER = 'root' 
53  CONFD_GROUP = 'root' 
54  NODED_USER = 'root' 
55  NODED_GROUP = 'root' 
56  DISK_SEPARATOR = ':' 
57  HTOOLS = True 
58