yangsong
7b7d9ab675
merge master to 2.14 branch ( #5546 )
...
* To fix issue that lose activation success log
* update onie doc to add rspconfig sshcfg command (#5539 )
* fix osarch missing from copycds (#5543 )
* Modify release information for 2.14.3 release
* update goconserver quickstart document
* Enhancement for using site cache in plugin (#5535 )
* site cache when run plugin does not work very well
- using cache from plugin when getNodesAttribs/getNodeAttribs (pass it into DB process from plugin process)
- Site cache is a whole hash, so to use cache when by the hash is there, instead of the specified key is there.
It is because that there might be no key defined in site table.
* with XCATBYPASS, to populate site hash before scan_plugins. Then only 1 query for site table to do whole things.
* cache site when init plugins on service nodes
* missing to comment the old codes query from xCAT DB process
2018-08-21 18:38:08 +08:00
bybai
25b60a5088
Merge branch 'rfla' of github.com:bybai/xcat-core into rfla
2018-08-20 04:47:28 -04:00
bybai
9969bbc7f4
enhanced
2018-08-20 04:47:08 -04:00
Yuan Bai
aecfa7f011
Merge branch 'master' into rfla
2018-08-20 14:26:17 +08:00
bybai
fedc352715
enhance text
2018-08-20 01:35:31 -04:00
bybai
b19dcd43bc
enhance rflash -d log based on comments
2018-08-12 23:47:46 -04:00
bybai
b1233beae5
capture rflash -d some debug info into rflash log
2018-08-10 06:40:23 -04:00
bybai
23759f22fc
check BMC state after BMCreboot in rflash -d
2018-08-03 02:34:24 -04:00
Mark Gurevich
4d0bde05d6
Merge pull request #5416 from bybai/rf
...
put a delay of 3 seconds to untar the firmware file for rflash -d
2018-07-23 10:33:43 -04:00
bybai
22d35a2dba
polish the comments
2018-07-22 22:34:34 -04:00
xuweibj
cf88447622
Merge pull request #5328 from gurevichmark/rflash_upload_error
...
Catch rflash firmware upload error
2018-07-23 08:53:07 +08:00
Mark Gurevich
b158b5afe6
More errors to catch
2018-07-20 10:33:58 -04:00
bybai
5096b82aac
put a delay of 3 seconds to untar the firmware file for rflash -d
2018-07-20 01:51:17 -04:00
bybai
37179c2ef7
add comments
2018-07-18 23:21:43 -04:00
bybai
2e5ff9bf4e
add power on after reset for rflash -d
2018-07-18 05:27:39 -04:00
xuweibj
d74f1eed53
fix issue 5288, print out management node when summary for rflash ( #5401 )
2018-07-18 10:04:10 +08:00
Mark Gurevich
432168d2ed
Handle rflash BMC login errors
2018-07-11 13:51:48 -04:00
xuweibj
c4ab51991d
if not upload failed, rst is bmc not ready
2018-07-11 04:37:29 -04:00
Mark Gurevich
cf44690cc2
Catch rflash firmware upload error
2018-06-25 16:15:43 -04:00
xuweibj
12bfd5699d
if not get valid pid when waitpid, sleep ( #5274 )
2018-06-01 14:30:53 +08:00
Casandra Qiu
55581cb2db
Modify output message for PDU outlet state
2018-05-17 15:04:53 -04:00
xuweibj
0fb441b820
fix issue for using waitpid for openbmc perl ( #5208 )
2018-05-15 18:12:35 +08:00
Victor Hu
8024e0a2ab
Merge pull request #5093 from gurevichmark/openbmc_upload_dd_check
...
Processor DD version check before firmware upload
2018-04-16 11:27:04 -04:00
XuWei
9cd9017e4b
modify output format of rvitals leds
2018-04-12 02:42:06 -04:00
Mark Gurevich
74874062d5
Processor DD version check in Perl
2018-04-11 15:09:23 -04:00
XuWei
bd6718999b
modify return code of rspconfig hostname error
2018-04-10 21:55:04 -04:00
XuWei
ba32210e9b
modified depending on comments
2018-04-10 02:54:48 -04:00
Mark Gurevich
8cfe5b546e
Replace usage of PNOR with Host
2018-03-28 13:09:48 -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
Mark Gurevich
6629798889
Display a warning when setting NTP Server
2018-03-26 10:24:53 -04: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
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
XuWei
2c14238db9
fix rspconfig issues API related
2018-03-22 03:02:13 -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
XuWei
cfe6c0db7f
modify rspconfig usage
2018-03-21 03:49:18 -04:00
bybai
3216511a32
fix rflash -d hang when there is no firmaware tars in SN
2018-03-20 05:53:03 -04:00
Mark Gurevich
cdaf8df706
Fix for review comments
2018-03-19 13:30:30 -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
Mark Gurevich
549ee35a49
Display Perl/Python for OpenBMC commands with -V
2018-03-13 11:15:18 -04:00
bybai
66c9a90c5e
delete $::OPENBMC_DEVEL from rflash -d
2018-03-07 02:06:20 -05:00
XuWei
3502b9a5b7
tag for openbmc perl
2018-03-06 03:57:58 -05:00
Mark Gurevich
05b6f489ac
OpenBMC commands default to Python
2018-03-05 14:09:34 -05:00
Mark Gurevich
b5bfe17bfc
Control openbmc Perl/Python commands with site attribute ( #4879 )
...
* Control openbmc Perl/Python commands with site attribute
* update PR: control openbmc perl/python commands, using site attribute, env variable as well
2018-03-05 17:32:56 +08:00
Mark Gurevich
96a34d972f
Make reventlog resplved=LED case insensitive
2018-02-22 14:15:39 -05:00
Mark Gurevich
a222012bdc
Add EXCEPT: prefix
2018-02-09 11:39:40 -05:00
Mark Gurevich
7722c15b18
Allow choosing individual openbmc commands to use Python
2018-02-08 15:25:56 -05:00