aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/opennebula/opennebula.confd
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/opennebula/opennebula.confd')
-rw-r--r--unmaintained/opennebula/opennebula.confd25
1 files changed, 25 insertions, 0 deletions
diff --git a/unmaintained/opennebula/opennebula.confd b/unmaintained/opennebula/opennebula.confd
new file mode 100644
index 0000000000..fcda1cc4a7
--- /dev/null
+++ b/unmaintained/opennebula/opennebula.confd
@@ -0,0 +1,25 @@
+# opennebula home directory
+HOME="/var/lib/one"
+
+# 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=""
+
+