aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opennebula/opennebula.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-04-29 08:14:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-29 12:36:41 +0000
commitb7d9e547caa397ec439a817492948b2f5356fc0f (patch)
treeefe42605e85affabd0c5523d53c0c9ac76bf0a83 /testing/opennebula/opennebula.confd
parent80acbaee801184140fac0c967cbb8aa051db2b06 (diff)
downloadaports-b7d9e547caa397ec439a817492948b2f5356fc0f.tar.bz2
aports-b7d9e547caa397ec439a817492948b2f5356fc0f.tar.xz
move testing/opennebula to unmaintained
it was broken and not touched since 2014.
Diffstat (limited to 'testing/opennebula/opennebula.confd')
-rw-r--r--testing/opennebula/opennebula.confd25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/opennebula/opennebula.confd b/testing/opennebula/opennebula.confd
deleted file mode 100644
index fcda1cc4a7..0000000000
--- a/testing/opennebula/opennebula.confd
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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=""
-
-