xCAT -- eXtreme Cloud Administration Toolkit. This is a mirror from git://git.code.sf.net/p/xcat/xcat-core
Go to file
cjhardee 21f033432c Rewrote how attributes from a node and it's groups are looked up and added the ability to concatinate values for these attributes from mulitple sources by adding "+=NEXTRECORD" to the values in the data.
For example, if bootparams.addkcmdline for the node is "test1+=NEXTRECORD" and bootparams.addkcmdline for the group it is in is "test2", the returned values from nodels for bootparams.addkcmdline will be "test1 test2".

Not that this stops after it finds a single occurance of a value for this attriute without the "+=NEXTRECORD".  If all values from the groups are wanted, each should have "+=NEXTRECORD" at the end of the entry.



git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6840 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 15:47:21 +00:00
build-utils
java-xCAT
perl-xCAT Rewrote how attributes from a node and it's groups are looked up and added the ability to concatinate values for these attributes from mulitple sources by adding "+=NEXTRECORD" to the values in the data. 2010-07-23 15:47:21 +00:00
xCAT for defect 3017528, seperate the "xcatdsklspost" from gettyset, 2010-07-14 09:57:05 +00:00
xCAT-client more ODBC setup info 2010-07-23 12:57:21 +00:00
xCAT-IBMhpc remove the #INCLUDE:/opt/xcat/share/xcat/netboot/sles/compute.sles11.ppc64.pkglist# 2010-07-20 08:24:06 +00:00
xCAT-nbroot -BMC setup enhancements for other models 2010-06-25 19:46:00 +00:00
xCAT-rmc add the more addional log information to postscripts 2010-04-06 08:18:30 +00:00
xCAT-server -Further clean up the message 2010-07-22 15:37:12 +00:00
xCAT-UI delete by xu qing 2010-07-23 01:04:42 +00:00
xCAT-web Updates to system p set up wizard 2009-06-18 18:42:45 +00:00
xCATsn Moved atftp-xcat require so it isn't required on system z 2010-05-03 19:52:56 +00:00
build-debs
buildcore.sh remove AIX bundles files. 2010-06-03 16:02:59 +00:00
builddep.sh fixed --nodeps problem in dep build script 2010-07-14 20:07:57 +00:00
debperldepends
makeclientrpm
makehpcrpm Fix xCAT-IBMhpc build on aix 2010-04-19 13:53:58 +00:00
makenbrootrpm
makeperlxcatrpm
makermcrpm
makeserverrpm
makeuirpm Fixed build for xCAT-UI 2009-06-29 18:59:31 +00:00
makexcatrpm install xCATMN with xCAT metapackage so will be removed on erase 2010-01-25 13:41:46 +00:00
makexcatsnrpm Add xCATsn rpm to AIX build. 2010-02-08 19:48:57 +00:00
mkAIXdeps take out expect, tk, tcl. 2010-06-07 16:52:34 +00:00
mkAIXsnap Add expect,tk,tcl. 2010-03-15 12:48:21 +00:00
README
Version fix bug in build script and up version of trunk to 2.5 2010-04-16 14:37:03 +00:00

xCAT - eXtreme Cluster Administration Toolkit

xCAT is a toolkit for the deployment and administration of clusters.

For documentation on getting started with xCAT, see: 
http://xcat.svn.sourceforge.net/svnroot/xcat/xcat-core/trunk/xCAT-client/share/doc/xCAT2.pdf .

xCAT is made available as OSS under the EPL license:
http://www.opensource.org/licenses/eclipse-1.0.php

(This file is not packaged with the xCAT RPMs.  It is only here for those that look
at the source in SVN and want to know how to get started.  The README that is packaged
with xCAT is in perl-xCAT-2.0/README.)