2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-24 20:52:08 +00:00

7271 Commits

Author SHA1 Message Date
Xiaopeng Wang
f874f3a22b Merge pull request #852 from hu-weihua/chxcat-XCAT
Fix issue 836 Uniform xcatd service naming, using lowercase
2016-03-28 20:25:59 +08:00
zet809
77b50cd047 Merge pull request #853 from chenglch/getadapter_db
Fix issue to acess db in getadapter
2016-03-28 16:13:56 +08:00
chenglch
ead0c29b3f Fix issue to acess db in getadapter
Previously the database access in getadapter ignore
the group cases, this patch intent to fix it.
2016-03-27 23:38:12 -04:00
immarvin
9713d69ed3 mount /dev /sys and /proc from host readonly during genimage for redhat;correct a typo in ubuntu genimage 2016-03-25 22:15:44 -04:00
zet809
bc1732ced9 Merge pull request #826 from xuweibj/S86265
Add attribute 'syslog', avoid the syslog configuration for certain node
2016-03-25 17:23:34 +08:00
yangsong
90eecce49c Merge pull request #839 from penguhyang/sles_log_xcatdebugmode
turn off logging every single line of a shell script
2016-03-25 04:10:20 -05:00
XuWei
ee67e2eafd Add node attribute 'syslog', avoid the syslog configuration for certain node 2016-03-25 03:53:55 -04:00
Xiaopeng Wang
d52111603a Merge pull request #824 from chenglch/xcatd_signal
Do not kill db process if immediate child process exists
2016-03-25 13:55:02 +08:00
hu-weihua
48c541beb7 uniform xcatd service naming, using lowercase 2016-03-25 01:28:16 -04:00
hu-weihua
62753abcee uniform xcatd service naming, using lowercase 2016-03-25 01:27:09 -04:00
chenglch
306e66e4cc Do not kill db process if immediate child process exists
This change includes the following:

- Replace the signal number with signal name.
- Stop db process after all the immediate children stopped.
- Fix a defect in TableUtils when closing the table object.
- Enhance the is_process_exists subroutine in utils.

Close issue: #537
2016-03-24 22:46:12 -04:00
chenglch
7fe3ba3c14 Merge pull request #643 from pdlun92/rflash_check
rflash -c output modifications
2016-03-25 09:29:33 +08:00
Casandra Qiu
b8763f4a24 support timestamps per line for console output 2016-03-24 11:17:15 -04:00
zet809
d3807e08e6 Merge pull request #835 from xuweibj/I822
To fix issue 822, run getinstdisk script when install rh6.7
2016-03-24 16:00:46 +08:00
penguhyang
5f9562f33e turn off logging every single line of a shell script 2016-03-24 02:21:14 -04:00
XuWei
84689f9dc4 To fix issue 822, run getinstdisk script when install rh6.7 2016-03-23 01:53:38 -04:00
ertaozh
52a995f810 add depended pkg http-async and net-https-nb for xCAT-server 2016-03-23 01:24:05 -04:00
Xiaopeng Wang
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
zet809
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
ertaozh
6dc0172cd2 Fix issue 732: Error to process CMD and Entrypoint in Docker life cycle management 2016-03-22 05:20:28 -04:00
zet809
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
chenglch
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
Victor Hu
d21f29b5bf Fix bmcdiscover usage after code review
- change the bmcpwd option to bmcpasswd
2016-03-21 15:50:36 -04:00
Patrick Lundgren
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
XuWei
d450c4a447 To fix issue 815, get the disk name with the smallest data 2016-03-21 01:17:09 -04:00
junxiawang
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
junxiawang
ee30e10ca3 modify xCATreg for ubuntu's dns server could not work 2016-03-21 02:45:20 -04:00
Patrick Lundgren
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
Patrick Lundgren
ce32b49db3 modified rflash output to use component description (BOOT, APP, BIOS) instead of ID numbers 2016-03-18 11:14:16 -04:00
Xiaopeng Wang
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
ertaozh
cb3b08b02f configure static IP address for docker container without using other tools 2016-03-17 03:29:44 -04:00
chenglch
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
Xiaopeng Wang
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
Victor Hu
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
Xiaopeng Wang
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
Xiaopeng Wang
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
yangsong
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
XuWei
3f301ed01a To fix issue #805, add flag to getinstdisk log 2016-03-15 22:45:50 -04:00
Mark Gurevich
b186c2ed0f Updatenode to skip processing nodes which have some attributes missing 2016-03-15 13:24:21 -04:00
caomengmeng
ece12bf41e check sync file and change case number 2016-03-15 03:32:16 -04:00
penguhyang
97e29171ba split the post.ubuntu and upgrade the post.xcat 2016-03-15 02:59:31 -04:00
Victor Hu
582b9d68d5 Clean up the usage and manpage for bmcdiscover
Improve the output message for --ipsource and --check
2016-03-12 08:10:07 -05:00
yangsong
485ee6f764 Merge pull request #786 from penguhyang/getinstdisk_log
logging the getinstdisk script log to xcat.log properly
2016-03-11 16:36:08 +08:00
caomengmeng
748ace6855 divide statlite hierarchy cases 2016-03-11 00:53:46 -05:00
penguhyang
6ca52ae895 logging the getinstdisk script log to xcat.log 2016-03-10 22:20:48 -05:00
Victor Hu
becc0312cc Add support for parsing pkvm version from .discinfo when doing copycds 2016-03-10 21:31:16 -05:00
zet809
940e189145 Merge pull request #751 from xuweibj/I747
Improve fresh install disk log information, fix issue #747
2016-03-10 18:26:09 +08:00
tingtli
f1ae56cddb Merge pull request #770 from hu-weihua/teststop
Make auto test environment stop when one key test case failed, keep environment for debug
2016-03-10 14:33:14 +08:00
XuWei
4e465004ae Improve fresh install disk log information, fix issue #747 2016-03-09 19:55:05 -05:00
Xiaopeng Wang
85c9276655 Merge pull request #777 from zet809/config_ip_after_container_started
add using pipework to config ip for containers are start
2016-03-08 18:52:16 +08:00