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

17946 Commits

Author SHA1 Message Date
38d00ce8d7 [xCAT Jenkins Email Report] Add rank field to the `Top 50 Failed Test Cases' 2016-07-20 13:57:58 +08:00
20f186efa6 [xCAT Jenkins Email Report] Order test results by OSName, then ArchName 2016-07-20 13:57:58 +08:00
7f45b7b551 [xCAT Jenkins Email Report] Change all the VARCHAR to VARCHAR BINARY for case sensitive string comparison 2016-07-20 13:57:58 +08:00
ab27c80906 [xCAT Jenkins Email Report] Change the subject line of the xCAT Jenkins mail test report 2016-07-20 13:57:58 +08:00
8207f11ae8 [xCAT Jenkins Email Report] xCAT Jenkins Log Analyzer with email report 2016-07-20 13:57:58 +08:00
87e3a340d0 Merge pull request #1560 from hu-weihua/issue1544
Fix issue1544 and issue1545, modify mistakes in all autotest bundle files
2016-07-19 23:36:02 -05:00
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
afd2ce56ec fix issue1544 and issue1545 2016-07-19 23:19:43 -04:00
d0870bcb45 Merge pull request #1520 from penguhyang/rhels6_mn_log_diskless
add syslog module to realize the log forward
2016-07-20 11:18:57 +08:00
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
797a64131b add syslog module to realize the log forward 2016-07-19 22:43:42 -04:00
1055cbf1d6 Merge pull request #1541 from xuweibj/prbdscv
Fix bug, probe discovery get node ip
2016-07-19 17:29:00 +08:00
767857fe84 Merge pull request #1551 from xuweibj/kvmpower
Improve performance of kvm (powering-on)
2016-07-19 14:35:04 +08:00
e5356243e1 Merge pull request #1534 from xuweibj/blade
Improve performance of blade (powering-on)
2016-07-19 14:32:12 +08:00
52c685c378 Merge pull request #1516 from xuweibj/fsppower
add powering-on status for fsp
2016-07-19 14:30:25 +08:00
c7d593ec5a Merge pull request #1555 from caomengmeng/delete_statelite_sync_file_checkpoint
Delete synced file check points
2016-07-19 14:17:27 +08:00
1d3a163324 delete synced file check points 2016-07-19 02:16:13 -04:00
51f69458fa delete synced file check point 2016-07-19 02:10:09 -04:00
fcb33518c9 Merge pull request #1550 from whowutwut/commitid
Add a buildinfo file to the xcat core tar.bz2 file to provide information about the build
2016-07-19 11:30:04 +08:00
d6e7b250f9 Improve performance of kvm (powering-on) 2016-07-18 22:21:12 -04:00
35cfdd56ba Added some code to create a buildinfo file included in the tar.bz2
file that contains information about the current xCAT build
2016-07-18 13:10:46 -04:00
510fb9639e Merge pull request #1518 from gurevichmark/image_probe_noderange
Merging based on @daniceexi approval.
2016-07-18 10:54:00 -04:00
7efd57094c Merge pull request #1542 from zet809/modify_dep_for_ipmitool
modify xcat to depended on ipmitool-xcat-1.8.15-2 and higher
2016-07-18 17:28:46 +08:00
87ba36dfa7 Delete blank line for daily run
delete useless blank lines for daily run
2016-07-18 17:22:31 +08:00
541f4e6c79 Merge pull request #1536 from immarvin/ongeninitrd
fix issue  geninitrd fails when pkgdir has more than one directory #1538 ; fix  geninitrd fails to identify a ppc64le kernel #1539
2016-07-18 14:41:35 +08:00
65bfb783d2 modify xcat to depended on ipmitool-xcat-1.8.15-2 and higher 2016-07-18 01:53:00 -04:00
d9914b5df3 Fix bug, probe discovery get node ip 2016-07-15 04:35:54 -04:00
79f45fa8f7 Merge pull request #1512 from xuweibj/myprobe
Fix xcatprobe issue, discovery and osdeploy
2016-07-15 16:03:06 +08:00
b0bd79562a Merge pull request #1540 from junxiawang/0715
add description for linux.conf.template
2016-07-15 11:23:49 +08:00
d8b7a2904d add description for linux.conf.template 2016-07-15 03:30:47 -04:00
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
2f08e4904a Merge pull request #1525 from gurevichmark/sphinx_rtd_theme
Update README file
2016-07-14 14:54:48 -04:00
97de4408ba Only display OK messages with -V option or if all compute nodes are OK 2016-07-14 10:38:39 -04:00
277dd2738b Merge pull request #1535 from junxiawang/0714
add genesis testcase for autotest
2016-07-14 16:40:54 +08:00
89fb46a379 add genesis testcase for autotest 2016-07-14 08:41:15 -04:00
7a6c9e72f2 Improve performance of blade (powering-on) 2016-07-14 02:07:19 -04:00
4ae87b1b53 remove an useless file 2016-07-14 13:53:30 +08:00
67e3a4ee93 Merge pull request #1521 from junxiawang/0712
add genesis test case
2016-07-14 13:50:38 +08:00
0de4c68fb5 Merge pull request #1533 from xuweibj/hmcpower
Improve performance for hmc mgt
2016-07-14 13:35:44 +08:00
ff60c99248 modify genesis test case 2016-07-14 01:01:27 -04:00
b1c9c2f7e3 Improve performance for hmc mgt 2016-07-13 23:19:21 -04:00
7b9224a6a4 add powering-on status for fsp 2016-07-13 22:50:52 -04:00
a89875b26a Fix xcatprobe issue, discovery and osdeploy 2016-07-13 21:58:25 -04:00
7a7c187e32 modify genesis test case 2016-07-13 10:33:27 -04:00
831cc76410 Update Version
Update Version to 2.12.2
2016-07-13 09:05:06 -04:00
5438ffa180 Merge pull request #1527 from neo954/bug-unknown-doc
[doc] Fix a typo in xCAT 2.12.x Release Information
2016-07-13 16:51:36 +08:00
82515b50c8 [doc] Fix a typo in xCAT 2.12.x Release Information 2016-07-13 16:32:28 +08:00
12c4227e9c Merge pull request #1526 from xuweibj/T113891
Improve the performance for ipmi mgt(powering-on)
2016-07-13 15:59:01 +08:00
e02933ef54 Merge pull request #1510 from immarvin/onxcatconfig
fix issue  Updating xCAT on OS that uses systemctl has a warning message #1509 ; run systemctl daemon-reload on xcat upgrade
2016-07-13 14:05:55 +08:00
17e0d88cd3 Merge pull request #1515 from neo954/go-xcat-devel
[go-xcat] Print out more error messages when reading repository failed.
2016-07-13 13:54:32 +08:00