diff --git a/share/etc/oned.conf b/share/etc/oned.conf index a74a4f3a80..00c9bb51a6 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -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" ] #------------------------------------------------------------------------------- #-------------------------------------------------------------------------------