Project

General

Profile

root / branches / 1.1 / tests / base_config_opennebula.conf @ 847

1
# ============================= #
2
#                               #
3
#      OPENNEBULA OPTIONS       #
4
#                               #
5
# ============================= #
6

    
7
[opennebula]
8
db: one.db
9
onevm: onevm
10
wakeup-interval: 10
11
non-schedulable-interval: 10
12
stop-when-no-more-leases: True
13
dry-run: True
14

    
15
# ============================= #
16
#                               #
17
#         OTHER OPTIONS         #
18
#       (see sample.conf        #
19
#       for description)        #
20
#                               #
21
# ============================= #
22

    
23
[general]
24
loglevel: VDEBUG
25
mode: opennebula
26
datafile: /var/tmp/haizea/results.dat
27
lease-deployment: unmanaged
28
lease-failure-handling: exit
29

    
30
[scheduling]
31
backfilling: aggressive
32
suspension: all
33
migration: False
34
transfer: none
35
suspendresume-exclusion: local
36
shutdown-time: 10
37
enactment-overhead: 0
38
suspend-rate: 32
39
resume-rate: 32