2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

9116 Commits

Author SHA1 Message Date
bybai
14398e6688 enhance error message for rflash 2018-03-25 22:03:09 -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
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
xuweibj
14bdb8568c
Merge branch 'master' into rflash_python 2018-03-23 14:40:43 +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
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
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
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
zet809
b0ea8ec792
Merge pull request #4971 from chenglch/gocons_sn_msg
Modify goconserver msg for SN
2018-03-21 17:35:49 +08:00
XuWei
cfe6c0db7f modify rspconfig usage 2018-03-21 03:49:18 -04:00
XuWei
b8a489899b rflash in python for OpenBMC 2018-03-20 22:36:54 -04:00
Victor Hu
3aad0f9acc
Merge pull request #4925 from gurevichmark/makeconserver_message
conserver message change
2018-03-20 09:18:35 -04:00
zet809
ce19f4a4df Fix the rcons Console not ready issue but the bmc is accessible in fact (#4975) 2018-03-20 17:53:52 +08:00
bybai
3216511a32 fix rflash -d hang when there is no firmaware tars in SN 2018-03-20 05:53:03 -04:00
chenglch
25bede4130 Modify goconserver msg for SN
The message util from xCAT framework do not print where the message
comes from by default. This patch add [service host] prefix for the
message if message is from SN.
2018-03-20 15:32:50 +08:00
zet809
e56f0e68bb
Merge pull request #4966 from chenglch/gocons_sn_env
Fix command error in gocons caused by the env variable
2018-03-20 10:50:56 +08:00
xuweibj
799d6d93c2
Merge pull request #4960 from gurevichmark/openbmc_rbeacon_stat
OpenBMC rbeacon stat support in Python
2018-03-20 10:12:59 +08:00
Mark Gurevich
f7704119c4 conserver message change 2018-03-19 14:20:49 -04:00
Mark Gurevich
cdaf8df706 Fix for review comments 2018-03-19 13:30:30 -04:00
zet809
ae89233395
Merge pull request #4949 from xuweibj/enhance_bmcreboot
Enhance rpower bmcreboot, clear dumps if reboot to new firmware
2018-03-19 16:38:35 +08:00
yangsong
3d5cd23d0d fix issue chroot, rpm -qa error: Failed to initialize NSS library #4959 (#4967) 2018-03-19 16:28:05 +08:00
chenglch
b7bd03f151 Fix command error in gocons caused by the env variable
In hierarchical mode, xCAT insert variables in the command line,
but goconserver do not support this format. This patch put the
definition for environment variable to `{params}->{env}` field so
that the first argument of  `{params}->{cmd}` is executable.
2018-03-19 11:38:45 +08:00
yangsong
f047cc73e3 [fvt] updatenode did not work on rhels 6.9 and sles11.4 from xct 20180316 build #4962 (#4965) 2018-03-19 11:20:23 +08:00
Mark Gurevich
4b680167d9 OpenBMC rbeacon stat support in Python 2018-03-16 14:07:33 -04:00
XuWei
49d19b9017 modified depending on comments 2018-03-15 23:04:24 -04:00
Mark Gurevich
016164594f Do not allow firmware delete if active 2018-03-15 14:27:28 -04:00
yangsong
9e1450fe12 fix syntax issue (#4950) 2018-03-15 17:44:20 +08:00
yangsong
38e547c493 fix issue If multiple IP addresses used in xcatmaster field, updatenode will not work leaving node in bad state #3688 (#4932) 2018-03-15 16:14:41 +08:00
xuweibj
36146ce0dd
Merge pull request #4944 from zet809/fix_issue_4856
fix issue 4856: rewrite parse_args for rspconfig
2018-03-15 15:52:06 +08:00
ertaozh
75940bfda1 add value check for rspconfig options powersupplyredundancy,... 2018-03-15 03:10:06 -04:00
Yuan Bai
a6a14d3bfe group validation (#4945) 2018-03-15 14:13:13 +08:00
ertaozh
3dc4b0a60a update parse_args based on comments 2018-03-14 22:34:21 -04:00
Victor Hu
cf71168bbd
Merge pull request #4939 from gurevichmark/python_perl_indicator
Display Perl/Python for OpenBMC commands with -V
2018-03-14 09:26:09 -04:00
ertaozh
84ad957d3f fix issue 4856: rewrite parse_args for rspconfig 2018-03-14 03:56:44 -04:00
Yuan Bai
c0314a36b6 enhance invalid node name error msg (#4931) 2018-03-14 13:49:08 +08:00
Mark Gurevich
549ee35a49 Display Perl/Python for OpenBMC commands with -V 2018-03-13 11:15:18 -04:00
chenglch
b6241689b9
Merge pull request #4921 from robin2008/multi-user-openbmc
Support mutiple openbmc commands in the same time
2018-03-13 17:39:26 +08:00
Bin Xu
387055a3be to address the review comments:
- using signal to handle the cleanup
2018-03-13 17:35:20 +08:00
bybai
f36e659715 enhance mlnxofed_ib_install.v2 return 1 when service openibd restart failed 2018-03-12 23:10:24 -04:00
Bin Xu
1d7e0a0042 Support mutiple commands in the same time
- Using PID tailing name to avoid the lock
2018-03-12 14:47:04 +08:00
xuweibj
feaa1532ec Not start agent when no valid nodes (#4915) 2018-03-09 18:30:46 +08:00
zet809
b5ad92c39c
Merge pull request #4912 from robin2008/message-no-py-agent
When xCAT-openbmc-py is not installed on Service Node, log does not help describe the problem
2018-03-09 15:34:44 +08:00
Bin Xu
6d3d340849 check if agent exists in process_request and give more clear message. 2018-03-09 15:05:15 +08:00
zet809
8bfea10150
Merge pull request #4909 from chenglch/goconsindent
Fix indent problem for the comment lines
2018-03-09 14:23:01 +08:00
zet809
a297ed1171
Merge pull request #4910 from robin2008/not-default-require-soap
remove the dependency, Load SOAP module dynamically
2018-03-09 14:09:56 +08:00