summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser
diff options
context:
space:
mode:
authorSebastian2016-04-25 12:01:08 +0200
committerSebastian2016-04-25 12:01:08 +0200
commit5acda3eaeabae9045609539303a8c12c4ce401f1 (patch)
tree7e71975f8570b05aafe2ea6ec0e242a8912387bb /core/modules/run-virt/data/opt/openslx/vmchooser
parentinitial commit (diff)
downloadmltk-5acda3eaeabae9045609539303a8c12c4ce401f1.tar.gz
mltk-5acda3eaeabae9045609539303a8c12c4ce401f1.tar.xz
mltk-5acda3eaeabae9045609539303a8c12c4ce401f1.zip
merge with latest dev version
Diffstat (limited to 'core/modules/run-virt/data/opt/openslx/vmchooser')
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/config/smb.conf38
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/config/udhcpd-nat1.conf54
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/config/vmchooser.conf4
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/data/SHARELWS.BAT40
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/data/bootpgm.exebin0 -> 8704 bytes
-rwxr-xr-xcore/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exebin0 -> 15360 bytes
6 files changed, 136 insertions, 0 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/config/smb.conf b/core/modules/run-virt/data/opt/openslx/vmchooser/config/smb.conf
new file mode 100644
index 00000000..d8966f71
--- /dev/null
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/config/smb.conf
@@ -0,0 +1,38 @@
+# -----------------------------------------------------------------------------
+# Copyright (c) 2009..2013 - OpenSLX GmbH
+#
+# This program/file is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your feedback to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org
+# -----------------------------------------------------------------------------
+# smb.conf
+# - basic samba configuration file for OpenSLX host-internal networking
+################################################################################
+[global]
+ workgroup = OPENSLX
+ netbios name = HOMESERVER
+ security = SHARE
+ server string = Home and Print Provider
+ bind interfaces only = Yes
+ interfaces = nat1
+ pid directory = /run/samba
+
+[userhome]
+ comment = Home Directory of USER
+ path = /home/USER/PERSISTENT
+ create mask = 0700
+ guest ok = No
+ read only = No
+
+[scratch]
+ comment = Host System Temp Folder
+ path = /tmp
+ create mask = 0700
+ guest ok = Yes
+ read only = No
+ browseable = Yes
+
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/config/udhcpd-nat1.conf b/core/modules/run-virt/data/opt/openslx/vmchooser/config/udhcpd-nat1.conf
new file mode 100644
index 00000000..bca1397c
--- /dev/null
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/config/udhcpd-nat1.conf
@@ -0,0 +1,54 @@
+# Copyright (c) 2013 - OpenSLX GmbH
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your suggestions, praise, or complaints to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org/
+# -----------------------------------------------------------------------------
+# udhcpd.conf
+# - This is the udhcpd configuration file servicing the nat1 interface for
+# the various virtualization services. DNSSERVER and DOMAIN are replaced
+# before deamon start in systemd script.
+################################################################################
+
+# start and end of the IP lease block
+start 192.168.101.20
+end 192.168.101.100
+max_leases 80
+
+# interface that udhcpd will use
+interface nat1
+
+# how long an offered address is reserved (leased) in seconds
+offer_time 6000
+
+# location of the leases file
+lease_file /var/lib/udhcpd/udhcpd-nat1.leases
+
+# location of the pid file
+pidfile /var/run/udhcpd-nat1.pid
+
+option dns DNSSERVER
+option subnet 255.255.255.0
+option router 192.168.101.1
+option wins 192.168.101.10
+option domain DOMAIN virtual.site
+option lprsrv 192.168.101.1
+#option ntpsrv NTPSERVER
+
+# additional options known to udhcpd not used in OpenSLX at the moment
+#subnet #timezone
+#router #timesvr
+#namesvr #dns
+#logsvr #cookiesvr
+#lprsvr #bootsize
+#domain #swapsvr
+#rootpath #ipttl
+#mtu #broadcast
+#wins #lease
+#ntpsrv #tftp
+#bootfile #wpad
+
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/config/vmchooser.conf b/core/modules/run-virt/data/opt/openslx/vmchooser/config/vmchooser.conf
new file mode 100644
index 00000000..b4355880
--- /dev/null
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/config/vmchooser.conf
@@ -0,0 +1,4 @@
+theme=bwlehrpool
+pvs=0
+base=/mnt/vmstore
+
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/data/SHARELWS.BAT b/core/modules/run-virt/data/opt/openslx/vmchooser/data/SHARELWS.BAT
new file mode 100644
index 00000000..01838705
--- /dev/null
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/data/SHARELWS.BAT
@@ -0,0 +1,40 @@
+@echo off
+
+setlocal EnableDelayedExpansion
+
+rem Kein sleep oder timeout bis Win7, also einen
+rem haesslichen Hack (Zeitverz. ca. 5 sec)
+rem Sinn der Verzoegerung: Mitunter (1/3) wird
+rem sonst das erste Netzlaufwerk nicht eingehaengt
+
+@ping -n 5 localhost> nul
+
+rem Konfigdatei auslesen und erstmal in Feld:
+set n=0
+for /f %%i in (b:\sharelw.cfg) do (
+ set array[!n!]=%%i
+ set /A n+=1
+)
+
+rem Aufruf für net use erzeugen:
+set "i=0"
+for %%b in (K L M N O P Q R S T U V W X Y Z) do (
+ if defined array[!i!] (
+ call set aufruf[!i!]=%%b: %%array[!i!]%%
+ set /A "i+=1"
+ ) else (
+ goto :Schleifenende
+ )
+)
+:Schleifenende
+
+rem net use-Aufrufe
+set "i=0"
+:Ausdrucken
+if defined aufruf[!i!] (
+ call net use %%aufruf[!i!]%%
+ set /a "i+=1"
+ GOTO :Ausdrucken
+)
+
+exit /B
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/data/bootpgm.exe b/core/modules/run-virt/data/opt/openslx/vmchooser/data/bootpgm.exe
new file mode 100644
index 00000000..88f89418
--- /dev/null
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/data/bootpgm.exe
Binary files differ
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe b/core/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe
new file mode 100755
index 00000000..114a0dc0
--- /dev/null
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe
Binary files differ