2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

6798 Commits

Author SHA1 Message Date
Jarrod Johnson
515e231b45 Fix rsetboot to an ESXi vm in DRS
In DRS mode, the hypervisor is not known.  Provide the task handler
a hook to find the connection by vm name instead.
2015-06-03 14:56:31 -04:00
ligc
8fc48e7a21 do not try to add ipv6 networks into dhcp if there is no ipv6 network in networks table 2015-06-02 23:43:53 -04:00
linggao
4751f4746f bug fix in switchdiscover 2015-06-02 16:34:35 -04:00
linggao
6bcca682a3 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-06-02 15:52:13 -04:00
linggao
40e1e5ee80 made nmap as default scan method for switchdiscover command 2015-06-02 15:51:07 -04:00
amy0701
fcf9e016d3 fixed defect 4688 use userPW instead of password in xcatws-test.sh 2015-06-02 04:03:30 -04:00
immarvin
e7154e0348 fix #4687 [FVT]:copycds rhels6.5 iso create rhels6.5-ppc64-install-compute_ad. please remove it. 2015-06-02 03:41:23 -04:00
immarvin
db8a4dd07d donot create statelite osimages and diskless service osimages after copycds, 2015-06-02 02:02:40 -04:00
immarvin
ea592fd434 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-06-01 04:50:43 -04:00
amy0701
0b45d3a369 if there is no bmc user, use none for -u 2015-06-01 04:52:12 -04:00
immarvin
f5b1324a6a update subroutines in xCAT::SvrUtils to generate only -compute and -service images, do not clean up the template files for now. 2015-06-01 04:50:20 -04:00
immarvin
3bede8df02 fix defect #4682 [DEV]Sles12 diskfull compute install failed with multiple mac address 2015-05-29 23:51:52 -04:00
linggao
1058c6e518 increased the timeout value for ssh/telnet connection for MelloxIB switch 2015-05-28 16:48:18 -04:00
linggao
98684916f8 made xdsh able to work on Mellanox switches like other ethernet switches 2015-05-28 13:35:39 -04:00
linggao
f6fd10a00c standalize switchtype attribut for switch object 2015-05-27 16:30:21 -04:00
linggao
5204200e04 use under score _ instead of dash - in switch name for switchdiscover. 2015-05-27 15:53:10 -04:00
linggao
ae1457ed52 modified switchdiscover.pm so that it is easier to add new switch types 2015-05-27 15:18:34 -04:00
Casandra Qiu
8ff87bebf9 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-27 12:08:11 -04:00
Casandra Qiu
41a22e4370 Task 44651 Filter out unwanted entries from nmap output 2015-05-27 12:07:23 -04:00
Jarrod Johnson
6916b37234 Reduce communication between SSL and UDP
Previously, every TLS connection caused a communication with UDP
and this was bad.  Then every UDP connection caused a communication
and this was better.  This takes things a little further by only
doing the communication if there is a known interested party now.
2015-05-27 10:39:52 -04:00
Jarrod Johnson
fdc408f270 Decrease forecast as presumed real clients connect
The fudge factor is now decremented according to real number of clients counted
toward sslclient count.  Also, have the overload case break into flow control
communication as well (though it wouldn't have a good answer for an interested client)
2015-05-27 10:35:10 -04:00
Jarrod Johnson
6b10c92f35 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-27 10:25:25 -04:00
Jarrod Johnson
49c809e031 Reorganize UDP <-> SSL rework
Because SSL actually was relying upon accept() to hold indefininetly,
it would hang up the UDP worker indefinitely, blocking requests.
Fix this by driving the loop iteration through select() rather than
accept() and iterating through each file handle only when select()
says they are ready.
2015-05-27 10:23:37 -04:00
Casandra Qiu
1c1103c876 fill in switch type for mgt and nodetype for switchdiscover command 2015-05-27 10:22:41 -04:00
Jarrod Johnson
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
immarvin
ce7c2b6012 add recommend netboot value for vios 2015-05-25 04:49:48 -04:00
amy0701
1d1e7db8c9 add restapi for changing node name. 2015-05-25 02:32:35 -04:00
junxiawang
8e6c4dc001 modify xCATreg 2015-05-25 00:10:39 -04:00
immarvin
8df10bf612 add support on the noderes.netboot checking of nodeset 2015-05-24 22:48:15 -04:00
ligc
3c7305c779 fix for bug 4678: rnetboot should still work without gateway 2015-05-24 22:26:18 -04:00
ligc
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
amy0701
e2204267e6 add rest api for bmcdiscover to check bmc user and password for teamsun. 2015-05-22 06:01:13 -04:00
junxiawang
484e5c102d modify xCATreg 2015-05-22 04:12:02 -04:00
amy0701
b3969d4407 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-22 03:45:17 -04:00
amy0701
f3b5808390 add -i -u -p for bmcdiscover to check bmc username and passwd for teamsun 2015-05-22 03:45:08 -04:00
GONG Jie
215797fc2f Fix bug #4668, remove all the codes for guessing Linux distros while copycds 2015-05-22 13:39:21 +08:00
junxiawang
7cbd2ac706 add include in cuda's pkglist for diskless 2015-05-21 22:45:05 -04:00
junxiawang
1c330ce09f add include in cuda pkglist and modify compute.ubuntu14.04.2.ppc64le.pkglist 2015-05-21 22:38:15 -04:00
linggao
e42449c868 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-21 17:05:32 -04:00
linggao
5c31791e71 checking for wrong node names for switchdiscover 2015-05-21 17:04:48 -04:00
Casandra Qiu
62099a7866 add hostname lookup by ip for switchdiscover command 2015-05-21 16:14:50 -04:00
linggao
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
linggao
d0f12373d8 Added filters for input and output for switchdiscover command 2015-05-21 15:08:51 -04:00
Casandra Qiu
135a048a67 Display Switch discovery data in the stanza and xml formats 2015-05-21 11:40:28 -04:00
Casandra Qiu
f005a3894a write switchdiscover attributes to xcat database 2015-05-20 10:38:50 -04:00
ertaozh
4b59e1cdc1 rspconfig ip=dhcp to set BMC get ip address through DHCP 2015-05-20 04:54:36 -04:00
ertaozh
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
WangXiaoPeng
4a91c526c3 defect 4671: fix the issue that restapi cannot set attribute which name is password 2015-05-20 02:54:48 -04:00
ertaozh
1f8974af4f fix bug 4667:rhels6.5 diskful installation failed with netboot=yaboot, for netboot=nimol 2015-05-18 08:14:27 -04:00
ertaozh
2409539774 fix bug for PUT and POST attributwes of serviceprocessor object in RESTAPI 2015-05-18 04:58:22 -04:00