2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00
Commit Graph

17019 Commits

Author SHA1 Message Date
8b64a768d6 add stop=yes label 2016-03-23 13:28:01 +08:00
6a4ff55fe7 add stop=yes label 2016-03-23 13:27:09 +08:00
1adc6bd3dc add stop=yes label 2016-03-23 13:26:03 +08:00
8d7913fc9a add stop=yes label 2016-03-23 13:25:42 +08:00
9099a00e97 add stop=yes label 2016-03-23 13:25:12 +08:00
ab404ee5d8 add stop=yes label 2016-03-23 13:24:26 +08:00
2054c41748 add stop=yes label 2016-03-23 13:23:44 +08:00
f6e9dd6513 add stop=yes label 2016-03-23 13:23:09 +08:00
1c3be5241f add stop=yes label 2016-03-23 13:22:23 +08:00
8b2492cb26 add stop=yes label 2016-03-23 13:21:09 +08:00
15abaac708 Merge pull request #831 from daniceexi/doc_secutiry
Update doc page for security:
2016-03-23 09:56:23 +08:00
4a340b3a84 Merge pull request #828 from zet809/fix_issue_732
Fix issue 732: Error to process CMD and Entrypoint in Docker life cyc…
2016-03-22 18:35:34 +08:00
549b4951e3 Update doc page for security:
Load security page in the index.rst so that the security
  page can be displayed in the RTD.
2016-03-22 06:29:35 -04:00
307277e333 Merge pull request #704 from whowutwut/bmcdiscover
Clean up the usage and manpage for bmcdiscover command
2016-03-22 17:32:49 +08:00
6dc0172cd2 Fix issue 732: Error to process CMD and Entrypoint in Docker life cycle management 2016-03-22 05:20:28 -04:00
fb629a1551 Remove the obsoleted page webservices which is replaced with restapi page 2016-03-22 05:09:31 -04:00
9d5352637d Merge pull request #823 from neo954/issue801perl-xcat
Based on Debian policy, all package names should not use upper-case letters
2016-03-22 15:42:26 +08:00
13bd9b6f9f Update docker.pm
Fix issue #825: Bareword "SSL_VERIFY_PEER" not allowed while "strict subs" in use at docker.pm
2016-03-22 15:08:34 +08:00
8776f08608 Based on Debian policy, all package names should not use upper-case letters. Change depends xCAT-client -> xcat-client 2016-03-22 14:31:48 +08:00
e8f3a2b295 Merge pull request #818 from pdlun92/rflash_bmc_status
rflash check_bmc_status_with_ipmitool raw command
2016-03-22 10:13:36 +08:00
66b2047714 Update the rst documents missed when making POD changes 2016-03-21 15:57:02 -04:00
d21f29b5bf Fix bmcdiscover usage after code review
- change the bmcpwd option to bmcpasswd
2016-03-21 15:50:36 -04:00
bbe6b6b35c Updated relevant comments in ipmi.pm. Removed rflash_delay description from Schema.pm and documentation/man pages 2016-03-21 14:54:48 -04:00
08bac0d779 Merge pull request #820 from xuweibj/I815
To fix issue 815, get the disk name with the smallest data
2016-03-21 14:34:27 +08:00
d450c4a447 To fix issue 815, get the disk name with the smallest data 2016-03-21 01:17:09 -04:00
474cbd7d6f Merge pull request #793 from caomengmeng/divide_installation_to_two_cases
[FVT]Automation Case: Divide statelite hierarchy installation case into two
2016-03-21 12:30:24 +08:00
c38c16d4df add new xcatd test cases 2016-03-21 11:34:50 +08:00
1020555836 add new xcatd test cases 2016-03-21 11:32:42 +08:00
28eaa53ebd add new xcatd test cases 2016-03-21 11:31:14 +08:00
f06768f800 Merge pull request #819 from junxiawang/0312new
modify xCATreg for ubuntu's dns server could not work
2016-03-21 11:14:51 +08:00
ee30e10ca3 modify xCATreg for ubuntu's dns server could not work 2016-03-21 02:45:20 -04:00
2972700888 Update reg_linux_statelite_installation_hierarchy_by_ramdisk 2016-03-21 11:09:31 +08:00
01c45be07d Update reg_linux_statelite_installation_hierarchy_by_nfs 2016-03-21 11:08:23 +08:00
ed4469b3b0 rflash will now check for " 00" BMC response to raw command suggested by Uma Yadlapati. Removed sleep workaround 2016-03-18 14:07:27 -04:00
c77255a1d6 Merge pull request #794 from zet809/modify_setupdockerhost_for_mydocker0
modify setupdockerhost to create network object based on the bridge s…
2016-03-17 17:43:44 +08:00
ccb916da68 modify setupdockerhost to create network object based on the bridge specified for 1.10 and higher 2016-03-17 04:57:44 -04:00
8f59ca06b2 Merge pull request #791 from zet809/config_ip_for_docker_with_restapi
configure static IP for container without using other tool
2016-03-17 16:44:26 +08:00
71c031f3d9 Merge pull request #811 from chenglch/defls
fix lsdef performance issue
2016-03-17 16:12:11 +08:00
cf26bf5b07 Merge pull request #814 from daniceexi/fix_updateflag
refine updateflag.awk
2016-03-17 16:11:51 +08:00
013517e34e refine updateflag.awk
Fix loop issue;
  print error message to /var/log/xcat/xcat.log
2016-03-17 04:26:57 -04:00
cb3b08b02f configure static IP address for docker container without using other tools 2016-03-17 03:29:44 -04:00
d3004ddae9 fix lsdef performance issue
Previously lsdef command access nodelist table for each
node with getNodeAttribs. This patch will use getNodesAttribs
to fetch the attributes for multiple nodes at one time.
2016-03-17 02:27:17 -04:00
d0656e1235 Merge pull request #804 from whowutwut/ubuntu1604
Changes to support installing xCAT on Ubuntu 16.04 to unblock #790
2016-03-17 11:07:46 +08:00
cd31f32060 Make a note in the Ubunut Install guide that explains the lowercase "xcat" 2016-03-16 13:50:10 -04:00
32855754e2 In the latest version of libio-socket-ssl-perl shipped with Ubuntu 16.04,
the SSL_VERIFY_PEER requires to be a constant instead of string. The error
message printed out is

   SSL_verify_mode must be a number and not a string at /usr/share/perl5/IO/Socket/SSL.pm line 2166.

Need to use IO::Socket::SSL for the SSL_VERIFY_PEER to be set
2016-03-16 13:49:11 -04:00
4c2c870ca2 Merge pull request #796 from gurevichmark/updatenode_issue795
Updatenode to skip processing nodes which have some attributes missing
2016-03-16 21:17:18 +08:00
a43bdac1f2 Merge pull request #806 from xuweibj/I805
To fix issue #805, add flag to getinstdisk log
2016-03-16 18:31:29 +08:00
1b58fa63bc Merge pull request #743 from penguhyang/split_post.ubuntu
split the post.ubuntu, upgrade the post.xcat, logging the ubuntu installation information.
2016-03-16 11:04:51 +08:00
3f301ed01a To fix issue #805, add flag to getinstdisk log 2016-03-15 22:45:50 -04:00
b186c2ed0f Updatenode to skip processing nodes which have some attributes missing 2016-03-15 13:24:21 -04:00