2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-08 01:37:16 +00:00
Commit Graph

21921 Commits

Author SHA1 Message Date
Mark Gurevich cd07bf9d16 Updated for review comments 2018-04-02 10:37:24 -04:00
Mark Gurevich 3c0ed0db34 Updates to REST API documentation 2018-03-29 11:13:53 -04:00
zet809 bc1de0529c Merge pull request #5015 from robin2008/install-monitor-cache
clear "name-IP" cache in `install monitor` process
2018-03-27 17:59:07 +08:00
Bin Xu 372756a6ad (#4913) clear cache before run 'nodeset <> next' to avoid using the old IP address
after IP address is modified.
2018-03-27 17:46:19 +08:00
zet809 116c270b0c Merge pull request #5014 from xuweibj/I4983
fix issue 4983, get autoreboot info
2018-03-27 17:35:12 +08:00
Yuan Bai 24c2cb751f Merge pull request #5017 from robin2008/xcatsnap
(#4973) add journal logs in xcatsnap for xcatd
2018-03-27 17:05:55 +08:00
Bin Xu cb4edc2bc1 Fix the issue 'install monitor' exit unexpected and SSL CPU 100% (#4582, #4496) (#5005)
* Fix the issue 'install monitor' exit unexpected (#4582).
- add eval block to cover all possible codes which might die in do_installm_service
- add more logs in install monitor to record useful inforamtion
- add sleep 0.01 to avoid CPU too high
- fix the wrong timeout usage (alarm - die)
- recover the default INT/TERM singal handler to avoid UDP listener will quick when kill 'install monitor'

* Avoid SSL CPU 100% when hit max open file number
2018-03-27 17:02:38 +08:00
Bin Xu d6a45d9398 (#4973) add journal logs in xcatsnap for xcatd 2018-03-27 16:32:01 +08:00
Weihua Hu d8969d7189 Merge pull request #5008 from tingtli/21
Fix bugs of go-xcat test cases,Modify go-xcat test cases #21
2018-03-27 15:39:57 +08:00
Yuan Bai 9a12802077 Merge pull request #5012 from robin2008/xdcpmerge
updatenode MERGE mode does not support update an existing entry
2018-03-27 14:21:46 +08:00
Bin Xu 6d8081142b workaround ($4929) the MsgUtil.pm first to make sure xcatd will not crash when /dev/log is not ready. (#4974) 2018-03-27 14:04:51 +08:00
XuWei b744927045 fix issue 4983, get autoreboot info 2018-03-27 01:21:46 -04:00
litingt@cn.ibm.com 5aa24911f4 add information to check the version 2018-03-26 22:09:18 -04:00
Victor Hu a9ce890a6c Merge pull request #5007 from gurevichmark/openbmc_rspconfig_ntpservers
Display a warning when setting NTP Server
2018-03-26 15:23:20 -04:00
Victor Hu c82e2f854b Update index.rst
update stating Python 2.x framework in documentation
2018-03-26 10:27:01 -04:00
Mark Gurevich 6629798889 Display a warning when setting NTP Server 2018-03-26 10:24:53 -04:00
Bin Xu 961108c53b updatenode MERGE mode does not support update an existing entry 2018-03-26 18:06:49 +08:00
yangsong 3217230d19 fix issue chroot, rpm -qa error: Failed to initialize NSS library #4959 (#5011)
* move use_devurandom before package instllation:fix issue #4959
2018-03-26 17:35:19 +08:00
Yuan Bai 492b8fe5a9 unify chdef and mkdef some actions for node type (#4968)
* unify chdef and mkdef some actions for node type

* polished

* adjust format
2018-03-26 11:31:55 +08:00
xuweibj 1e1d5b5a75 Merge pull request #5009 from bybai/errormsg
enhance error message for rflash
2018-03-26 10:42:30 +08:00
bybai d307c394c2 enhance error message for rflash 2018-03-25 22:09:23 -04:00
bybai 14398e6688 enhance error message for rflash 2018-03-25 22:03:09 -04:00
xuweibj e25352bfd7 Merge pull request #4877 from gurevichmark/openbmc_reventlog_python_clear
OpenBMC reventlog "clear" and "resolved" in Python
2018-03-26 09:43:37 +08:00
Yuan Bai dca32024d0 Merge pull request #4964 from tingtli/kdump
add kdump test case
2018-03-26 09:29:20 +08:00
litingt@cn.ibm.com 0e0584e423 Fix bugs of go-xcat test cases,Modify go-xcat test cases #21 2018-03-24 12:00:21 -04:00
litingt@cn.ibm.com a60d8f7da1 update to save node and osimage definition and restore the definitions after the test 2018-03-24 11:48:29 -04:00
zet809 54f3181ac5 Merge pull request #5001 from chenglch/gcons-restart
Modify startup configuration for goconserver and conserver
2018-03-23 17:41:55 +08:00
Weihua Hu c46df1baaa Merge pull request #5002 from neo954/testcase-rvitals
Add a test case for rvitals outputs format checking
2018-03-23 17:29:32 +08:00
zet809 f2557a240f Merge pull request #4969 from xuweibj/rflash_python
rflash in python for OpenBMC
2018-03-23 16:57:35 +08:00
chenglch cc588f4af1 Modify startup configuration for goconserver and conserver
After running makegocons, startup configuration would be changed
to make sure goconserver could start after rebooting. Changes
are made in makeconservercf too.
2018-03-23 16:36:42 +08:00
GONG Jie 59da0b4ed3 Add a test case for rvitals outputs format checking 2018-03-23 16:35:36 +08:00
XuWei fdfd8b4700 modified depending on comments 2018-03-23 04:10:31 -04:00
xuweibj 14bdb8568c Merge branch 'master' into rflash_python 2018-03-23 14:40:43 +08:00
zet809 5ce290ba4b Merge pull request #5000 from xuweibj/I4999
show error msg for rpower bmcstate when username is wrong
2018-03-23 14:31:25 +08:00
litingt@cn.ibm.com 61b332e61c fix typo 2018-03-22 23:07:54 -04:00
xuweibj b1bb88d640 Merge pull request #4997 from gurevichmark/openbmc_rbeacon_stat_perl
OpenBMC rbeacon stat support in Perl
2018-03-23 10:24:18 +08:00
XuWei 7d70ccdf40 show error msg for rpower bmcstate when username is wrong 2018-03-22 22:09:29 -04:00
xuweibj 8dc18c3989 Merge pull request #4988 from gurevichmark/openbmc_getbmcstate
Catch BMC status error from get status request
2018-03-23 09:32:23 +08:00
Mark Gurevich d8ca5d5137 OpenBMC rbeacon stat support in Perl 2018-03-22 14:14:24 -04:00
Mark Gurevich fa5c6e3f37 Merge pull request #4981 from xuweibj/I4978
modify rspconfig usage
2018-03-22 11:22:31 -04:00
Mark Gurevich 05fcefb243 Changes for review comments 2018-03-22 10:39:17 -04:00
zet809 a290387148 Merge pull request #4993 from xuweibj/rspconfig_issues
fix rspconfig issues API related
2018-03-22 16:58:11 +08:00
yangsong 4208f61069 fix issue updatenode -P return nothing when xcatmaster not set (#4994) 2018-03-22 16:52:23 +08:00
xuweibj 0de2ea6158 Merge pull request #4992 from zet809/fix_issue_4989
fix error 4989: The error message of bmcdiscover is disordered
2018-03-22 15:03:40 +08:00
XuWei 2c14238db9 fix rspconfig issues API related 2018-03-22 03:02:13 -04:00
ertaozh 56b926afaa fix error 4989: The error message of bmcdiscover is disordered when it hit database problem 2018-03-22 02:13:46 -04:00
xuweibj 48e0e8eba8 Merge pull request #4953 from gurevichmark/openbmc_rflash_verify_delete
[OpenBMC] Do not allow firmware delete if firmware is active
2018-03-22 09:36:47 +08:00
Mark Gurevich 1c69da5b4e Another improvement after review 2018-03-21 16:59:24 -04:00
Mark Gurevich 6698609aaa Catch BMC status error from get status request 2018-03-21 14:55:48 -04:00
Mark Gurevich 11ea3b6e82 Merge pull request #4976 from bybai/rflash
fix rflash -d hang when there is no firmaware tars in SN
2018-03-21 10:00:15 -04:00