zet809
d6b6d9205e
Merge pull request #3961 from bybai/mkhosts
...
nic interface check to avoid dot in short host name
2017-09-19 18:01:04 +08:00
zet809
0b5a2580ca
Merge pull request #3962 from xuweibj/I3951
...
Fix issue 3951, rm all bmc nodes when discovered
2017-09-19 17:42:15 +08:00
bybai
c7ea492e6b
polished
2017-09-19 05:21:07 -04:00
XuWei
be81e218c6
Fix issue 3951, rm all bmc nodes when discovered
2017-09-19 04:51:48 -04:00
bybai
41fc149dc9
nic interface check to avoid dot in short host name
2017-09-19 04:44:29 -04:00
zet809
59cb8554f4
Merge pull request #3953 from cxhong/3952
...
Discover Coral PDUs with same default hostname
2017-09-19 15:51:23 +08:00
Bin Xu
8a66d84381
Fix 3930, 1, only re-distribute to accessible dhcpsrv; 2, for non-sharedtftp mode, run makedhcp -d -l for offline ( #3954 )
2017-09-19 15:35:59 +08:00
Casandra Qiu
cb7babd868
Discover Coral PDUs with same default hostname
2017-09-18 16:52:05 -04:00
Victor Hu
304120530a
Merge pull request #3914 from gurevichmark/openbmc_rflash_multiple_nodes
...
Handle more than one node for openbmc rflash
2017-09-18 16:38:47 -04:00
Mark Gurevich
743df92e44
Treat 5104-22C as a ESS Boston node for rflash command
2017-09-18 14:15:45 -04:00
Mark Gurevich
5ac1f04791
Simplify code based on review comment
2017-09-18 11:49:51 -04:00
Mark Gurevich
3fe3a0c3fb
Merge pull request #3940 from xuweibj/reventlog
...
Add node name in output of reventlog for OpenBMC
2017-09-18 09:29:49 -04:00
zet809
3818dbb396
Merge pull request #3926 from samveen/fix_3904
...
Improvements to `nodediscoverls`
2017-09-18 18:03:00 +08:00
XuWei
14b5c39d89
Add node name in output of reventlog for OpenBMC
2017-09-17 22:48:42 -04:00
Yuan Bai
c88fe766b4
makenetworks only ignore existed network entry. ( #3928 )
2017-09-15 11:07:31 +08:00
Samveen Gulati
ecc6af989b
Add single space between MTM and serial
2017-09-15 00:09:37 +00:00
Samveen Gulati
5216f62d4b
Fix #3904 : Add ability to list discoverydata by type mtms
2017-09-15 00:06:32 +00:00
Casandra Qiu
8f0f59c373
Handle TIMEOUT error message for change pdu ip address
2017-09-14 16:57:09 -04:00
zet809
d4de3c2110
Merge pull request #3629 from cxhong/netcfg
...
Support rspconfig command to change PDU's ip address, netmask and hostname
2017-09-14 23:56:36 +08:00
Casandra Qiu
555eef7794
modify netcfg and add rinv and rvitals command
2017-09-14 09:50:44 -04:00
Yuan Bai
f61a794da8
enhance packimage ( #3919 )
2017-09-14 17:34:24 +08:00
Yuan Bai
d45f7d4508
Add new PCI format support for pcipassthrough ( #3916 )
...
* add devpassthrough support
* add new pci format for pcipassthrough
* add new pci format support
* polished
* update doc
2017-09-14 17:15:47 +08:00
Victor Hu
94d0f1b917
Merge pull request #3911 from gurevichmark/openbmc_reventlog_sort
...
OpenBMC reventlog output formatting and sorting
2017-09-13 23:58:51 -04:00
Mark Gurevich
8bfbb5e258
Handle more than one node for openbmc rflash
2017-09-13 15:06:56 -04:00
Mark Gurevich
7d3ebe3583
OpenBMC reventlog output formatting and sorting
2017-09-13 08:44:30 -04:00
XuWei
e4b2ae6528
expose rspconfig get options and rflash command
2017-09-13 01:17:38 -04:00
Victor Hu
6ad7e30ab7
Merge pull request #3895 from gurevichmark/openbmc_rflash_version_BMC
...
BMC update image check and upload+activate rflash options
2017-09-12 16:22:57 -04:00
zet809
7b017e89b9
Merge pull request #3885 from immarvin/ondiscovery
...
[do not merge]switch based node discovery enhancement
2017-09-12 19:20:13 +08:00
immarvin
ce8bb55e1d
switch based node discovery enhancement: 1)obtain mac table from cumulus switch via ssh;2)remove unnecessary sleep 2 after node discovery
2017-09-12 04:35:56 -04:00
zet809
d0c463dae2
Merge pull request #3879 from whowutwut/discover_condensed
...
Reduce the output of bmcdiscover when writing entries to the DB
2017-09-12 11:00:27 +08:00
Mark Gurevich
42db21b269
Merge pull request #3894 from whowutwut/rinv_display
...
Reduce the number of firmware that is displayed by rinv to the active firmware (partial)
2017-09-11 15:30:34 -04:00
Victor Hu
7ce22fbe6f
Add check for priority before using the value
2017-09-11 14:36:09 -04:00
Mark Gurevich
1118a047db
BMC update image check and upload+activate rflash options
2017-09-11 14:10:19 -04:00
Victor Hu
e5623c7663
Indicate software at priority 0 with a '*'
2017-09-11 10:15:55 -04:00
Mark Gurevich
2267e2c246
Merge pull request #3882 from chenglch/rflash
...
Add rflash recovery support for Supermicro based firmware
2017-09-11 10:08:50 -04:00
Yuan Bai
7fdffddf9b
fix missing graphics label ( #3892 )
2017-09-11 17:33:02 +08:00
chenglch
64ab7dbd27
Add rflash recovery support for Supermicro based firmware
...
This commit add recover option for rflash command to upload
bmc image with tftp when the BMC is in Brick Protection state.
Example:
```
rflash <node> --recover <image>
```
implement #3873
2017-09-11 02:44:22 -04:00
yangsong
22b51e3efa
fix issue Weird problem with rinstall #3877 ( #3883 )
2017-09-08 14:14:20 +08:00
Victor Hu
24090e832b
Change the output of bmcdiscover to NOT print the stanza format
...
when only the -w option is specified to write data into the database.
This helps when we are doing bmcdiscover over a very large range of IPs
2017-09-07 16:54:35 -04:00
Victor Hu
8829e3dca7
Sync up the logging output
2017-09-07 15:50:11 -04:00
Victor Hu
f5b295d802
Update the message that returns back to the BMC in discovery to
...
something that is more helpful to debug the problem
2017-09-07 15:14:47 -04:00
Victor Hu
46fca11b0a
Merge pull request #3835 from xuweibj/typo
...
fix a typo in openbmc.pm
2017-09-01 09:32:38 -04:00
Mark Gurevich
3e08b33340
Merge pull request #3806 from zet809/add_log_for_hddiscover
...
add log for hardware discovery when no ip address can be resolved for…
2017-09-01 07:06:29 -04:00
XuWei
f1c40ec54f
fix a typo in openbmc.pm
2017-09-01 04:34:57 -04:00
ertaozh
c03ebcf340
Modify the spell error for the log when no ip address can be resolved for the pre-defined node
2017-09-01 00:54:38 -04:00
zet809
6e9971968b
Merge pull request #3793 from whowutwut/openbmc_rspcfg_hostname
...
Add Support for rspconfig to set/get hostname of the BMC
2017-09-01 12:51:01 +08:00
xuweibj
50039719b0
add trace log in openbmc ( #3813 )
...
* Task #3796 , add trace log in openbmc
2017-09-01 10:33:17 +08:00
Victor Hu
193ba55a7e
Change the formatting for BMC output text to match IPMI output
2017-08-31 16:37:24 -04:00
Mark Gurevich
5055ff4b04
Do not dispay firmware entry if no Version attribute
2017-08-31 14:24:42 -04:00
zet809
8df2af819d
Merge pull request #3812 from xuweibj/T3808
...
Task 3808, ignore transition state until get stable firmware for rpower state
2017-08-31 15:38:49 +08:00