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.9.7' 
 17  VERSION_MAJOR = '2' 
 18  VERSION_MINOR = '9' 
 19  VERSION_REVISION = '7' 
 20  VERSION_SUFFIX = '' 
 21  VERSION_FULL = '2.9.7' 
 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  IALLOCATOR_SEARCH_PATH = ['/usr/lib/ganeti/iallocators'] 
 36  KVM_PATH = '/usr/bin/kvm' 
 37  IP_PATH = '/bin/ip' 
 38  SOCAT_PATH = '/usr/bin/socat' 
 39  SOCAT_USE_ESCAPE = True 
 40  SOCAT_USE_COMPRESS = False 
 41  LVM_STRIPECOUNT = 1 
 42  TOOLSDIR = '/usr/lib/ganeti/tools' 
 43  GNT_SCRIPTS = ['gnt-backup', 'gnt-cluster', 'gnt-debug', 'gnt-group', 'gnt-instance', 'gnt-job', 'gnt-network', 'gnt-node', 'gnt-os', 'gnt-storage',] 
 44  HTOOLS_PROGS = ['harep', 'hbal', 'hscan', 'hspace', 'hinfo', 'hcheck', 'hroller', 'hail',] 
 45  PKGLIBDIR = '/usr/lib/ganeti' 
 46  DRBD_BARRIERS = 'n' 
 47  DRBD_NO_META_FLUSH = False 
 48  SYSLOG_USAGE = 'no' 
 49  DAEMONS_GROUP = 'root' 
 50  ADMIN_GROUP = 'root' 
 51  MASTERD_USER = 'root' 
 52  MASTERD_GROUP = 'root' 
 53  RAPI_USER = 'root' 
 54  RAPI_GROUP = 'root' 
 55  CONFD_USER = 'root' 
 56  CONFD_GROUP = 'root' 
 57  LUXID_USER = 'root' 
 58  LUXID_GROUP = 'root' 
 59  NODED_USER = 'root' 
 60  NODED_GROUP = 'root' 
 61  MOND_USER = 'root' 
 62  MOND_GROUP = 'root' 
 63  DISK_SEPARATOR = ':' 
 64  QEMUIMG_PATH = '/usr/bin/qemu-img' 
 65  HTOOLS = True 
 66  ENABLE_CONFD = True 
 67  XEN_CMD = '' 
 68  ENABLE_SPLIT_QUERY = True 
 69  ENABLE_RESTRICTED_COMMANDS = False 
 70  ENABLE_MOND = True 
 71  MAN_PAGES = { 
 72    "ganeti-cleaner": 8, 
 73    "ganeti-confd": 8, 
 74    "ganeti-luxid": 8, 
 75    "ganeti-listrunner": 8, 
 76    "ganeti-masterd": 8, 
 77    "ganeti-mond": 8, 
 78    "ganeti-noded": 8, 
 79    "ganeti-os-interface": 7, 
 80    "ganeti-extstorage-interface": 7, 
 81    "ganeti-rapi": 8, 
 82    "ganeti-watcher": 8, 
 83    "ganeti": 7, 
 84    "gnt-backup": 8, 
 85    "gnt-cluster": 8, 
 86    "gnt-debug": 8, 
 87    "gnt-group": 8, 
 88    "gnt-network": 8, 
 89    "gnt-instance": 8, 
 90    "gnt-job": 8, 
 91    "gnt-node": 8, 
 92    "gnt-os": 8, 
 93    "gnt-storage": 8, 
 94    "hail": 1, 
 95    "harep": 1, 
 96    "hbal": 1, 
 97    "hcheck": 1, 
 98    "hinfo": 1, 
 99    "hscan": 1, 
100    "hspace": 1, 
101    "hroller": 1, 
102    "htools": 1, 
103    "mon-collector": 7, 
104  } 
105