2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

21773 Commits

Author SHA1 Message Date
ertaozh
b32dfd2570 Update release info for 2.13.11 release 2018-03-06 21:56:01 -05:00
zet809
1f93f8332d
Merge pull request #4888 from xuweibj/rpower_error
return code on error should be 1 instead of 0 ---rpower
2018-03-06 17:23:10 +08:00
XuWei
3502b9a5b7 tag for openbmc perl 2018-03-06 03:57:58 -05:00
Bin Xu
804b132605 clear cache for IP change case in node discovery(#4890) (#4891) 2018-03-06 16:13:02 +08:00
Yuan Bai
fec0b8a75d
Merge pull request #4551 from stanford-rc/mkresolvconf_ns
Use all name servers from site.nameservers in mkresolvconf
2018-03-06 14:38:48 +08:00
XuWei
ec0927d208 modify error print of power in python 2018-03-06 01:32:39 -05:00
cxhong
4038056879 Add more print statement for config switches scripts (#4872)
* Add more print statement for config switches scripts

* modified from reviews

* more modify from review
2018-03-06 11:25:38 +08:00
Victor Hu
c43d74f6a0
Merge pull request #4886 from gurevichmark/openbmc_python_default
OpenBMC commands default to Python
2018-03-05 14:10:33 -05:00
Mark Gurevich
05b6f489ac OpenBMC commands default to Python 2018-03-05 14:09:34 -05:00
Mark Gurevich
f76b81ba38
Merge pull request #4887 from whowutwut/python_error_msg
Improve the error message when python dependencies are not met
2018-03-05 13:20:56 -05:00
Victor Hu
40118f0c8f Improve the error message when python dependencies are not met 2018-03-05 12:12:55 -05:00
zet809
b501c031c9
Merge pull request #4881 from robin2008/openbmcpy-nodep-warn
report clear error message when lacking python dependency.
2018-03-05 17:38:44 +08: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
Weihua Hu
37ce53df35
Merge pull request #4883 from neo954/issue4881
Fix the CI problem in github issue #4881
2018-03-05 15:39:17 +08:00
GONG Jie
7a316aeda0 Fix the CI problem in github issue #4881 2018-03-05 15:02:12 +08:00
Gᴏɴɢ Jie
731f6000f7
Merge pull request #4882 from chenglch/goconsformat
Remove the spaces at the end for `makegocons -q`
2018-03-05 14:25:58 +08:00
chenglch
2156528baf Remove the spaces at the end for makegocons -q
Tidy the output
2018-03-05 13:59:28 +08:00
Bin Xu
58cf5b67a1 report clear error message when lacking python dependency. 2018-03-05 13:56:55 +08:00
chenglch
a992db147c
Merge pull request #4845 from aaronknister/tweak-default-stanza-handling
fixes to default stanza handling
2018-03-05 13:23:02 +08:00
zet809
a6441554a8
Merge pull request #4790 from neo954/packaging
Add package dependency for goconserver
2018-03-05 12:48:36 +08:00
zet809
3d46c4bfc3
Merge pull request #4878 from whowutwut/install_openbmc
For ppc64le platforms, create a dependency to install xCAT-openbmc-py for 2.13.11
2018-03-05 11:28:40 +08:00
zet809
fc5795c812
Merge pull request #4870 from chenglch/gocons-clean
Add makegocons -C|--cleanup to remove entries that do not exist
2018-03-05 11:17:53 +08:00
xuweibj
21b08e10d5
Merge pull request #4866 from gurevichmark/openbmc_python_bmcstate
Better Python login action ConnectionError exception handling
2018-03-05 10:40:41 +08:00
Victor Hu
c3a36f0e7e For ppc64le platforms, install xCAT-openbmc-py 2018-03-02 13:53:24 -05:00
Mark Gurevich
02523e8971 Changes for review comments 2018-03-02 11:11:37 -05:00
xuweibj
f1ff71e3bc [OpenBMC] The return code on error should be 1 instead of 0 (#4871)
* fix issue 4854, modify return code when has error
2018-03-02 15:45:10 +08:00
Bin Xu
762262ce66
Merge pull request #4873 from zet809/enhance_rspconfig_sshcfg
Enhance rspconfig sshcfg to use paramiko directly
2018-03-02 09:57:03 +08:00
Victor Hu
90ab899800
Merge pull request #4842 from gurevichmark/openbmc_reventlog_led_case
Make reventlog resolved=LED case insensitive
2018-03-01 14:33:48 -05:00
Aaron Knister
6230706c43 be more explicit about default stanza naming convention 2018-03-01 13:07:49 -05:00
ertaozh
5c8cdbd351 Enhance rspconfig sshcfg to use paramiko directly rather than parallel-ssh 2018-03-01 11:55:06 -05:00
zet809
6d633af336
Merge pull request #4847 from xuweibj/rspconfig_gard_passwd
rspconfig gard&admin_passwd&ntpservers in python
2018-03-01 16:37:31 +08:00
chenglch
e86d544242 Add makegocons -C|--cleanup to remove entries that do not exist
`rmdef` command do not help clean up the recousrces that related to
the node when removing the node. this is a technical debt. This patch
is only a work around to add -C|--cleanup option to help remove the
entries in goconserver.
2018-03-01 16:13:12 +08:00
XuWei
32c8e3a21a modified depending on comments 2018-03-01 03:01:01 -05:00
zet809
7d3c3c41b9
Merge pull request #4863 from robin2008/nodediscover
Failed to discover nodes as the discovery method is set  to undef by wrong
2018-03-01 15:59:45 +08:00
Bin Xu
b962479353 Fix the issue: Failed to discover nodes as the discovery method is set to udef by wrong (#4860)
- zvmdiscovery plugin will not handle findme
 - not change request if no temp discovered bmc nodes, to avoid the confusing error message
 - add more logs, and ignore the `ipmitool sol info` error output
2018-03-01 15:20:25 +08:00
tingtli
02200a8e68
Merge pull request #4859 from xuweibj/openbmc_manpage
looks good to me, i agree to merge. Thanks!
2018-03-01 10:42:23 +08:00
Mark Gurevich
71a3c68d51 Better Python login action ConnectionError exception handling 2018-02-28 16:26:15 -05:00
Mark Gurevich
a931bc32d5
Merge pull request #4816 from chenglch/goconsmanpage
Add makegocons -q in the man page
2018-02-28 09:12:30 -05:00
zet809
1160eb00d6
Merge pull request #4857 from cxhong/doxcat
Remove "dynamic" checking in the doxcat scripts
2018-02-28 18:23:53 +08:00
zet809
f62073563d
Merge pull request #4862 from neo954/build-scripts
Fix the git short commit id to 7-byte long
2018-02-28 18:04:08 +08:00
GONG Jie
9ed73d9dfb Fix the git short commit id to 7-byte long 2018-02-28 18:02:00 +08:00
xuweibj
c14991fcd1
Merge branch 'master' into rspconfig_gard_passwd 2018-02-28 17:33:48 +08:00
XuWei
d914a4a09c rspconfig ntpservers 2018-02-28 04:28:23 -05:00
zet809
60f7142ad0
Merge pull request #4839 from bybai/dhcp
fix not set domain in site table will cause dhcp service failed to start
2018-02-28 17:00:22 +08:00
zet809
38a4930c9d
Merge pull request #4835 from gurevichmark/openbmc_python_reventlog
Initial pass for Python reventlog
2018-02-28 16:55:18 +08:00
XuWei
bc3f98a144 add -V for all commands 2018-02-28 03:42:05 -05:00
XuWei
24cd358a62 modify usage and manpage for openbmc 2018-02-28 01:56:57 -05:00
Casandra Qiu
721d77b6bc Remove "dynamic" checking in the doxcat scripts 2018-02-27 16:42:14 -05:00
Mark Gurevich
b56da57f77 Changes for review comments 2018-02-27 10:44:00 -05:00
xuweibj
5cf796f6bd
Merge pull request #4850 from hu-weihua/testcase
Fix bug for test case rspconfig_set_hostname_equal_star_with_bmc_is_hostname
2018-02-27 14:29:52 +08:00