GONG Jie
c144069d77
Add script to convert xCAT-genesis-base rpm package to deb package
2018-01-11 18:55:20 +08:00
zet809
b750ea34d4
Merge pull request #4581 from cxhong/irpdu
...
Support rinv command for Intelligent PDU
2018-01-05 23:50:32 +08:00
Casandra Qiu
34a4403efd
remove $line with "******"
2018-01-05 10:21:03 -05:00
zet809
ca75ab637a
Merge pull request #4603 from chenglch/gocons
...
Add xcat marker in gocnoserver configuration file
2018-01-05 15:38:37 +08:00
Mark Gurevich
2526e0f15f
Merge pull request #4598 from whowutwut/rvitals_man
...
Add man page and usage help for 'leds' option for OpenBMC
2018-01-04 15:34:34 -05:00
Victor Hu
c2c3ca4096
Accidently tabbed rflash man page option descriptions, causing RST to format as code blocks
2018-01-04 13:54:18 -05:00
Samveen
34f8038da5
Canada/East-Saskatchewan
obsoleted by tzdata-2017c (#4601 )
...
As per the The 2017c release announcement, the zone `Canada/East-Saskatchewan` is
now obsolete: http://mm.icann.org/pipermail/tz-announce/2017-October/000047.html
2018-01-04 00:18:53 -06:00
Victor Hu
4703e396d6
Add man page and usage for LED support for OpenBMC rvitals
2018-01-03 10:48:32 -05:00
Victor Hu
83af42c103
missed update to the rflash RST man page
2018-01-03 10:48:10 -05:00
zet809
2b4735ecbd
Merge pull request #4579 from whowutwut/reventlog_resolve_faults
...
Add support to resolve OpenBMC logging events to clear out faults
2018-01-03 18:01:11 +08:00
zet809
dd6da010ba
Merge pull request #4586 from ladams00/master
...
Add "ipmi=on" to channel setaccess in "bmcsetup" script
2018-01-02 22:22:06 +08:00
ladams00
5d4925c317
Add if/else statement to allow ipmi=on just for Intel S2600BP system boards
2017-12-29 12:08:49 -08:00
chenglch
f09939a15a
Add xcat marker in gocnoserver configuration file
...
Previously, it is impossible to know if the goconerver is started
by xcat. This patch add a marker in /etc/goconserver/server.conf
to help check the status. In addition, use server-cred.pem instead
of server-key.pem as it is not exist on SN.
This patch also control the service status of goconserver and conserver
when restarting the xcatd service on service node.
```
[root@sn02 ~]# chdef sn02 setupconserver=1
1 object definitions have been created or modified.
[root@sn02 ~]# service xcatd restart
Restarting xcatd (via systemctl): [ OK ]
[root@sn02 ~]# ps -ef | grep conserver
root 27679 1 0 02:26 ? 00:00:00 /usr/sbin/conserver -o -O1 -d
root 27680 27679 0 02:26 ? 00:00:00 /usr/sbin/conserver -o -O1 -d
root 27756 26188 0 02:26 pts/1 00:00:00 grep --color=auto conserver
[root@sn02 ~]# chdef sn02 setupconserver=2
1 object definitions have been created or modified.
[root@sn02 ~]# service xcatd restart
Restarting xcatd (via systemctl): [ OK ]
[root@sn02 ~]#
[root@sn02 ~]#
[root@sn02 ~]#
[root@sn02 ~]# ps -ef | grep conserver
root 27885 1 0 02:26 ? 00:00:00 /usr/bin/goconserver
root 27986 26188 0 02:33 pts/1 00:00:00 grep --color=auto conserver
```
2017-12-28 16:46:47 +08:00
ladams00
60388ddf1e
Added "ipmi=on" to channel setaccess so ipmi user can remotely hit bmc on Intel S2600 compute boards (not enabled out of box).
2017-12-26 22:52:21 -08:00
XuWei
6ec904def3
support noderange for reventlog resolved
2017-12-26 00:56:56 -05:00
Bin Xu
734e034612
Merge pull request #4584 from immarvin/onissue
...
fix issue 'lskmodules' cannot list the kernel modules #4575
2017-12-26 11:25:40 +08:00
immarvin
48c2da5d75
add test case for lskmodules_o
2017-12-25 22:05:15 -05:00
immarvin
58dd39e46b
fix issue 'lskmodules' cannot list the kernel modules #4575
2017-12-25 21:12:14 -05:00
Casandra Qiu
9590c50927
Support rinv command for irpdu
2017-12-21 11:11:55 -05:00
xuweibj
0f7623c212
Merge pull request #4570 from whowutwut/led_physical_warnings
...
[OpenBMC] Support obtaining the status of physical LED lights on the Server
2017-12-21 13:08:39 +08:00
Victor Hu
47ea0b2c8d
replace with hash to store led values
2017-12-20 22:50:19 -05:00
xuweibj
60941016c4
Merge pull request #4577 from hu-weihua/openbmc
...
Modify some openbmc test cases depending on the latest output of command
2017-12-21 09:41:48 +08:00
Victor Hu
79f096395a
Break out of the loop after all IDs are resolved
2017-12-20 15:03:34 -05:00
Victor Hu
d5b08c77db
Add UT cases with this function
2017-12-20 14:47:24 -05:00
Victor Hu
ac46bc6833
Print a warning message if running eventlog resolution across a range
2017-12-20 14:47:00 -05:00
Victor Hu
ba964c819c
Add support to resolve OpenBMC logging events to clear out faults
2017-12-20 14:36:41 -05:00
Victor Hu
9f9e406861
Merge pull request #4573 from xuweibj/T4474
...
rspconfig gard -c|--clear for OpenBMC
2017-12-20 10:52:02 -05:00
Victor Hu
af1bf635a9
Space out the heading a little more for rvitals led
2017-12-20 10:48:22 -05:00
hu-weihua
ff644da9b8
Modify some openbmc test cases depending on the latest output of command
2017-12-20 04:27:56 -05:00
XuWei
19c13987a1
modify command to rspconfig gard -c
2017-12-20 03:31:44 -05:00
Victor Hu
730d455041
Merge pull request #4569 from bybai/rflashdd
...
enhanced rflash when BMC response issue
2017-12-19 23:30:33 -05:00
Yuan Bai
1d916bff83
Merge pull request #4539 from stanford-rc/confignetwork_ignorebmc
...
ignore bmc interfaces defined in the nics table
2017-12-20 11:26:29 +08:00
Yuan Bai
b3e235583f
Merge pull request #4552 from stanford-rc/named_includes
...
Check if the include line is already there before adding it to the file
2017-12-20 11:21:39 +08:00
bybai
418938065c
enhance rflash upload tar file twice
2017-12-19 21:49:23 -05:00
XuWei
2b259c24e8
rspconfig reset_gard for OpenBMC
2017-12-19 20:36:39 -05:00
Victor Hu
5f2e8870af
Merge pull request #4531 from bybai/fixrfl
...
rflash -d relative path support
2017-12-19 16:55:01 -05:00
Victor Hu
e65c6e4fad
Change the output message slightly
2017-12-19 15:22:11 -05:00
Victor Hu
69819509ff
Condense the output of the LEDs to less lines to create a better picture of the server
2017-12-19 14:59:43 -05:00
Victor Hu
78f1eb0afb
Add support for "rvitals <noderange> leds" to display the physical
...
LEDs states on the OpenBMC P9 Box, this commit just prints key/value pairs
2017-12-19 14:06:15 -05:00
bybai
c27f23c2d5
enhanced rflash
2017-12-19 04:03:40 -05:00
Yuan Bai
67996797ca
Merge pull request #4541 from whowutwut/fix_based_on_UT
...
[OpenBMC] Fix argument parsing based on failure from UT cases
2017-12-19 09:16:35 +08:00
Victor Hu
d533fee0b1
Add the --activate option into the test
2017-12-18 14:54:42 -05:00
Kilian Cavalotti
a920f94804
check if the include line is already there before adding it to the file
2017-12-18 11:54:30 -08:00
Yuan Bai
f89b7ba00f
Merge pull request #4540 from whowutwut/help_with_rflash_delete
...
[OpenBMC] Help the user figure out the problem when using -d to delete FW
2017-12-18 17:27:58 +08:00
Weihua Hu
524e159852
Update README.rst
2017-12-18 14:21:25 +08:00
Weihua Hu
5b7081a020
Update Version
2017-12-18 14:19:11 +08:00
Kilian Cavalotti
f1b21d72a7
Use IP address of xcatmaster instead of hostname in resolv.conf ( #4537 )
2017-12-16 10:00:34 +08:00
Victor Hu
6ee77f1fbb
Fix the code to handle multiple activate, found bug with UT cases
2017-12-15 17:06:51 -05:00
Victor Hu
0584a21272
Fix UT cases based on changes to support --delete
2017-12-15 16:55:16 -05:00
Victor Hu
fce5a610fb
Help the user figure out the problem when using -d to delete
2017-12-15 13:30:11 -05:00