diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-11 20:23:38 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-06-11 20:23:38 +0000 |
commit | e9a1b8eec6a8c001bb8c5e84634210c28cf968f3 (patch) | |
tree | 4c59ce921a67723fcbc81022881b4e36394b99de /testing/opennebula/opennebula.confd | |
parent | 81370338320d126b7fed9422b2a623f887ecbb17 (diff) | |
download | aports-e9a1b8eec6a8c001bb8c5e84634210c28cf968f3.tar.bz2 aports-e9a1b8eec6a8c001bb8c5e84634210c28cf968f3.tar.xz |
testing/opennebula: new aport
Diffstat (limited to 'testing/opennebula/opennebula.confd')
-rw-r--r-- | testing/opennebula/opennebula.confd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/opennebula/opennebula.confd b/testing/opennebula/opennebula.confd new file mode 100644 index 000000000..3b15e61bf --- /dev/null +++ b/testing/opennebula/opennebula.confd @@ -0,0 +1,23 @@ + +# opennebula user +USER="oneadmin" +GROUP="oneadmin" + +# options for oned +ONED_OPTIONS="" + +# scheduler pid file +SCHED_PIDFILE="/var/run/one/sched.pid" + +# The following command line arguments are supported by mm_shed: +# [-p port] to connect to oned - default: 2633 +# [-t timer] seconds between two scheduling actions - default: 30 +# [-m machines limit] max number of VMs managed in each scheduling action +# - default: 300 +# [-d dispatch limit] max number of VMs dispatched in each scheduling action +# - default: 30 +# [-h host dispatch] max number of VMs dispatched to a given host in each +# scheduling action - default: 1 +SCHED_OPTIONS="" + + |