2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-14 02:14:18 +00:00
Commit Graph

5116 Commits

Author SHA1 Message Date
penguhyang 5cc61d92f2 Merge pull request #1686 from immarvin/onissue
fix issue  Nodeset for Ubuntu OS displays warning, but we should be more specific and only print on conditions where it might fail #1097
2016-08-12 15:00:51 +08:00
immarvin b9d8138395 fix issue Nodeset for Ubuntu OS displays warning, but we should be more specific and only print on conditions where it might fail #1097 2016-08-12 02:52:03 -04:00
penguhyang d44176f1d1 update code of packimage (#1685) 2016-08-12 01:46:52 -05:00
penguhyang 79426ad21e add new option to indicate compress method (#1669) 2016-08-11 03:09:43 -05:00
Casandra Qiu c458718ebf move config switch files to scripts dir 2016-08-09 16:54:08 -04:00
zet809 f22feff401 Merge pull request #1519 from cxhong/switch
Switch-based switch discovery for BNT and Mellanox
2016-08-09 10:21:01 +08:00
Xiaopeng Wang 4e5b0ccc4f Merge pull request #1636 from immarvin/onubt16.04.1
add ubuntu16.04.1 netboot pkglist;modify the precedence of SvrUtils:get_file_name
2016-08-09 10:09:44 +08:00
immarvin 2ab944ea65 add ubuntu16.04.1 netboot pkglist;modify the precedence of SvrUtils::get_file_name 2016-08-08 05:10:02 -04:00
Victor Hu 878d43addc Add a section to attempt to autodetect the RHEL OS to bypass (#1644)
the need to update the discinfo database
2016-08-07 23:21:06 -05:00
Victor Hu 4c7e345fb5 Merge pull request #1627 from gurevichmark/offline_when_rmdef
Cleanup boot configuration files when processing rmdef
2016-08-05 14:16:23 -04:00
Mark Gurevich 560d01ab84 Cleanup boot configuration files when processing rmdef 2016-08-04 08:28:13 -04:00
Casandra Qiu 4b859aea8a more modification... 2016-08-03 09:25:28 -04:00
penguhyang 180c3fc0c7 add more output msg for packimage (#1622) 2016-08-03 13:59:07 +08:00
Casandra Qiu 5d4d0d169e Modify code from code review 2016-08-02 22:10:45 -04:00
penguhyang 5cd203cdf5 enhance packimage -m txc (#1602) 2016-08-02 16:45:31 +08:00
zet809 91954591ed To support more than 1 nics connect to the install network (#1613) 2016-08-02 14:44:18 +08:00
Mark Gurevich e92838a11a Merge pull request #1607 from immarvin/oncoderefine
Thank you for the comments and explanation.
2016-08-01 11:07:47 -04:00
Xiaopeng Wang 2deffa2e7e Merge pull request #1601 from zet809/support_bond_for_hdwr_discovery
Deal with the scenario that more than 1 nic connecting to the provisi…
2016-08-01 14:05:20 +08:00
ertaozh 4efa05ddb5 Deal with hostname which is alias of the predefined node 2016-07-31 22:58:47 -04:00
immarvin bae1f51546 add description of subroutine get_disks_by_userspecs 2016-07-29 21:30:16 -04:00
Casandra Qiu 843525e73b Restructure code flow for switch-based switch discovery 2016-07-29 17:25:45 -04:00
ertaozh 13fa0118b6 Deal with the scenario that more than 1 nic connecting to the provisioning network 2016-07-28 04:31:31 -04:00
Victor Hu ec2abe3240 Merge pull request #1593 from gurevichmark/chvm_vmstorageformat
Use correct vmstorageformat for chvm
2016-07-26 15:01:53 -04:00
Mark Gurevich 9fc3d2b967 Use correct vmstorageformat for chvm 2016-07-26 14:45:33 -04:00
Mark Gurevich db9a71750e Fix sytax errors reported by perltidy 2016-07-25 08:56:18 -04:00
Casandra Qiu efec9f073c modify otherinterfaces attribute and add status attribute 2016-07-22 09:54:30 -04:00
Xiaopeng Wang bf3eb5fb39 Merge pull request #1576 from immarvin/onotherinterfaces
fix issue  [DEV] "makehosts" generates the /etc/hosts entries with wrong domain name for node with "otherinterfaces" attribute #1575
2016-07-22 15:24:30 +08:00
immarvin 13b0b37560 fix issue [DEV] "makehosts" generates the /etc/hosts entries with wrong domain name for node with "otherinterfaces" attribute #1575 2016-07-22 02:24:28 -04:00
Casandra Qiu cd10a95ff5 add otherinterfaces for error cases. 2016-07-21 13:29:44 -04:00
Casandra Qiu 9589d1be59 more modification 2016-07-20 14:50:14 -04:00
Mark Gurevich 0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
penguhyang 5d46d48f6a Fix issue of packimage -m txc (#1554)
* redefine the code to make distint

* fix issue of packimage -m txc
2016-07-20 07:06:33 -05:00
zet809 d7cd8f9a66 Merge pull request #1558 from whowutwut/discovery_logs
Fix some wording in the log messages generated during HW discovery
2016-07-20 17:07:50 +08:00
immarvin 1829169839 fix issue [customer] the rhels7.2 diskful installation with kernel and kernel modules updated by"geninitrd" failed with "Pane is dead" inside anaconda #1562; add a dracut hook in intrd to update the kernle modules inside the stage2 installer LiveOs 2016-07-20 03:59:54 -04:00
zet809 6d2ebfe9aa Merge pull request #1537 from chenglch/restservice
Add rest api helper interface to access non-xcat resource
2016-07-20 11:40:34 +08:00
chenglch 8187e3efa1 Add rest api helper interface to access non-xcat resource
Currently xcat rest service is running with apache user who do
not have the privilege to manage some local resource like credential
files needed by xcat web ui to get the conserver access.

This patch add scripts in xcatconfig to generate credential files
for conserver user. This patch also add a work around framework for
xcat restapi to provide the interface to get or set the system resource
so that restapi with apache privilege can retrieve the credential files.
2016-07-19 23:09:21 -04:00
Xiaopeng Wang 767857fe84 Merge pull request #1551 from xuweibj/kvmpower
Improve performance of kvm (powering-on)
2016-07-19 14:35:04 +08:00
Xiaopeng Wang e5356243e1 Merge pull request #1534 from xuweibj/blade
Improve performance of blade (powering-on)
2016-07-19 14:32:12 +08:00
XuWei d6e7b250f9 Improve performance of kvm (powering-on) 2016-07-18 22:21:12 -04:00
Victor Hu bf80c45c01 Fix some wording in the log messages during discovery.
Simplify the messages so that it does not take up too many lines in the log file
2016-07-18 15:54:13 -04:00
immarvin 9344ec5558 fix issue geninitrd fails when pkgdir has more than one directory #1538 ; fix geninitrd fails to identify a ppc64le kernel #1539 2016-07-14 21:54:57 -04:00
XuWei 7a6c9e72f2 Improve performance of blade (powering-on) 2016-07-14 02:07:19 -04:00
XuWei 52ec24a9b1 Improve the performance for ipmi mgt(powering-on) 2016-07-13 01:32:02 -04:00
Xiaopeng Wang 9b48f99dd5 Merge pull request #1394 from gurevichmark/nodeset_offline
Nodeset offline for ppc64
2016-07-13 09:37:28 +08:00
Casandra Qiu ab3a735ede Create subroute for configBNT and configMerllanox 2016-07-12 16:38:32 -04:00
Mark Gurevich 97a159d47a More fixes due to review comments 2016-07-12 09:13:40 -04:00
Casandra Qiu 91d803ec38 Switch-based switch discovery for BNT and Mellanox 2016-07-11 17:03:00 -04:00
Mark Gurevich 05f2832e7d Remove dhcp entry for x86_64 node when nodeset offline is issued 2016-07-11 15:12:13 -04:00
Mark Gurevich 861e60b3e0 code review suggestions 2016-07-11 14:29:57 -04:00
ertaozh e80517eb6e modify the pattern for xcat.discovery.xxx from MTMS to mac address 2016-07-06 06:20:18 -04:00