summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX
Commit message (Collapse)AuthorAgeFilesLines
...
* * removed needles commentVolker Uhrig2008-08-081-2/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1996 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fix in outputVolker Uhrig2008-08-081-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1995 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Moved broken error handling in installationPhase() toVolker Uhrig2008-08-081-12/+12
| | | | | | | preInstallationPhase() where the exit statment works git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1993 95ad53e4-c205-0410-b2fa-d234c58c8868
* * better error handlingVolker Uhrig2008-08-081-9/+27
| | | | | | | | | * fix of ticket #255 * error handling if no kind is installed is currently broken * documentation of exit statement in preInstallationPhase() added git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1992 95ad53e4-c205-0410-b2fa-d234c58c8868
* * copy a directory with vmware binarys from the server systemVolker Uhrig2008-08-081-1/+42
| | | | | | | | | | | to stage1 via preInstallationPhase() while using slxos-plugin install vendorOS vmware vmware::vmpl1.0=1 vmware::pkgpath=/path/to/tgz * EULA Information at installation got removed * No automatic download anymore git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1989 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing dependency declaration from 'vmware' plugin to 'desktop',Oliver Tappe2008-07-241-0/+1
| | | | | | | in effect closing #237 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1937 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Sync of changeset 1929Volker Uhrig2008-07-175-86/+171
| | | | | | | * reducing if statements in init script git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1931 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup, comments for vmware Plugin, see #240 too ... (renaming of theDirk von Suchodoletz2008-07-131-3/+6
| | | | | | | runlevel script to vmware-env to avoid name overlaps for killall) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1929 95ad53e4-c205-0410-b2fa-d234c58c8868
* * and again a small fix :-/Volker Uhrig2008-07-101-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1914 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixVolker Uhrig2008-07-101-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1913 95ad53e4-c205-0410-b2fa-d234c58c8868
* * rewrite for vmpl1.0. tested on suse-10.2 with successVolker Uhrig2008-07-055-5/+18
| | | | | | | | * asks now if a installed vmplX.0 player should be reinstalled * writes now player version into /etc/vmware/version git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1904 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Minor fix, to make bug hunting easierVolker Uhrig2008-07-051-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1903 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Added Stage3 Attribute checkVolker Uhrig2008-07-051-0/+39
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1902 95ad53e4-c205-0410-b2fa-d234c58c8868
* * path fixVolker Uhrig2008-07-011-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1899 95ad53e4-c205-0410-b2fa-d234c58c8868
* * merge of vmpl1.0 and vmpl2.0 installation scriptVolker Uhrig2008-07-015-20/+20
| | | | | | | | * renamed path root -> vmroot * moved modules to its on place vmroot/modules git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1895 95ad53e4-c205-0410-b2fa-d234c58c8868
* * small fixVolker Uhrig2008-06-081-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1861 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removing deprecated client-config.xml. we hand over the xml itself.Volker Uhrig2008-06-081-0/+59
| | | | | | | | | | | | | | | | needed information are now added by vmchooser (will be then also available for other, in the future developed, virtual machines) * added _untested_ code for installation of vmplayer1. If it works out we can merge it with our vmpl2.0 code * vmware has also 64bit packages... so we need to find a 64bit compiler solution for translation of kernel modules on chrooted vendorOSes running on 32bit OpenSLX servers;-) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1860 95ad53e4-c205-0410-b2fa-d234c58c8868
* * finished implementation of vmpl2.0 installationVolker Uhrig2008-06-075-47/+93
| | | | | | | | | | | | | * tested successfull on suse 10.2 (vmpl2.0 and local installation) * some minor (optical) changes * some more errorhandling for invalid configuration needed * theres a need for tests on debian-based systems * Configuration: http://openslx.org/trac/de/openslx/wiki/vmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1859 95ad53e4-c205-0410-b2fa-d234c58c8868
* Little bit of cleanup in vmware plugin and dealing with theDirk von Suchodoletz2008-06-025-41/+31Star
| | | | | | | restricted capabilities of vmware-dhcpd server ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1834 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixVolker Uhrig2008-05-301-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1818 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Question raised. Perhaps someone could answer itVolker Uhrig2008-05-301-0/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1817 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added needed configuration for /etc/vmware/configVolker Uhrig2008-05-301-0/+14
| | | | | | | | we really need this file * Changes will be tested soon git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1816 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reworked plugin-API concerning the way the parameters are passed into Oliver Tappe2008-05-261-13/+13
| | | | | | | | | | | installationPhase() and removalPhase() - now we use a hash as the amount of parameters has become too large * adjusted all plugins to these API change * now not only the openslx base path, but the openslx config path is bind mounted into the vendor-OS chroot, such that plugins can check the available local configuration extensions git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1803 95ad53e4-c205-0410-b2fa-d234c58c8868
* stupid is as stupid does or murphys lawVolker Uhrig2008-05-241-1/+1
| | | | | | | | | | | * fix of a fix of a fix of a ... * should work now for suse systems * suse 10.2 tested with success * dhcpd needs to get optimized * runlevelscript for gentooanddebian'ish distros aren't tested yet git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1799 95ad53e4-c205-0410-b2fa-d234c58c8868
* * back to revision 1793...Volker Uhrig2008-05-241-306/+306
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1798 95ad53e4-c205-0410-b2fa-d234c58c8868
* * what did i forgot to commit?Volker Uhrig2008-05-241-306/+306
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1797 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problems with local installed version raised through vmpl2.0Volker Uhrig2008-05-241-10/+17
| | | | | | | | | | | | | integration. local should work now. at least it passed tests with suse 10.2 * integration with vmchooser is still missing on side of vmchooser plugin. You can use it with a proper formed xml file: /var/X11R6/bin/run/run-vmware.sh /path/to/xml/xmlfile.xml * vmpl2.0 isn't usable yet. * small bugfixes and nicer output of runvmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1793 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed font problemVolker Uhrig2008-05-231-0/+7
| | | | | | | * raised next step/problem: location of the EULA.txt git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1785 95ad53e4-c205-0410-b2fa-d234c58c8868
* * supress lib error while giving vmware its own font configVolker Uhrig2008-05-221-0/+1
| | | | | | | | * result: font isn't readable. need to get fixed. * also: commit needs to get tested against vmkind=local git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1782 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed problem with gtkVolker Uhrig2008-05-221-1/+2
| | | | | | | * new problem: fonts.conf / gtk / gtk librarys / font librarys git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1781 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a lib problem for vmpl2.0Volker Uhrig2008-05-151-0/+2
| | | | | | | | could have screwed up vmkind=local. needs to get tested more lib+config problems need to get fixed with vmpl2.0 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1772 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Added usage of stage1 attributesVolker Uhrig2008-05-141-61/+12Star
| | | | | | | | | | | | | | | | * small modification in stage3 * Missing * some more error checks and runvmware enhancements (would work without it) * vmware<->vmchooser integration in runvmware or wrapper * test of vmware_kind=local with workstation * vmplayer works with vmware_kind=local * more vmware_kinds * Missing in vmware_kind=vmpl2.0 integration * no kernel modules installed and loaded yet (but are compiled) * test of vmware_kind=vmpl2.0 on test based fixes git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1769 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added stage1 configuration attributeVolker Uhrig2008-05-141-0/+26
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1768 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor changesVolker Uhrig2008-05-141-15/+13Star
| | | | | | | * deleteing vmwarebinary plugin. now merged with vmware plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1767 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added installation of vmplayer 2Volker Uhrig2008-05-141-1/+48
| | | | | | | | * added installation in stage1 * configuration and setup in stage3 and stage4 not done yet! git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1766 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more functions in vmware.pm to make the source better read- and understandableVolker Uhrig2008-05-131-116/+157
| | | | | | | | | | | | also helpful for future integration of different kinds or slx-based vmware installations * all checks possible in stage1 sound now be moved from stage3 to stage1 * runvmware-script depends on the version now. no differences yet, v1 and v2 should be compatible with the same. but for future changes in runvmware its helpfull * dozen of small changes * fixes and cleanup git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1764 95ad53e4-c205-0410-b2fa-d234c58c8868
* * optimization of function... or perhaps not... depending on the nextVolker Uhrig2008-05-021-13/+20
| | | | | | | days git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1761 95ad53e4-c205-0410-b2fa-d234c58c8868
* * created function for version checkVolker Uhrig2008-05-021-39/+50
| | | | | | | | * removed vmware-ws check * cleaned up some code git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1760 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some comments to vmware plugin code ...Dirk von Suchodoletz2008-04-231-36/+38
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1758 95ad53e4-c205-0410-b2fa-d234c58c8868
* * documentation of the next steps with pseudo codeVolker Uhrig2008-04-231-1/+24
| | | | | | | | * raising questions (see changes vmware.pm) perhaps someone likes to add some ideas about it git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1757 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed version identification of local installed vmplayerVolker Uhrig2008-04-231-10/+20
| | | | | | | or vmware ws git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1756 95ad53e4-c205-0410-b2fa-d234c58c8868
* Quick fix for the multiple installation problem of vmware pluginDirk von Suchodoletz2008-04-191-4/+8
| | | | | | | | | | (an installation just worked one time). The solution is not optimal, but avoids to run code, which might not execute on the platform and its much faster this way. The checking should be rewritten in perl and put to a function which decides for workstation/player too ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1750 95ad53e4-c205-0410-b2fa-d234c58c8868
* It seems to be more convinient to check the real thing, not the Dirk von Suchodoletz2008-04-171-2/+2
| | | | | | | wrapper ... (linked elsewhere if script was run already) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1748 95ad53e4-c205-0410-b2fa-d234c58c8868
* Putting "quotation marks" to the filename fixed a setDirk von Suchodoletz2008-04-171-2/+2
| | | | | | | of error messages ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1747 95ad53e4-c205-0410-b2fa-d234c58c8868
* * check if vmplayer or vmware ws is installed on the local stage1 systemVolker Uhrig2008-04-171-22/+57
| | | | | | | | | | * check which vmplayer/vmware version is installed on the local stage1 system * based on the first two changes rewrite of the code to prepare for version based configuration git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1746 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix in device configurationVolker Uhrig2008-04-144-5/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1741 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fix, to get restart workingVolker Uhrig2008-04-142-3/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1740 95ad53e4-c205-0410-b2fa-d234c58c8868
* * setup missing vmnet8 deviceVolker Uhrig2008-04-144-0/+8
| | | | | | | | * currently no changes for vmnet0 device, VMware start skript is not setting up one, too git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1739 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Different changes. Step 1 doneVolker Uhrig2008-04-087-37/+74
| | | | | | | | * SuSE works now in local mode (default) * Ubuntu should run, too git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1732 95ad53e4-c205-0410-b2fa-d234c58c8868
* * made names of distro module consistent across OpenSLX - now the always ↵Oliver Tappe2008-04-067-74/+48Star
| | | | | | | | | | | | start with a capital letter followed by all lowercase (Debian, Fedora, Gentoo, Suse, Ubuntu) * refactored loading of distro modules into a separate function (loadDistroModule() in Basics.pm) * finished support to logging to a file in syslog plugin * worked at desktop plugin (still not working, though) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1721 95ad53e4-c205-0410-b2fa-d234c58c8868