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
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
cxhong
a516b9495f
Merge pull request #3886 from immarvin/oncumulus
...
refine cumulus discovery process
2017-09-11 08:55:18 -04:00
Yuan Bai
7fdffddf9b
fix missing graphics label ( #3892 )
2017-09-11 17:33:02 +08:00
immarvin
e83ad2b08e
refine cumulus discovery procedure to handle the different response from the MN
2017-09-11 05:26:37 -04: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
Matt Ezell
2304b0ef50
Add regex helpers
...
a2idx: Turns an ASCII character into an index (a=1, b=2, etc)
a2zidx: Turns an ASCII character into a 0-index (a=0, b=1, etc)
dim2idx: Turns dimensions (eg row, column, rack-unit) into an index
skip: Return an index where some items are 'skipped'
ipadd: Add a value to an IP address
2017-09-10 23:02:06 -04:00
Yuan Bai
c3fc0a5a26
Merge pull request #3863 from junxiawang/0906
...
modify testcase for issue:#3639
2017-09-08 16:42:38 +08:00
junxiawang
b6099e86ef
modify ppping testcase for issue:#3639
2017-09-08 08:10:54 -04:00
Weihua Hu
c0373a14e2
Merge pull request #3884 from bybai/wip
...
change testcase fake ip to fix 12.1.0.100 is used by other host
2017-09-08 15:29:49 +08:00
Bin Xu
387392707f
Remove the mess info '<xcatdsource>' from the content when call getcredentials.awk ( #3881 )
2017-09-08 14:19:34 +08:00
yangsong
22b51e3efa
fix issue Weird problem with rinstall #3877 ( #3883 )
2017-09-08 14:14:20 +08:00
bybai
a7a1ebde6b
fix 12.1.0.100 existed error
2017-09-08 01:54:40 -04: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
Mark Gurevich
1f50bf6714
Merge pull request #3878 from whowutwut/bmc_msg
...
Update the message printed in Genesis to help user figure out configuration issues during discovery
2017-09-07 15:51:54 -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
junxiawang
210d4782e9
modify ppping testcase for issue:#3639
2017-09-07 09:16:26 -04:00
Bin Xu
6f6a68bc37
Not restart xcatd in 'servicenode' when the node is not stateless and statelite as it will fail in postscript stage. ( #3872 )
2017-09-07 15:52:53 +08:00
Gᴏɴɢ Jie
94f87ea3ac
Fix test case nodeset_disjointdhcps_petitboot ( #3871 )
2017-09-07 14:48:29 +08:00
Matt Ezell
72d99850e2
Ensure mypostscript has permission 700 ( #3847 )
...
Only root needs to run this script
2017-09-07 09:18:35 +08:00
Victor Hu
716d777dc2
Merge pull request #3848 from gurevichmark/xcatprobe_nodecheck
...
xcatprobe nodecheck verify if any nodes at all
2017-09-06 12:44:12 -04:00
junxiawang
c300b2db33
modify pping testcase for issue:#3639
2017-09-06 09:08:44 -04:00
chenglch
619c275d73
Merge pull request #3857 from immarvin/onissue
...
fix issue [fvt] xcatd in SN did not load the latest version file after xcat upgrade in SN #3855
2017-09-06 18:13:34 +08:00
Gᴏɴɢ Jie
e957251c80
Merge pull request #3853 from robin2008/disjoint-case
...
Fix the bug in testcase for nodeset_disjointdhcps_petitboot (3088, 3487)
2017-09-06 17:32:03 +08:00
Bin Xu
029da28735
1, add default pkglist/otherpkglist/exlixt/postinstall for rhels7 ppc64le/x86_64 stateless service node ( #3859 )
...
2, restart xcat when run 'servicenode'
2017-09-06 17:04:20 +08:00
zet809
a4c525836a
Merge pull request #3133 from stanford-rc/enhance_mtm
...
Enhance MTM detection from FRU pages
2017-09-06 16:19:55 +08:00
immarvin
9ba7b2938e
fix issue [fvt] xcatd in SN did not load the latest version file after xcat upgrade in SN #3855
2017-09-06 03:43:50 -04:00
Yuan Bai
a011772e09
Merge pull request #3858 from hu-weihua/bundle
...
Modify the order of nodeset_cmdline nodeset_shell and nodeset_runimg three test cases in bundle
2017-09-06 15:20:06 +08:00
hu-weihua
e86945a177
Modify the order of nodeset_cmdline nodeset_shell and nodeset_runimg three test cases
2017-09-06 02:25:22 -04:00
yangsong
ce61cadbd5
fix issue MN and SN version mismatch checking prevent hard block of functions from executing. #3849 ( #3852 )
2017-09-06 13:14:47 +08:00
Bin Xu
fc9024a58f
Fix the bug in testcase for nodeset_disjointdhcps_petitboot (3088, 3487)
2017-09-06 13:12:05 +08:00
cxhong
6e5b960886
Support syslog for Cumulus Switch ( #3850 )
2017-09-06 10:19:19 +08:00
Mark Gurevich
36adad3d69
xcatprobe nodechect verify if any nodes at all
2017-09-05 13:55:02 -04:00
Victor Hu
bc64981b79
Merge pull request #3791 from neo954/xcat-dep
...
Place xcat-dep to the devel directory of xcat.org
2017-09-05 13:33:37 -04:00
Yuan Bai
ca67bbf9f6
fix confignetwork_static_installnic failure on ubuntu ( #3846 )
2017-09-05 17:05:04 +08:00
Yuan Bai
4fb9898cdf
Merge pull request #3844 from hu-weihua/bundle
...
Adjust the order of nodeset_disjointdhcps_petitboot in daily regression bundles
2017-09-05 13:55:50 +08:00
hu-weihua
0f2939fad9
adjust the order of nodeset_disjointdhcps_petitboot in daily regression bundles
2017-09-04 22:48:39 -04:00
Yuan Bai
7d07afa9ef
Merge pull request #3841 from hu-weihua/newcase
...
Add new cases finished during 2.13.7 sprint 1 into daily regression bundles
2017-09-04 14:20:32 +08:00
hu-weihua
bd76fa7137
Add new cases finished during 2.13.7 sprint 1
2017-09-04 00:51:50 -04:00
Bin Xu
0c42bef81e
Fix 3827, add a flag to arrayops to keep the order of result so that ( #3839 )
...
the user info in generated passwd.merge file could be kept the previous order.
2017-09-04 11:20:46 +08:00
cxhong
51ad6fd511
Support User defined community string for enable snmp on Cumulus Switches ( #3818 )
...
* Support User defined community string for enable snmp on Cumulus
Switches
* modify comment from yangsong
* Modify code from review comments
2017-09-04 10:04:06 +08: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
Gᴏɴɢ Jie
9cb9a8d4d5
Merge pull request #3831 from hu-weihua/updatenode
...
Fix bug #3737 in automation environment
2017-09-01 13:30:26 +08:00