2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00
Commit Graph

20723 Commits

Author SHA1 Message Date
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
zet809
87ecb70b8a Merge pull request #3925 from cxhong/pduip
Handle TIMEOUT error message for change pdu ip address
2017-09-15 07:43:10 +08:00
Victor Hu
9326b2133d Merge pull request #3924 from cxhong/netmask
Add netmask to configonie script for change ip
2017-09-14 17:40:04 -04:00
Casandra Qiu
8f0f59c373 Handle TIMEOUT error message for change pdu ip address 2017-09-14 16:57:09 -04:00
Casandra Qiu
85957476f9 Add netmask to configonie script for change ip 2017-09-14 16:43:31 -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
f781063624 remove " in the Usage.pm for rvitals 2017-09-14 11:30:06 -04:00
Casandra Qiu
555eef7794 modify netcfg and add rinv and rvitals command 2017-09-14 09:50:44 -04:00
Gᴏɴɢ Jie
fe8f758efe Merge pull request #3922 from chenglch/dblog
Add description for the issue that may lose log
2017-09-14 05:25:30 -05:00
chenglch
1938bd9a87 Add description for the issue that may lose log
This commit add descritpion for `dbtracelevel` entry in site table
to help the user find the detail solution if the log is lost due
to the issue from rsyslog side.

partial-issue: #3910
2017-09-14 06:07:43 -04:00
chenglch
db37fd5dc0 Add script to analyze the db performance of xcat command (#3899)
This patch add a python script to calculate the time and the call
times from the command log file and syslog file.

Note: To get the correct data, the `dbtracelevel` option in site
table should be set to 4

implement: #3713

Support option:
```
usage: dbstats [--clusterlog CLUSTERLOG] [--commandlog COMMANDLOG] [-n NUM]
               [-c COMMAND]

Optional arguments:
  --clusterlog CLUSTERLOG
                        The syslog file of xcat.
  --commandlog COMMANDLOG
                        The command log file of xcat.
  -n NUM, --num NUM     The recent count of commands to analyze
  -c COMMAND, --command COMMAND
                        The specified command to track
```
2017-09-14 17:36:54 +08: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
zet809
2e403a3e8c Merge pull request #3675 from bnordgren/patch-1
Cannot chdef something before it is created.
2017-09-14 15:36:21 +08:00
xuweibj
0da686315e Merge pull request #3917 from junxiawang/0914
modify bmcdiscover testcase
2017-09-14 15:05:47 +08:00
junxiawang
685a9b99a5 modify bmcdiscover testcase 2017-09-14 06:53:10 -04:00
junxiawang
9dc33e6e84 modify bmcdiscover testcase 2017-09-14 06:27:21 -04:00
zet809
1979118d9b Merge pull request #3915 from xuweibj/genesis_check
Delete genesis base built check in xcatprobe discovery pre-check
2017-09-14 14:10:44 +08:00
XuWei
cb7be092b3 Delete genesis base built check in xcatprobe discovery pre-check 2017-09-14 01:41:00 -04: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
Victor Hu
e6613a8fb5 Merge pull request #3833 from zet809/enhance_bmcsetup_for_WSP
enhance bmcsetup for WSP
2017-09-13 23:57:56 -04:00
zet809
b353937757 Merge pull request #3906 from whowutwut/genesis-builder-fix
Resolve issues with xCAT-genesis-builder rpm to more easily create the xCAT-genesis-base
2017-09-14 11:19:39 +08:00
Victor Hu
b7d2b817d6 Merge pull request #3909 from xuweibj/expose_openbmc
expose rspconfig get options and rflash command
2017-09-13 23:00:45 -04:00
Victor Hu
fecc2298bb Make changes specific for Pegas 2017-09-13 22:54:01 -04:00
Mark Gurevich
7d3ebe3583 OpenBMC reventlog output formatting and sorting 2017-09-13 08:44:30 -04:00
zet809
708b1a3594 Merge pull request #3907 from cxhong/3867
modify the error message from switch_macmap output
2017-09-13 17:54:51 +08:00
xuweibj
5e1c349c0b Merge pull request #3774 from junxiawang/0825
modify rspconfig testcase  for get more debug information
2017-09-13 16:02:10 +08:00
junxiawang
91ed1e1ab8 modify rspconfig testcase for get more debug info 2017-09-13 07:55:41 -04:00
junxiawang
fddc0f64fa modify rspconfig testcase for get more debug info 2017-09-13 07:45:10 -04:00
junxiawang
e9e2604ea8 rspconfig.sh
modify rspconfig testcase  for get more debug info
2017-09-13 07:23:51 -04:00
junxiawang
4833502bc2 modify rspconfig testcase for get more debug information 2017-09-13 07:08:06 -04:00
XuWei
e4b2ae6528 expose rspconfig get options and rflash command 2017-09-13 01:17:38 -04:00
Casandra Qiu
e52f3e34ec re-modify the error message from switch_macmap output 2017-09-12 16:36:07 -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
Victor Hu
0497e158b1 Resolve the issue where the rpmbuild directories are not created causing the build to fail. Pull in dependencies using the spec file 2017-09-12 14:19:05 -04:00
Mark Gurevich
44e36545a9 Merge pull request #3898 from samveen/minor_correction
Good catch
2017-09-12 09:48:50 -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
junxiawang
6fe93b9cb8 modify rspconfig testcase for get more debug information 2017-09-12 04:46:24 -04: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
Weihua Hu
436f69e85f Merge pull request #3896 from xuweibj/probe_issues
Fix xcatprobe discovery pre-check issues
2017-09-12 15:11:53 +08:00
Samveen Gulati
b7e4ea5895 minor correction in vm docs 2017-09-12 07:11:19 +00:00
XuWei
118d62047e modified depending on comments 2017-09-12 02:28:25 -04:00
ertaozh
95f6e07614 Remove the log to output Disabling VLAN configuration information 2017-09-11 23:17:51 -04:00
XuWei
ab464a1e87 Fix xcatprobe discovery pre-check issues 2017-09-11 23:08:57 -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
chenglch
4e8588840a Merge pull request #3891 from mattaezell/regex_helpers
Add regex helpers
2017-09-12 10:09:38 +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