summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-05-14 18:25:11 +0200
committerVolker Uhrig2008-05-14 18:25:11 +0200
commite5940963f2917f890a9b18c8d748da0342d05274 (patch)
tree3c119f958746d529ad619f96b8110d4e4c64d6b7 /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parent* minor changes (diff)
downloadcore-e5940963f2917f890a9b18c8d748da0342d05274.tar.gz
core-e5940963f2917f890a9b18c8d748da0342d05274.tar.xz
core-e5940963f2917f890a9b18c8d748da0342d05274.zip
* added stage1 configuration attribute
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1768 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm26
1 files changed, 26 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index 6115e4ce..ca712b15 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -137,6 +137,32 @@ sub getAttrInfo
content_descr => 'Allowed values: local, vmpl2.0',
default => 'local',
},
+ ##
+ ## only stage1 setup options: different kinds to setup
+ ## TODO: write a list and check it in stage3
+ 'vmware::local' => {
+ applies_to_vendor_os => 1,
+ applies_to_system => 0,
+ applies_to_clients => 0,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ Set's up stage1 configuration for a local installed
+ vmplayer or vmware workstation
+ End-of-Here
+ content_regex => qr{^(1|0)$},
+ content_descr => '1 means active - 0 means inactive',
+ default => '1',
+ },
+ 'vmware::vmpl2.0' => {
+ applies_to_vendor_os => 1,
+ applies_to_system => 0,
+ applies_to_clients => 0,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ Install and configure vmplayer v2
+ End-of-Here
+ content_regex => qr{^(1|0)$},
+ content_descr => '1 means active - 0 means inactive',
+ default => '0',
+ },
# ** set of attributes for the installation of VM Workstation/Player
# versions. More than one package could be installed in parallel.
# To be matched to/triggerd by 'vmware::kind'