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=C0301,C0324 
 13  # because this is autogenerated, we do not want 
 14  # style warnings 
 15   
 16  PACKAGE_VERSION = '2.8.4' 
 17  VERSION_MAJOR = '2' 
 18  VERSION_MINOR = '8' 
 19  VERSION_REVISION = '4' 
 20  VERSION_SUFFIX = '' 
 21  VERSION_FULL = '2.8.4' 
 22  LOCALSTATEDIR = '/var' 
 23  SYSCONFDIR = '/etc' 
 24  SSH_CONFIG_DIR = '/etc/ssh' 
 25  SSH_LOGIN_USER = 'root' 
 26  SSH_CONSOLE_USER = 'root' 
 27  EXPORT_DIR = '/srv/ganeti/export' 
 28  OS_SEARCH_PATH = ['/srv/ganeti/os'] 
 29  ES_SEARCH_PATH = ['/srv/ganeti/extstorage'] 
 30  XEN_BOOTLOADER = '' 
 31  XEN_CONFIG_DIR = '/etc/xen' 
 32  XEN_KERNEL = '/boot/vmlinuz-3-xenU' 
 33  XEN_INITRD = '/boot/initrd-3-xenU' 
 34  KVM_KERNEL = '/boot/vmlinuz-3-kvmU' 
 35  FILE_STORAGE_DIR = '/srv/ganeti/file-storage' 
 36  ENABLE_FILE_STORAGE = True 
 37  SHARED_FILE_STORAGE_DIR = '/srv/ganeti/shared-file-storage' 
 38  ENABLE_SHARED_FILE_STORAGE = True 
 39  IALLOCATOR_SEARCH_PATH = ['/usr/lib/ganeti/iallocators'] 
 40  KVM_PATH = '/usr/bin/kvm' 
 41  IP_PATH = '/bin/ip' 
 42  SOCAT_PATH = '/usr/bin/socat' 
 43  SOCAT_USE_ESCAPE = True 
 44  SOCAT_USE_COMPRESS = False 
 45  LVM_STRIPECOUNT = 1 
 46  TOOLSDIR = '/usr/lib/ganeti/tools' 
 47  GNT_SCRIPTS = ['gnt-backup', 'gnt-cluster', 'gnt-debug', 'gnt-group', 'gnt-instance', 'gnt-job', 'gnt-network', 'gnt-node', 'gnt-os', 'gnt-storage',] 
 48  HTOOLS_PROGS = ['harep', 'hbal', 'hscan', 'hspace', 'hinfo', 'hcheck', 'hroller', 'hail',] 
 49  PKGLIBDIR = '/usr/lib/ganeti' 
 50  DRBD_BARRIERS = 'n' 
 51  DRBD_NO_META_FLUSH = False 
 52  SYSLOG_USAGE = 'no' 
 53  DAEMONS_GROUP = 'root' 
 54  ADMIN_GROUP = 'root' 
 55  MASTERD_USER = 'root' 
 56  MASTERD_GROUP = 'root' 
 57  RAPI_USER = 'root' 
 58  RAPI_GROUP = 'root' 
 59  CONFD_USER = 'root' 
 60  CONFD_GROUP = 'root' 
 61  LUXID_USER = 'root' 
 62  LUXID_GROUP = 'root' 
 63  NODED_USER = 'root' 
 64  NODED_GROUP = 'root' 
 65  MOND_USER = 'root' 
 66  MOND_GROUP = 'root' 
 67  DISK_SEPARATOR = ':' 
 68  QEMUIMG_PATH = '/usr/bin/qemu-img' 
 69  HTOOLS = True 
 70  ENABLE_CONFD = True 
 71  XEN_CMD = 'xm' 
 72  ENABLE_SPLIT_QUERY = True 
 73  ENABLE_RESTRICTED_COMMANDS = False 
 74  ENABLE_MOND = True 
 75  MAN_PAGES = { 
 76    "ganeti-cleaner": 8, 
 77    "ganeti-confd": 8, 
 78    "ganeti-luxid": 8, 
 79    "ganeti-listrunner": 8, 
 80    "ganeti-masterd": 8, 
 81    "ganeti-mond": 8, 
 82    "ganeti-noded": 8, 
 83    "ganeti-os-interface": 7, 
 84    "ganeti-extstorage-interface": 7, 
 85    "ganeti-rapi": 8, 
 86    "ganeti-watcher": 8, 
 87    "ganeti": 7, 
 88    "gnt-backup": 8, 
 89    "gnt-cluster": 8, 
 90    "gnt-debug": 8, 
 91    "gnt-group": 8, 
 92    "gnt-network": 8, 
 93    "gnt-instance": 8, 
 94    "gnt-job": 8, 
 95    "gnt-node": 8, 
 96    "gnt-os": 8, 
 97    "gnt-storage": 8, 
 98    "hail": 1, 
 99    "harep": 1, 
100    "hbal": 1, 
101    "hcheck": 1, 
102    "hinfo": 1, 
103    "hscan": 1, 
104    "hspace": 1, 
105    "hroller": 1, 
106    "htools": 1, 
107    "mon-collector": 7, 
108  } 
109