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  PACKAGE_VERSION = '2.0.6' 
13  VERSION_MAJOR = '2' 
14  VERSION_MINOR = '0' 
15  VERSION_REVISION = '6' 
16  VERSION_SUFFIX = '' 
17  VERSION_FULL = '2.0.6' 
18  LOCALSTATEDIR = '/usr/local/var' 
19  SYSCONFDIR = '/usr/local/etc' 
20  SSH_INITD_SCRIPT = '/etc/init.d/ssh' 
21  EXPORT_DIR = '/srv/ganeti/export' 
22  OS_SEARCH_PATH = ['/srv/ganeti/os'] 
23  XEN_KERNEL = '/boot/vmlinuz-2.6-xenU' 
24  XEN_INITRD = '/boot/initrd-2.6-xenU' 
25  FILE_STORAGE_DIR = '/srv/ganeti/file-storage' 
26  IALLOCATOR_SEARCH_PATH = ['/usr/local/lib/ganeti/iallocators'] 
27  KVM_PATH = '/usr/bin/kvm' 
28  KVM_MIGRATION_PORT = '8102' 
29  SOCAT_PATH = '/usr/bin/socat' 
30  LVM_STRIPECOUNT = 1 
31