Commit Graph

21 Commits

Author SHA1 Message Date
daniceexi
0b15cdaa46 fix the typo in L840 for missing the $
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3246 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-04-23 06:44:39 +00:00
jbjohnso
576d4e6212 -Don't have anaconda recursively farm out pre-farmed requests
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3245 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-04-22 23:05:47 +00:00
jbjohnso
dbe741dcef -Add CentOS 5.3 release disc id
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3066 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-04-01 15:02:33 +00:00
jbjohnso
71c9db8868 -Defer determination of ip facing managed node until write to tftp, to enable dynamic http load balance
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2930 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-18 14:11:30 +00:00
jbjohnso
de597af826 Further move some modules to lower memory
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2903 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-14 16:14:29 +00:00
jbjohnso
0052950159 -Move more modules to load on demand
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2902 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-14 16:00:35 +00:00
lissav
7a232d81c4 remove check for site.master when determining image server. Does not work for servicenode pools. Final check for my_ip_facing should cover the site.master image server when needed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2881 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-12 16:34:54 +00:00
jbjohnso
1fc7442189 -Nodeset netboot support for xen style stateless
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2793 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-02-21 14:25:29 +00:00
mxi1
dc6419b895 RHEL5.3 GA discinfo number added
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2723 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-02-12 06:39:49 +00:00
jars99
0d5cc0b4a5 Added the Fedora 10 disc identifiers to anaconda.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2711 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-02-09 17:17:55 +00:00
jbjohnso
ea7a896bd3 -Update disc id for RHEL 5.3 to GA level
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2680 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-01-31 15:50:38 +00:00
mxi1
6cfd3f909f add os support for RHEL5.3 ppc, when copycds
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2556 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-01-04 11:06:08 +00:00
lissav
2ed71b740a add support for the addkcmdline attribute from the bootparams table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2347 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-14 19:27:40 +00:00
linggao
9502050fec changes for first using /install/custom/.. directories for seaching the package list and template files for mkinstall and packimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2158 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-12 22:40:15 +00:00
jbjohnso
2f3ab2c6c2 -Revert Table write/retrieval at nodeset time
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2152 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-12 13:54:14 +00:00
sikorsky
14600652bf Added special expressions for database table columns. Currently supported are "{hostname}", "{xcatmaster}". Any expression in braces is evaluated and replaced with some interpolated value. If expression is not defined, it's replaces by itself (ie. braces are deleted).
This feature helps keep database very clean and allows easier move of xCAT master from one host to another (define xcatmaster hostname on as few places as possible). Also will help HA setup.
Backwards compatible if not used. Has to be tested if used with service nodes.
In our environment we wanted to make xCAT highly available. Instead of some cluster solution we decided to install two independent xCAT masters. Using this feature we can have exactly the same xCAT database on two dirrefent nodes, so it's possible do backup on on node and restore on other node.
Usage example is in HA cookbook (TBD).


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2135 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-10 21:19:02 +00:00
jbjohnso
d1bd976a67 -Fix problem where copycds interrupted would not unmount images
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2011 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-11 18:36:10 +00:00
jbjohnso
bb9f393537 -Further nodeset 'netboot' improvements. moncfgmaster is the bulk of time now. moncfgmaster speedups are the next logical step. At scale setNodesAttribs call would be the one following that. Without moncfgmaster, the nodeset for 541 servers is now 15 seconds (mostly due to lack of setNodesAttribs)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1868 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-07-11 19:02:39 +00:00
jbjohnso
e61fa1f2c3 -Speed up nodeset a small amount, still not hitting the lions share of the load yet
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-07-11 14:12:05 +00:00
jbjohnso
2b14f70321 -Add disc ids for CentOS5.2 copycds
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1789 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-26 19:12:56 +00:00
jbjohnso
e68fe9d2db -Move xCAT-server and client to not have 2.0 in name for trunk
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1561 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-03 14:56:33 +00:00