2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00
Commit Graph

15484 Commits

Author SHA1 Message Date
843d9418bf fix a shell syntax problem in buildcore.sh 2015-05-26 21:08:44 -04:00
5e248b0b0d Rework traffic control to not involve UDP every SSL connection
If the UDP monitor was busy, the SSL connections could back up.
Rework it so that the UDP monitor would get hung up by the SSL
process instead, if *any* of them get backed up.  However, the
nature of the loop in the SSL client is sufficiently lightweight
that it shouldn't hang up the UDP process under any reasonable
circumstance.  If it did hang it up though, it'll be less hung up
than discovery does already.
2015-05-26 17:03:19 -04:00
f3bfa70f94 Check for uncommitted and modified files in the git repository before
running the build and abort if the build repo is not clean

Add a check for xCAT-UI to undo the sed that is done during the build
to leave the build repo clean
2015-05-26 10:32:48 -04:00
e63a398bfc update build scripts to allow non-root user to build xcat-core tarball locally 2015-05-26 04:20:46 -04:00
7ec5d73d1d add hour and minute time stamp on package 2015-05-26 02:56:11 -04:00
fdc8ca112a correct a typo 'petiboot' 2015-05-26 02:36:53 -04:00
4bb8f103c3 modify makeconservercf 2015-05-25 05:02:31 -04:00
58e13ce04b Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-25 04:50:48 -04:00
ca85e65b4f modify nodech 2015-05-25 04:52:46 -04:00
0e12d48fe3 modify nodels 2015-05-25 04:51:59 -04:00
671657639f Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-25 04:50:13 -04:00
ce7c2b6012 add recommend netboot value for vios 2015-05-25 04:49:48 -04:00
357ba37a75 correct a typo 2015-05-25 02:51:56 -04:00
1d1e7db8c9 add restapi for changing node name. 2015-05-25 02:32:35 -04:00
0b3e4b2bc4 modify genimage testcase 2015-05-25 00:21:56 -04:00
c6ed42c3bd modify makehosts 2015-05-25 00:16:42 -04:00
87974e38e1 modify xcattest 2015-05-25 00:12:43 -04:00
8e6c4dc001 modify xCATreg 2015-05-25 00:10:39 -04:00
8df10bf612 add support on the noderes.netboot checking of nodeset 2015-05-24 22:48:15 -04:00
3c7305c779 fix for bug 4678: rnetboot should still work without gateway 2015-05-24 22:26:18 -04:00
dfb5132d84 fix for bug 4676: add more error checks when the groups is blank when running mkdef/chdef 2015-05-24 22:10:41 -04:00
c8b7962416 add how to check bmc user and password for teamsun 2015-05-22 07:22:58 -04:00
e64f3d3dd7 fix bug 4565 2015-05-22 06:54:55 -04:00
e2204267e6 add rest api for bmcdiscover to check bmc user and password for teamsun. 2015-05-22 06:01:13 -04:00
484e5c102d modify xCATreg 2015-05-22 04:12:02 -04:00
b3969d4407 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-22 03:45:17 -04:00
f3b5808390 add -i -u -p for bmcdiscover to check bmc username and passwd for teamsun 2015-05-22 03:45:08 -04:00
215797fc2f Fix bug #4668, remove all the codes for guessing Linux distros while copycds 2015-05-22 13:39:21 +08:00
e86d75d453 man page for bmcdiscover 2015-05-21 23:09:12 -04:00
7cbd2ac706 add include in cuda's pkglist for diskless 2015-05-21 22:45:05 -04:00
1c330ce09f add include in cuda pkglist and modify compute.ubuntu14.04.2.ppc64le.pkglist 2015-05-21 22:38:15 -04:00
e42449c868 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-21 17:05:32 -04:00
5c31791e71 checking for wrong node names for switchdiscover 2015-05-21 17:04:48 -04:00
62099a7866 add hostname lookup by ip for switchdiscover command 2015-05-21 16:14:50 -04:00
065a97db46 remove -n option for switchdisover command 2015-05-21 15:45:52 -04:00
8d5c71def8 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core
Conflicts:
	xCAT-server/lib/xcat/plugins/switchdiscover.pm
2015-05-21 15:14:38 -04:00
d0f12373d8 Added filters for input and output for switchdiscover command 2015-05-21 15:08:51 -04:00
4cc980f3c6 In the c910 build area, we are using the older buildxcat scripts
so the path for finding the compiler.jar was incorrect.  Updated
the makerpm script to be able to find compiler.jar to build xCAT-UI
2015-05-21 14:31:41 -04:00
135a048a67 Display Switch discovery data in the stanza and xml formats 2015-05-21 11:40:28 -04:00
f005a3894a write switchdiscover attributes to xcat database 2015-05-20 10:38:50 -04:00
4b59e1cdc1 rspconfig ip=dhcp to set BMC get ip address through DHCP 2015-05-20 04:54:36 -04:00
292fd7abfd For command 'rspconfig <node> "userid=<username>" "username=<username>" "password=<password>"', if no userid and username specified, the default userid will be 1, if userid not set but with username specified, the default userid will be 2 2015-05-20 02:38:39 -04:00
4a91c526c3 defect 4671: fix the issue that restapi cannot set attribute which name is password 2015-05-20 02:54:48 -04:00
bb7da9ab61 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-18 15:24:39 -04:00
c9dd5b6aed Fix issue with using getipmicons for pasu/piflash
getipmicons structures the data differently from getNodesAttribs.
Accomodate by merging each responses data in node by node rather
than simply overwriting with the last data.
2015-05-18 15:20:18 -04:00
1f8974af4f fix bug 4667:rhels6.5 diskful installation failed with netboot=yaboot, for netboot=nimol 2015-05-18 08:14:27 -04:00
2409539774 fix bug for PUT and POST attributwes of serviceprocessor object in RESTAPI 2015-05-18 04:58:22 -04:00
a08d3b3aad fix bug 4667:rhels6.5 diskful installation failed with netboot=yaboot 2015-05-18 04:45:04 -04:00
ae636e0afa fix for bug 2825 and 4628: print warning with makedhcp when the node ip address could not resolved, or the ip overlaps with dynamic range 2015-05-18 04:23:02 -04:00
bd49b87057 Fix bug #4669, change the filename to be included, pre.rh.rhel7 -> pre.rh.rhels7. 2015-05-18 15:42:58 +08:00