summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-vmchooser_env
Commit message (Collapse)AuthorAgeFilesLines
* Moved common data files of vmchooser and vmchooser2 to new module called ↵Simon Rettberg2015-05-151-182/+0Star
| | | | run-virt
* don't split busybox applets in /usr.Jonathan Bauer2014-07-011-1/+1
| | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries.
* Make some modules use iptables-helperSimon Rettberg2014-01-171-1/+4
|
* [vmchooser] Refining iptables MASQUERADE rule to work around an issue where ↵Simon Rettberg2014-01-131-1/+1
| | | | incoming broadcast packets get their *source* address set to the local br0 address, although the old rule clearly stated to only masquerade outgoing packets (-o br0)
* Heavily reworked the networking for the various virtual machines:Dirk2013-12-131-3/+49
| | | | | | | | | | | | | | | | | There will be three types of network interfaces for virtual machines available all will be configured for every type of virtualization tool a) br0 is the direct host bridge into the local LAN (br0 already exists) vmnet0 for VMware vboxnet0 for VirtualBox kvmnet0* for Qemu/KVM b) nat1 is an internal bridge which "NATes" into the local LAN (with DHCP) vmnet1 for VMware vboxnet1 for VirtualBox kvmnet1* for Qemu/KVM c) vsw2 is an internal host bridge to connect software defined LANs to vmnet2 for VMware vboxnet2 for VirtualBox kvmnet2* for Qemu/KVM
* Restructuring run-virt.include for vmware ...Dirk2013-12-121-9/+14
|
* Fixing the cdrom and floppy detection ...Dirk2013-12-061-13/+25
|
* [openslx] script systemd-vmchooser_env shebang --> /bin/bashChristian Rößler2013-11-291-1/+1
|
* [diverse modules] data dir: Changes shebangs to /bin/ashChristian Rößler2013-11-291-1/+1
|
* <virtualization> More path changes... Might not be complete yetSimon Rettberg2013-11-261-28/+28
|
* [vmchooser] Add support for dnbd3 (if servers are specified in config)Simon Rettberg2013-08-201-1/+5
| | | | Also add fallback if MAC address is not present in config
* [vmchooser] moved all vmchooser specific files and scripts to /opt/openslx. ↵Jonathan Bauer2013-08-021-0/+112
Renamed 'var/lib/virt' to 'mnt/vmstore'. Added bwlehrpool theme for vmchooser#