diff options
| author | jandob | 2015-11-19 17:10:22 +0100 |
|---|---|---|
| committer | jandob | 2015-11-19 17:10:22 +0100 |
| commit | e07801dfd6dcb158538bf4d543ca37919da387fe (patch) | |
| tree | a1cf5b93f4953164a9cc506d7aa24b14553b3609 /dev-tools/example-openslx.config | |
| parent | simplifying build script (diff) | |
| parent | Fixed pxe boot and add example pxe config file. (diff) | |
| download | systemd-init-e07801dfd6dcb158538bf4d543ca37919da387fe.tar.gz systemd-init-e07801dfd6dcb158538bf4d543ca37919da387fe.tar.xz systemd-init-e07801dfd6dcb158538bf4d543ca37919da387fe.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'dev-tools/example-openslx.config')
| -rw-r--r-- | dev-tools/example-openslx.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config new file mode 100644 index 00000000..6a0512d2 --- /dev/null +++ b/dev-tools/example-openslx.config @@ -0,0 +1,33 @@ +LX_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' +SLX_SMARTCTL_MIN_REALLOC='32' + +SLX_REBOOT_SCHEDULE='05:30' + +SLX_PROXY_MODE='off' +SLX_PROXY_IP='132.230.1.172' +SLX_PROXY_PORT='1080' +SLX_PROXY_TYPE='socks4' +SLX_PROXY_BLACKLIST='132.230.0.0/16' + +SLX_NTP_SERVER='time.uni-freiburg.de' +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' +SLX_STAGE4='dnbd3 stage4/freiburg/xubuntu_1404_64' +SLX_STAGE4_RID='22' + +SLX_VMCHOOSER_BASE_URL="http://mltk.boot.openslx.org" + +SLX_ROOT_PASS='$6$rtewmYT9$mDlKP.zRmsCl41X0odlwfcOyj4PwLylDXiCWpXpdnGhLIALkpcxSBmj3Jn0iHFm1Vhvxx7jh5FIylWXbf0iAr1' + +#SLX_SHARE_0_PATH='//sunfs3.public.ads.uni-freiburg.de/lehrpool' +#SLX_SHARE_0_PERM='rw' +#SLX_SHARE_0_AUTH_TYPE='pam' |
