summaryrefslogtreecommitdiffstats
path: root/dev-tools/example-openslx.config
diff options
context:
space:
mode:
authortorben2015-11-20 15:56:14 +0100
committertorben2015-11-20 15:56:14 +0100
commitfc23fa6f63191a5f9a610949a497816744fa7248 (patch)
treecf5ba47de3443dd34ed3470eea57aae0ac0e6576 /dev-tools/example-openslx.config
parentSync. (diff)
downloadsystemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.tar.gz
systemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.tar.xz
systemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.zip
Supporting open slx configuration file.
Diffstat (limited to 'dev-tools/example-openslx.config')
-rw-r--r--dev-tools/example-openslx.config10
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config
index 6a0512d2..ef36d228 100644
--- a/dev-tools/example-openslx.config
+++ b/dev-tools/example-openslx.config
@@ -1,4 +1,11 @@
-LX_VM_NFS='132.230.4.1:/mnt/lehrpools/dnbd3'
+SLX_CONFIGURATION_LOCATION='/opt/openslx'
+SLX_DNBD3_SERVERS='132.230.4.201'
+SLX_DNBD3_RID='0'
+SLX_DNBD3_DEVICE='/dev/dnbd0'
+SLX_DNBD3_IMAGE='archLinux.vdi'
+
+# TODO: Following parameter aren't supported yet.
+SLX_VM_NFS='132.230.4.1:/mnt/lehrpools/dnbd3'
SLX_REMOTE_LOG='http://132.230.8.113/slxadmin/api.php?do=clientlog'
SLX_REMOTE_LOG_SESSIONS='anonymous'
@@ -17,7 +24,6 @@ SLX_BIOS_CLOCK='local'
SLX_NET_DOMAIN='lp.ruf.uni-freiburg.de'
-SLX_DNBD3_SERVERS='132.230.8.113 132.230.4.60 132.230.4.1'
SLX_VM_DNBD3='yes'
SLX_ADDONS='vmware'