3879 Commits

Author SHA1 Message Date
jjhua
67454ed336 the additional pkglist for Mellonax ofed ib on rhels6* x86_64 diskless
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11777 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-07 07:34:33 +00:00
zhaoertao
8759c66130 support blade cycle: rpower blade cycle
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11776 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-07 05:41:13 +00:00
jbjohnso
6dab868b55 Fix rspconfig for blade community string
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11772 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 20:41:33 +00:00
jbjohnso
728e45e3a5 Change esxi vm creation and rinv to induce vmware to act like SMBIOS2.6 to guests.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11771 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 20:17:47 +00:00
jbjohnso
1104bc50ca Feed UUID little-endian style into libvirt so that it emerges on the other end consistent with SMBIOS 2.6/MS behavior
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11770 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 20:00:09 +00:00
jbjohnso
5ee88c2603 Make program flow a bit more sane when debugging, don't modify data in the request structure
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11769 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 19:59:54 +00:00
jbjohnso
38c71e86bc Have blade.pm check both representations of uuid to search for a match....
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11768 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 15:55:40 +00:00
jbjohnso
1ab36e3433 Have genduiduuid unconditionally interpret UUID as little-endian, to acheive consistent cross-platform interpretation of DUID
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11766 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 15:55:18 +00:00
jbjohnso
c08b1d2a0f Have IPv6 setup in ESXi5 tolerate 5.(whatever) releases.
Correct for the fact that ESXi presents UUID without byte mangling

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11765 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 15:55:05 +00:00
jbjohnso
f5319690f5 Change esxi DUID-UUID fixup to tolerate case where /hardware/machineUUID does not exist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11763 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 14:13:20 +00:00
phamt
74aa9f3cb9 Added default route into autoyast template.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11762 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 14:00:33 +00:00
zhaoertao
ab867292a3 for NGP, fix some bugs found by UT
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11757 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 06:38:47 +00:00
jjhua
0a1572dd58 cec_off_policy, pending_power_on_side functions for FB
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11756 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 05:17:56 +00:00
sjing
f3e5e9c17d dynamically loading plugins before we use it.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11754 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 05:07:31 +00:00
phamt
f09d85c5a2 Added gateway to mkay4z
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11753 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 03:59:03 +00:00
jbjohnso
4d089d5391 ESXi 5.1 media recognition
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11752 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 21:50:43 +00:00
jbjohnso
3737c6632b Correct mistake in UUID based cmd script generator where a hyphen was omitted
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11751 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 18:33:40 +00:00
jbjohnso
2d42ffe517 wmic csproduct is actually supposed to return the correct ordering, just
some vendors disagreed with MS on encoding.  SMBIOS 2.6 mandates the MS way
In startnet.cmd, assume wmic is accurate instead of 'fixing it'.  This means
DUID changes, but I don't think anyone cares and this paves the way for a
reasonable DUID future.

For autoinst cmd script, it is a problem.  Have windows.pm provide two UUID
based links, one with the correct presentation and a byte-swapped variant

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11750 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 18:33:28 +00:00
zhaoertao
d6d8739cdf For NGP
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11749 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 10:25:08 +00:00
wanghuaz
c428cd60d2 Added rhel6.2 support for diskful compute nodes on x86_64
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 09:45:19 +00:00
wanghuaz
9e2f24d80a Removing unnecessary option for zerombr command for rhel6.2
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11747 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 08:44:35 +00:00
wanghuaz
7f8a43e788 Added pkglist for compute node on rhel6.2 on system x
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 08:27:15 +00:00
jjhua
2a9c813ebd support for FB
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11744 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 07:22:49 +00:00
daniceexi
fce2b6b7f5 remove the fsp obj for NGP support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 06:54:40 +00:00
yinle
604c55e4f3 Fix Bug 3496904:nodeset has error for rh6.1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 05:52:08 +00:00
daniceexi
5ef9fb08e8 output message for unhandled nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11741 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 03:48:42 +00:00
daniceexi
122e46682f remove the fsp obj for NGP blade
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11740 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 03:29:45 +00:00
jbjohnso
ae5b37598d Have blade.pm also be able to match discovering nodes by UUID
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11734 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-03 01:46:19 +00:00
jbjohnso
fac06cba12 Fix genduiduuid.sh script to cope with deficient kernel code too
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11733 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-03 00:14:16 +00:00
nott
f836b3213c mknimimage support for hasn
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11730 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-02 19:33:27 +00:00
nott
50913eb9b5 rmnimimage support for hasn
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11729 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-02 15:19:44 +00:00
sjing
c62079eaff no dump resource defined for osimage, but configdump is specified, report error.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11727 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-02 04:17:16 +00:00
nott
f6473652ff new mkdsklsnode support for hasn
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11726 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-01 21:26:14 +00:00
jbjohnso
8d65490894 Have xCATd more clearly report when registering a plugin fails, also be resiliant to the situation.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11723 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-01 16:21:27 +00:00
jbjohnso
b963e36dc7 Fix xnba using xCAT::Scope without 'use'ing it.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11722 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-01 14:31:10 +00:00
jjhua
4fc13e90ac wget the link http:... instead of ftp...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11718 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-01 06:11:52 +00:00
jjhua
66a2f3a334 add the ib pkglist for rh
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11717 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-01 06:10:47 +00:00
jjhua
a02787ff30 mlnxofed_ib_install could be used for both rhels and sles
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11716 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-01 06:08:20 +00:00
sjing
4860996fbf check valid attributes for mkdsklsnode.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11715 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-01 05:49:24 +00:00
wanghuaz
9836ad8528 Added pkglist, otherpkgs pkglist, and template for RHEL6.2 diskfull installation on service node
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11709 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-29 12:21:59 +00:00
jjhua
6999503160 fixed a syntax issue
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11707 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-29 10:27:17 +00:00
phamt
ffbc59f545 Fixed egrep bug.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11706 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-28 18:56:10 +00:00
phamt
515507b45c Fixed network layer query problem.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11705 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-28 17:51:51 +00:00
sjing
8f0e127d31 rmnimimage: check nim resources(alloc_count) on sn when we want to remove it on mn.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11703 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-28 08:44:13 +00:00
phamt
37183d4185 Added code to remove NIC and disk from active configuration.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11701 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-27 22:16:42 +00:00
jbjohnso
d7d49fd2e7 Fix pxe plugin not having 'xCAT::Scope' used
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11700 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-27 18:48:33 +00:00
jbjohnso
b144a32404 Implement a '-w' argument on rpower suspend to force blocking until system has gone into suspend
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11699 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-27 17:49:29 +00:00
cjhardee
b1611e7311 Added a version handler and turned debugging off.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11698 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-27 15:44:59 +00:00
yinle
aa859d29bd fix bug 3492916 :Hardware connection issue between HMC and CEC
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-27 09:10:04 +00:00
jjhua
7b7b5bfd1b use Mellonax ofed to support for IB QDR
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-27 08:23:49 +00:00