Commit Graph

24 Commits

Author SHA1 Message Date
phamt
096339dc5b Changed $propVals to $propVals->{'mac'} because in the if conditional, $propVals can have a value while $propVals->{'mac'} can be null.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7092 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 23:14:00 +00:00
phamt
878b2bc402 Changed $propVals to $propVals->{'mac'} because in the if conditional, $propVals can have a value while $propVals->{'mac'} can be null.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7076 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 19:55:29 +00:00
phamt
7db2962e5b Fix a bug where the node found in /etc/hosts could contain the same pattern and give the incorrect return.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6964 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 19:15:43 +00:00
phamt
f748d43151 Cleaned up xCAT code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6663 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-07 15:12:44 +00:00
phamt
687683721b Updated references in zVM documentation. Granted VSwitch access in makeVM().
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6517 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-17 19:15:56 +00:00
phamt
610d9e5e91 Update genimage code to support s390x
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6468 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-16 00:09:21 +00:00
phamt
14812ec27b Added statelite support to zVM plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6467 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-15 21:09:35 +00:00
phamt
c100c36560 Updated autoyast template to format dasd. Remove extraneous comments in zvmCPUtils.pm. Changed the way nodeSet() in zvm.pm looks for NICDEF.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6004 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-06 20:42:14 +00:00
phamt
8b64d9795c I commented out updatenode from the handled_commands for now. Refer to defect 2987456 for more details.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5773 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-15 02:13:52 +00:00
phamt
1a26963cda Changed the install directory in nodeSet and updateNode to reference the install directory in the xCAT site table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5772 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-14 20:10:26 +00:00
phamt
ca4e5e2fbf Updated clone and makeVM
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-13 03:28:09 +00:00
phamt
f03baf5ff1 Updated makeVM and clone to support MACID
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5745 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-12 19:09:15 +00:00
phamt
11f6324d79 Updated z/VM plugin to support update release
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-12 14:44:14 +00:00
phamt
5b44b630d9 Updated nodeset() command and added support for rnetboot().
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4925 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-01-08 20:59:28 +00:00
phamt
94b00e9c27 Update z/VM plugin with new code and autoyast/kickstart templates.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4739 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-12-08 19:39:00 +00:00
phamt
05e1e949d3 Change handled_commands() to fix bug ID 2895829.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4554 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-12 14:44:55 +00:00
phamt
bd2b362ec2 Change handled_commands() for rpower.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4541 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-10 16:27:40 +00:00
phamt
c24a0183dd Commented out: use warnings. It takes care of this error, which you get when running rpower() in bypass mode: Use of uninitialized value in numeric eq (==) at /opt/xcat/lib/perl/xCAT_plugin/zvm.pm line 74.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4537 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-10 15:36:19 +00:00
linggao
183c173975 fixed MYSQL server went away error'
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4536 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-10 15:07:16 +00:00
phamt
ca4b4c4871 Change handled_commands() to fix bug ID 2894816.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4526 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-09 21:15:21 +00:00
phamt
13649c5438 Remove switch statements.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4443 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-23 19:28:23 +00:00
phamt
77298cc52f Update z/VM code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4434 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-21 18:03:16 +00:00
phamt
1aee33f265 Change scanVM() because the 'id' property in the 'zvm' table is changed to 'userid'.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-03 15:19:06 +00:00
phamt
7743862e8b Check in Perl modules for z/VM support.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4280 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-01 18:28:00 +00:00