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

5084 Commits

Author SHA1 Message Date
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
Mark Gurevich 97a159d47a More fixes due to review comments 2016-07-12 09:13:40 -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
bybai cf9636ae45 fix 1327 after pessl kitcomponents are removed from osimage, the INCLUDE env file for pessl are not cleaned up. 2016-07-06 03:36:16 -04:00
ertaozh 77a563ed89 Fix issue 1371: xcatprobe switch-macmap - could not get valid information 2016-07-05 22:15:20 -04:00
XuWei 663e41e0d3 Fix issue 1468, modified to check the value of array element 2016-07-04 22:14:53 -04:00
penguhyang 45e364d123 fix rinstall bug for #1461 2016-07-04 07:05:07 -04:00
ertaozh 42d3deea44 fix issue 1462: bmcsetup hang after commencing transmit of discovery packets 2016-07-04 02:23:41 -04:00
XuWei cc47d51ff6 add status powering-on for blade 2016-07-01 05:20:44 -04:00
Xiaopeng Wang 3671e5bfe8 Merge pull request #1447 from immarvin/onmkdeftemplate
fix issue [FVT]Please update the 'chdef template' return message #1440
2016-07-01 11:09:41 +08:00
immarvin 44506cbfe0 fix issue [FVT]Please update the 'chdef template' return message #1440 2016-06-30 22:52:06 -04:00
Xiaopeng Wang 05694c1aee Merge pull request #1429 from xuweibj/powering-on
add powering-on status for PPC-HMC
2016-07-01 09:11:10 +08:00
XuWei 2a4b0a9caa add powering-on status for PPC-HMC 2016-06-30 20:51:01 -04:00
yangsong 86e7530395 Merge pull request #1442 from penguhyang/status_record
fix #1427 record the status change of CN
2016-06-30 04:58:02 -05:00
penguhyang 027101f1ce record the status change of CN 2016-06-30 03:02:51 -04:00
XuWei cdfae3d40d add status powering-on for ipmi mgt 2016-06-29 03:47:18 -04:00
Xiaopeng Wang cfc2fab856 Merge pull request #1280 from penguhyang/enhance_rinstall
fix #1157, enhance rinstall command
2016-06-28 16:28:50 +08:00
Xiaopeng Wang dc5f3f0a18 Merge pull request #1385 from bybai/rmkit
issue1326 rmkit -f essl failed to remove the essl kit
2016-06-28 16:19:18 +08:00
bybai 48422f11de update issue 1326 2016-06-28 04:10:52 -04:00
penguhyang 394eca0f50 fix #1157, enhance rinstall command 2016-06-27 22:42:50 -04:00
Xiaopeng Wang 7bc0c5912b Merge pull request #1389 from zet809/refine_hdwrdiscovery_progress
refine hardware discovery framework, put mtms based hardware discover…
2016-06-27 17:36:58 +08:00
ertaozh ba01665adb refine hardware discovery framework, modifcation based on review comments 2016-06-27 02:51:09 -04:00
Xiaopeng Wang 014a37f934 Merge pull request #1393 from immarvin/onksbootloader
fix issue  [Customer] bootloader is not grabbing the addkcmdline from osimage #1185
2016-06-27 14:27:30 +08:00
yangsong aaf0c95cf8 Merge pull request #1388 from daniceexi/export
issue 1361: check the export sentence in the mypostscript to make sur…
2016-06-26 21:30:34 -05:00
Mark Gurevich 4c7148e8ed Nodeset offline for ppc64 2016-06-24 13:16:38 -04:00
immarvin 00584f5370 fix issue [Customer] bootloader is not grabbing the addkcmdline from osimage #1185 2016-06-24 04:26:09 -04:00
wangxiaopeng 3e57820ee6 issue 1361: check the export sentence in the mypostscript to make sure no - is used in the variable name 2016-06-24 02:02:50 -04:00
ertaozh 75bc7d91f4 refine hardware discovery framework, put mtms based hardware discovery to typemtms.pm module 2016-06-24 01:58:34 -04:00
bybai 668177b826 issue1326 rmkit -f essl failed to remove the essl kit 2016-06-23 22:07:16 -04:00
Patrick Lundgren 27f23d33b9 Handle commas in --range for nmap 2016-06-23 10:37:50 -04:00
yangsong 1d3d27bece Merge pull request #1358 from xuweibj/I980
Fix issue 980, add status powering-on
2016-06-23 03:01:15 -05:00
Xiaopeng Wang 838d764b91 Merge pull request #1370 from immarvin/onmkdeftemplate
fix issue  [FVT]lsdef/mkdef commands <Error: Unsupported request error> on rh6.8 ppc64 #1369 @github
2016-06-23 15:07:08 +08:00
immarvin e7f3446bd4 fix issue [FVT]lsdef/mkdef commands <Error: Unsupported request error> on rh6.8 ppc64 #1369 @github 2016-06-23 02:09:24 -04:00
Victor Hu 5fd58825b2 Merge pull request #1331 from gurevichmark/kvm_storage_pool_create
Ignore 'File exists' error from storage pool build
2016-06-22 16:59:38 -04:00
Victor Hu 4750bd7e15 Merge pull request #1345 from gurevichmark/rmdef_count
Correct the count of removed objects
2016-06-22 16:57:23 -04:00