1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Changed default values in configuration file

* Polling interval is now 60 seconds
* VM_DIR is changed to the directory used in the documentation
* KVM is now the default driver for IM and VMM
* Default transfer driver is NFS



git-svn-id: http://svn.opennebula.org/one/trunk@699 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-07-16 17:14:01 +00:00
parent 049450fe95
commit a139a121d0

View File

@ -18,11 +18,11 @@
# DEBUG_LEVEL: 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG
#*******************************************************************************
HOST_MONITORING_INTERVAL = 10
HOST_MONITORING_INTERVAL = 60
VM_POLLING_INTERVAL = 10
VM_POLLING_INTERVAL = 60
#VM_DIR=/local/one_images
#VM_DIR=/srv/cloud/one/var
PORT=2633
@ -59,18 +59,18 @@ MAC_PREFIX = "00:03"
# /etc/one/ if OpenNebula was installed in /)
#*******************************************************************************
IM_MAD = [
name = "im_xen",
executable = "one_im_ssh",
arguments = "im_xen/im_xen.conf" ]
#IM_MAD = [
# name = "im_xen",
# executable = "one_im_ssh",
# arguments = "im_xen/im_xen.conf" ]
#-------------------------------------------------------------------------------
# KVM Information Driver Manager sample configuration
#-------------------------------------------------------------------------------
#IM_MAD = [
# name = "im_kvm",
# executable = "one_im_ssh",
# arguments = "im_kvm/im_kvm.conf" ]
IM_MAD = [
name = "im_kvm",
executable = "one_im_ssh",
arguments = "im_kvm/im_kvm.conf" ]
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -103,20 +103,20 @@ IM_MAD = [
# type : driver type, supported drivers: xen, kvm, xml
#*******************************************************************************
VM_MAD = [
name = "vmm_xen",
executable = "one_vmm_xen",
default = "vmm_xen/vmm_xen.conf",
type = "xen" ]
#VM_MAD = [
# name = "vmm_xen",
# executable = "one_vmm_xen",
# default = "vmm_xen/vmm_xen.conf",
# type = "xen" ]
#-------------------------------------------------------------------------------
# KVM Virtualization Driver Manager sample configuration
#-------------------------------------------------------------------------------
#VM_MAD = [
# name = "vmm_kvm",
# executable = "one_vmm_kvm",
# default = "vmm_kvm/vmm_kvm.conf",
# type = "kvm" ]
VM_MAD = [
name = "vmm_kvm",
executable = "one_vmm_kvm",
default = "vmm_kvm/vmm_kvm.conf",
type = "kvm" ]
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -148,18 +148,18 @@ VM_MAD = [
# /etc/one/ if OpenNebula was installed in /)
#*******************************************************************************
TM_MAD = [
name = "tm_ssh",
executable = "one_tm",
arguments = "tm_ssh/tm_ssh.conf" ]
#TM_MAD = [
# name = "tm_ssh",
# executable = "one_tm",
# arguments = "tm_ssh/tm_ssh.conf" ]
#-------------------------------------------------------------------------------
# NFS Transfer Manager Driver sample configuration
#-------------------------------------------------------------------------------
#TM_MAD = [
# name = "tm_nfs",
# executable = "one_tm",
# arguments = "tm_nfs/tm_nfs.conf" ]
TM_MAD = [
name = "tm_nfs",
executable = "one_tm",
arguments = "tm_nfs/tm_nfs.conf" ]
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------