2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-08 17:50:09 +00:00
Commit Graph

4327 Commits

Author SHA1 Message Date
chenglch 2608c753c1 Fix defect: Error to check the rflash option
rflash for ipmi also supports the fpc machines,
delete the check constraints for unknown options.
2015-11-16 07:52:40 -05:00
zet809 9f1422ae35 Merge pull request #391 from chenglch/rflash-fork
Fork a rflash process for each node
2015-11-16 14:17:19 +08:00
zet809 d39d5b567c Merge pull request #386 from xuweibj/I302
to fix Issue 302, modified my_ip_facing and related functions
2015-11-12 14:01:14 +08:00
XuWei f2b9f6e94a to fix Issue 302, modified my_ip_facing and related functions 2015-11-12 00:33:03 -05:00
chenglch a52c7166c2 Fork a rflash process for each node
Original implementation use thread to deal with the rflash
procedure for multiple nodes, but thread is not suggested
by perl. This patch aims to replace the thread with process.
2015-11-11 02:48:28 -05:00
Victor Hu 76acb1f315 Merge pull request #355 from chenglch/rflash
rflash to upgrade firmware with ipmitool-xcat
2015-11-05 16:16:11 -05:00
Victor Hu 4adbafdc2d Merge pull request #357 from cxhong/234
Github issue #234, add more sensor type support for rvitals command
2015-11-05 09:55:39 -05:00
Xiaopeng Wang 83e4df505e Merge pull request #301 from zet809/bmcdiscovery_add_flag_t
add flag -t for bmcdiscovery to generate a temp bmc node
2015-11-05 16:11:02 +08:00
chenglch 63b3b6facb rflash to upgrade firmware with ipmitool-xcat
- check ipmitool-xcat version (1.8.15 or above)
- check hpm file
- upgrade firmware with ipmitool-xcat
- add thread support for rflash
2015-11-05 03:08:51 -05:00
Xiaopeng Wang 3fbb81c37d Merge pull request #247 from loz-hurst/master
Stop repeating domains in domain-search
2015-11-05 14:50:09 +08:00
Xiaopeng Wang 8ff0f796c1 Merge pull request #319 from immarvin/issue317
fix issue [fvt]2.11 rcons will stay in anaconda interface in rh7.2 ppc64le
2015-11-05 13:20:34 +08:00
Victor Hu d62478e34e Merge pull request #337 from cxhong/335
switchdiscover should not create switch object name with "_"
2015-11-04 14:35:36 -05:00
Casandra Qiu 956310878b Github issue #234, add more sensor type support for rvitals command 2015-11-03 17:12:57 -05:00
bybai 19a6faf86b Merge pull request #351 from mavscjb/master
fix for Ubuntu MN to provision rhel CN failed
2015-11-03 17:27:42 +08:00
yangsong ed85458353 Merge pull request #343 from penguhyang/show_debian_copycds
correct the cluster.log show doing debian copycds
2015-11-03 17:18:27 +08:00
immarvin fa3f96a940 removed some commented-out lines;added some comments;modified the variable name prdevices to passthrudevices for readability 2015-11-02 22:00:09 -05:00
immarvin 2ab63fc125 throw an error message if the specified --cpupin cpuset include invalid node exclude declaration 2015-11-02 22:00:09 -05:00
immarvin c2a0578edf remove debug line 2015-11-02 22:00:08 -05:00
immarvin c5f1075aee add kvm features: cpu pining, memory binding and pci passthrough 2015-11-02 22:00:08 -05:00
mavscjb 0dd7e79635 fix for Ubuntu MN to provision rhel CN failed 2015-11-02 21:58:12 -05:00
mavscjb 641094dda9 fix for Ubuntu MN to provision rhel CN failed 2015-11-02 04:05:38 -05:00
ertaozh 861164068b add flag -t for bmcdiscovery to generate a temp bmc node 2015-11-01 21:31:32 -05:00
penguhyang 4cf7ac6aaf correct the cluster.log show doing debian copycds 2015-10-30 02:24:40 -04:00
Casandra Qiu f64008c152 switchdiscover should not create switch object name with "_" for github
issue #335
2015-10-29 10:40:18 -04:00
immarvin 505826e7e9 fix issue [fvt]2.11 rcons will stay in anaconda interface in rh7.2 ppc64le 2015-10-26 04:48:16 -04:00
Jarrod Johnson 50ce848930 Handle ',,' in nodelist
If ',,' is in nodelist, then confluent is
told to deal with empty groups.  Filter
that phenomenon out.
2015-10-19 14:56:30 -04:00
loz-hurst 315a7fb841 Stop repeating domains in domain-search
Fixes issue #246.
2015-10-08 14:50:17 +01:00
bybai 3b3e1ac93a Merge pull request #213 from zet809/discover_add_mtms
enhance bmcdiscover to get mtms for Firestone machine
2015-09-25 16:31:32 +08:00
ertaozh e95cef86ac enhance bmcdiscover to get mtms for Firestone machine 2015-09-25 03:44:24 -04:00
Xiaopeng Wang 172ca1c3db Merge pull request #215 from zet809/rinv_sort_firestone
fix issue 212: rinv all doesn't work for firestone JMET machine
2015-09-25 15:13:50 +08:00
ertaozh 6f50243602 fix issue 212: rinv all doesn't work for firestone JMET machine 2015-09-24 04:46:57 -04:00
penguhyang 7cae7cc0d1 add --noverify option to skip the node network availability verification in updatenode 2015-09-23 04:29:39 -04:00
Samveen Gulati 655a180ff7 [xCAT-server]Add check for existing target names for chdef -n 2015-09-21 14:21:33 +08:00
WangXiaoPeng 21a2945667 remove two unmeaning spaces in the generated conserver.cf to avoid the automation test failure 2015-09-21 14:21:33 +08:00
wangxiaopeng becaca29fe Issue 157
add XCATSSLVER environment variable when it's set on sles11.x mn
in conserver.cf for calling cons script to communicate with xcatd through tls
2015-09-08 04:51:51 -04:00
Xiaopeng Wang f62925567d Merge pull request #137 from bybai/master
fix issue xcatd restart failed using latest build during loading dock…
2015-09-01 14:16:27 +08:00
bybai e4145b4ca9 fix issue xcatd restart failed using latest build during loading docker.pm (#132) 2015-08-31 05:29:30 -04:00
Xiaopeng Wang d117851a30 Merge pull request #128 from immarvin/master
use pigz to improve the performance of genimage/packimage/liteimg
2015-08-28 18:28:17 +08:00
immarvin 4114a4f6a9 fix some codeing style problems 2015-08-28 03:29:09 -04:00
immarvin 81409e1899 use pigz instead of gzip in liteimg 2015-08-28 02:56:26 -04:00
immarvin 5e03ebc498 use pigz to improve the performance of genimage/packimage 2015-08-28 00:09:05 -04:00
Samveen 338b22c301 [xCAT-server]: Fix messed up tab based indentation in DBobjectdefs.pm 2015-08-27 14:11:43 +00:00
Samveen d8306c6316 [xCAT-server]: Make string assignmets consistent in DBobjectdefs.pm (missed in previous commit) 2015-08-27 14:07:11 +00:00
Samveen d23ac40a5b [xCAT-server]: Make string assignmets consistent in DBobjectdefs.pm 2015-08-27 14:04:53 +00:00
Samveen dd5dadd8ce [xCAT-server]: Remove an unnecessary string comparison from DBobjectdefs.pm 2015-08-27 13:57:01 +00:00
Samveen 2f88aff982 [xCAT-server]: Fix extraneous whitespace and bad indentation in DBobjectdefs.pm 2015-08-27 13:54:21 +00:00
Xiaopeng Wang efa08e1f37 Merge pull request #81 from hu-weihua/master
Trouble shooting--Record command output and add trace information
2015-08-24 10:17:52 +08:00
Xiaopeng Wang b941ea3271 Merge pull request #88 from zet809/master
support rflash for firestone machine, but the code needs to verify with Firestone JMET machine.
2015-08-21 11:04:26 +08:00
ertaozh 4f5682ede2 enhancement of rflash for firestone machine, check extra options 2015-08-20 06:38:56 -04:00
Xiaopeng Wang 1c135343c0 Merge pull request #105 from bybai/master
fix : updatestatus is not correct when -F run with -P and -S
2015-08-20 16:38:05 +08:00