2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-22 22:15:30 +00:00
Commit Graph

20300 Commits

Author SHA1 Message Date
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
ddc06a3fa5 Merge pull request #3518 from tindelli/master
blacklist HP trunk interfaces
2017-07-25 13:58:08 +08:00
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
376f1b723d Merge pull request #3510 from cxhong/pdudiscover
Support pdudiscover command to discover PDU
2017-07-24 21:25:48 +08:00
f329a2efa7 Merge pull request #3512 from chenglch/getadapter
Make getadapter work during discovery process
2017-07-24 15:17:17 +08:00
f6b16d24bd enhance configeth configure instnic 2017-07-24 02:51:35 -04:00
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
a8bf700c68 put back stat option for rsetboot 2017-07-23 23:29:35 -04:00
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
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
762ee31628 modified from review 2017-07-21 10:38:31 -04:00
5bb6bd7131 fix issue noderange in xCAT commands might be broken by shell expansion #3319 (#3524) 2017-07-21 18:12:52 +08:00
bc6ddccbd0 Modify the document and nics schema based on review comments. 2017-07-21 16:19:24 +08:00
90716e9a1d Merge pull request #3521 from bybai/bundle
fix bundles for confignetwork and confignics
2017-07-21 16:08:36 +08:00
4d54889a36 Task 3406, add BMC MAC in bmcdiscover and discovery process 2017-07-21 03:39:01 -04:00
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
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
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
7841a6a015 blacklist HP trunk interfaces 2017-07-20 14:40:48 -05:00
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
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
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
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
44eebd897c Enhance confignetwork to integrate with configib (#3505) 2017-07-20 15:48:36 +08:00
d1b823b4b3 fix bug: failed to load config file which value include comma in object section 2017-07-20 03:46:46 -04:00
577e5cef28 modified depending on comments 2017-07-19 23:22:33 -04:00
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
90aead7217 doxcat: Check if governor exists before applying (#3509) 2017-07-19 20:27:12 -05:00
c3159a5b20 Support pdudiscover command to discover PDU 2017-07-19 17:18:31 -04:00
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
8560975bc8 T support predictable nicname on genesis based on Fedora26 2017-07-19 06:04:55 -04:00
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
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
3957ca41db fix 3496, depends on xcatdebugmode to print debug msg 2017-07-19 02:51:40 -04:00
32525fc3dc Merge pull request #3463 from gurevichmark/rflash_supermicro
rflash for Supermicro Briggs and Boston nodes
2017-07-19 09:13:36 +08:00
4f0bd2b5ba fix issue 3297: rinstall could not set runcmd and runimg's currchain (#3491)
* fix issue 3297: rinstall could not set runcmd and runimg's currchain
2017-07-18 18:17:14 +08:00
9e1008b18a fix issue 3490: "rscan <hmc> -w" will delete ip attribute of node which was defined ahead 2017-07-18 05:30:39 -04:00
6ca241c9d0 Merge pull request #3489 from xuweibj/random
fix typo of simulator testcase
2017-07-18 14:59:01 +08:00
48ea5da204 fix typo of simulator testcase 2017-07-18 01:50:29 -04:00
9963d8e626 Review fixes 2017-07-17 12:35:11 -04:00
42fe5c7bf8 Merge pull request #3465 from tingtli/changebundle
remove confignetworks cases since daily regression environment does not support the cases
2017-07-17 17:13:10 +08:00
f68d2630d4 update bundle 2017-07-17 04:45:25 -04:00
343166b21a Merge pull request #3459 from neo954/testcase-makehosts
Revise test cases makehosts_null, makehosts_l, makehosts_n
2017-07-17 16:45:17 +08:00
1bc1650c82 update bundle 2017-07-17 04:37:08 -04:00
6847e528a4 Merge pull request #3448 from whowutwut/rbeacon_openbmc
Add code to support rbeacon in openbmc
2017-07-17 14:51:31 +08:00
ff69156156 Revise test cases makehosts_null, makehosts_l, makehosts_n 2017-07-17 11:18:52 +08:00
4e2dd72e06 remove confignetworks cases since daily regression environment does not support the cases 2017-07-16 22:29:08 -04:00
3490fa5fed Kickstart improvements for Centos templates (#3462)
* `pre.rh*` scripts: Whitespace cleanup

* Whitespace cleanup

* util-linux-ng back to util-linux in 2014

* Add Centos7 KVM template(based on rhels7)

* Minor improvements to Centos7 compute template
2017-07-16 21:00:47 -05:00