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.2.2' 
17  VERSION_MAJOR = '2' 
18  VERSION_MINOR = '2' 
19  VERSION_REVISION = '2' 
20  VERSION_SUFFIX = '' 
21  VERSION_FULL = '2.2.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  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  LVM_STRIPECOUNT = 1 
37  TOOLSDIR = '/usr/local/lib/ganeti/tools' 
38  GNT_SCRIPTS = ['gnt-backup', 'gnt-cluster', 'gnt-debug', 'gnt-instance', 'gnt-job', 'gnt-node', 'gnt-os',] 
39  PKGLIBDIR = '/usr/local/lib/ganeti' 
40  DRBD_BARRIERS = True 
41  SYSLOG_USAGE = 'no' 
42  DAEMONS_GROUP = 'root' 
43  MASTERD_USER = 'root' 
44  RAPI_USER = 'root' 
45  VCS_VERSION = 'v2.2.2-1-g3721d2f' 
46