2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-12 17:34:16 +00:00
Commit Graph

20314 Commits

Author SHA1 Message Date
Bin Xu 52b43e29f3 Remove the debug print 2017-08-01 17:20:23 +08:00
Bin Xu c008a1686e Adopted review comments and made changes as below:
- use -V/--verbose to enable the XCATSHOWSVR, it is more straitforward to user.
  - refine the manpage based on Mark's comments.
2017-08-01 13:43:13 +08:00
Bin Xu cf9fd117a8 Update nodeset manpage for XCATSHOWSVR, with this environment variable
the output will have server name information.
2017-07-31 13:55:19 +08:00
Bin Xu 6aadfc2055 Fix 3474, introduce 'XCATSHOWSVR' to control whether to show where the message is from. 2017-07-27 16:08:14 +08:00
Victor Hu fe04623b23 Merge pull request #3530 from gurevichmark/rspconfig_openbmc_network
Rspconfig openbmc network
2017-07-26 12:04:07 -04:00
xuweibj 7453088c98 Merge pull request #3539 from junxiawang/0726
modify rinv testcase
2017-07-26 16:05:04 +08:00
junxiawang 2caa6e9d58 modify rinv testcase 2017-07-26 07:52:00 -04:00
Yuan Bai 636a24c621 Merge pull request #3538 from hu-weihua/hcbundle
remove unsuitable cases from hardward control bundle
2017-07-26 15:55:23 +08:00
hu-weihua 27416f3d79 remove rinv_mprom and rinv_guid from hdctrl_openpower_ipmi.bundle since these 2 cases is just available in x86. remove rinv_deviceid since it does not exist. 2017-07-26 02:51:48 -04:00
Yuan Bai 8df6243c57 Merge pull request #3457 from hu-weihua/updatehcbundle
Add new 7 test cases to hardware control bundles
2017-07-26 14:37:19 +08:00
Mark Gurevich 91ac7b3488 Catch multiple ips on the same adapter better 2017-07-25 16:04:14 -04:00
cxhong 3723c0e9ab Merge pull request #3528 from bybai/instnic
enhance configeth configure instnic
2017-07-25 14:36:30 -04:00
khm cb8ce84249 xCAT-client: allow pgsqlsetup(1) to accept additional pg_hba entries (#3527)
* xCAT-client:  allow pgsqlsetup(1) to accept additional pg_hba.conf entries

Currently pgsqlsetup(1) only sets up the MN ip address for access via
pg_hba.conf.  This change adds a -a flag to allow the user to specify
additional addresses for use in that file.

This is useful for users who already know what IP addresses will be
used by their service nodes, so they can pass them directly to the
pgsqlsetup program, without needing to edit pg_hba.conf (and avoiding
needing to restart postgresql and xcat after the edit).

* xCAT-client: fix formatting in pgsqlsetup(1)

* pgsqlsetup.1.pod:  clarify default setup

* pgsqlsetup.1.pod:  update usage section to reflect access flag

* pgsqlsetup.1:  refresh documentation

* xCAT-client/bin/pgsqlsetup: add -a/--access to usage statement
2017-07-25 02:34:50 -05:00
zet809 ddc06a3fa5 Merge pull request #3518 from tindelli/master
blacklist HP trunk interfaces
2017-07-25 13:58:08 +08:00
Victor Hu 994ddcf62a Merge pull request #3522 from immarvin/onxcatver
fix issue#3515: check the version of xCAT between MN and SN while processing the forwarded request
2017-07-24 16:15:00 -04:00
Mark Gurevich debfefb9de openbmc rspconfig query command 2017-07-24 11:02:06 -04:00
zet809 376f1b723d Merge pull request #3510 from cxhong/pdudiscover
Support pdudiscover command to discover PDU
2017-07-24 21:25:48 +08:00
Yuan Bai f329a2efa7 Merge pull request #3512 from chenglch/getadapter
Make getadapter work during discovery process
2017-07-24 15:17:17 +08:00
bybai f6b16d24bd enhance configeth configure instnic 2017-07-24 02:51:35 -04:00
xuweibj f37f4c75bf Merge pull request #3520 from whowutwut/rsetboot_openbmc
Complete the rsetboot development effort and expose the the function
2017-07-24 13:03:20 +08:00
Victor Hu a8bf700c68 put back stat option for rsetboot 2017-07-23 23:29:35 -04:00
immarvin 8b31e63287 load Sys::Hostname module with use intead of require to avoid performance decrease; refine the warning message;remove some commented out lines 2017-07-23 23:26:03 -04:00
Victor Hu 84de6fed26 Merge pull request #3525 from xuweibj/discover
Task 3406, add BMC MAC in bmcdiscover and discovery process
2017-07-21 13:17:40 -04:00
Casandra Qiu 762ee31628 modified from review 2017-07-21 10:38:31 -04:00
yangsong 5bb6bd7131 fix issue noderange in xCAT commands might be broken by shell expansion #3319 (#3524) 2017-07-21 18:12:52 +08:00
chenglch bc6ddccbd0 Modify the document and nics schema based on review comments. 2017-07-21 16:19:24 +08:00
Weihua Hu 90716e9a1d Merge pull request #3521 from bybai/bundle
fix bundles for confignetwork and confignics
2017-07-21 16:08:36 +08:00
XuWei 4d54889a36 Task 3406, add BMC MAC in bmcdiscover and discovery process 2017-07-21 03:39:01 -04:00
immarvin 725444cdd1 fix issue#3515: check the version of xCAT between MN and SN while processing the forwarded request 2017-07-21 03:37:33 -04:00
bybai 97fde0db98 update bundles for confignetwork and confignics 2017-07-21 03:24:51 -04:00
khm cac418514f xCAT-client: allow pgsqlsetup(1) to accept additional listen_addresses (#3519) 2017-07-20 21:14:04 -05:00
Victor Hu e97523d790 Open up the rsetboot function for OpenBMC
Print message that informs user and dev teams that function is not yet exposed in the firmware
2017-07-20 17:38:44 -04:00
Tom Indelli 7841a6a015 blacklist HP trunk interfaces 2017-07-20 14:40:48 -05:00
Mark Gurevich 4c8dfad42d OpenBMC rspconfig display 2017-07-20 13:53:22 -04:00
Mark Gurevich 1349d5b577 Merge pull request #3506 from xuweibj/I3496
fix 3496, depends on xcatdebugmode to print debug msg
2017-07-20 11:03:22 -04:00
Yuan Bai e569dcddd8 fix issue 3430 confignetwork could not config network if MTU is not set (#3455)
* fix issue 3430 confignetwork could not config network if MTU is not set

* polished based on comments.

* polished

* polished
2017-07-20 17:06:20 +08:00
GONG Jie 0f70ff9aac Merge pull request #3511 from hu-weihua/xcattest
Fix xcattest bug: failed to load config file which value include comma in object section
2017-07-20 16:17:43 +08:00
chenglch e8df039d42 Make getadapter work during discovery process
This patch redesign the original getadapter plugins. Currently,
getadapter do not work as a common command but only a chain command
works during discovery.
2017-07-20 16:03:52 +08:00
Yuan Bai 44eebd897c Enhance confignetwork to integrate with configib (#3505) 2017-07-20 15:48:36 +08:00
hu-weihua d1b823b4b3 fix bug: failed to load config file which value include comma in object section 2017-07-20 03:46:46 -04:00
XuWei 577e5cef28 modified depending on comments 2017-07-19 23:22:33 -04:00
Victor Hu 4d046d4f4e Merge pull request #3418 from cxhong/vlan
Support hybrid mode for different access vlan other than 1
2017-07-19 23:14:37 -04:00
Samveen 90aead7217 doxcat: Check if governor exists before applying (#3509) 2017-07-19 20:27:12 -05:00
Casandra Qiu c3159a5b20 Support pdudiscover command to discover PDU 2017-07-19 17:18:31 -04:00
Victor Hu 326dbe97d1 Merge pull request #3508 from zet809/add_genesis_support_predictable_nicname
To support predictable nicname on genesis based on Fedora26
2017-07-19 12:20:05 -04:00
ertaozh 8560975bc8 T support predictable nicname on genesis based on Fedora26 2017-07-19 06:04:55 -04:00
yangsong 970be4a7dd fix issue:rinstall plugin bug when setup SN on sles12.2 ppc64le #3466;fix issue [FVT] rinstall will hung when it failed to terminate sub process with SIGKILL #3094 (#3507) 2017-07-19 17:41:06 +08:00
Xiaopeng Wang 8e6fdfde3d Merge pull request #3493 from zet809/fix_issue_3490
fix issue 3490: "rscan <hmc> -w" will delete ip attribute of node whi…
2017-07-19 16:09:43 +08:00
XuWei 3957ca41db fix 3496, depends on xcatdebugmode to print debug msg 2017-07-19 02:51:40 -04:00
chenglch 32525fc3dc Merge pull request #3463 from gurevichmark/rflash_supermicro
rflash for Supermicro Briggs and Boston nodes
2017-07-19 09:13:36 +08:00