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
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
6ca52ae895
logging the getinstdisk script log to xcat.log
2016-03-10 22:20:48 -05:00
becc0312cc
Add support for parsing pkvm version from .discinfo when doing copycds
2016-03-10 21:31:16 -05:00
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
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
4e465004ae
Improve fresh install disk log information, fix issue #747
2016-03-09 19:55:05 -05:00
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
4a1d58ffe7
add using pipework to config ip for containers are start
2016-03-08 05:28:31 -05:00
401a21af7a
Merge pull request #714 from immarvin/ubtgenimage
...
fix defect [FVT]xCAT in docker :genimage failed #663
2016-03-08 18:02:20 +08:00
a1b5af686a
Merge pull request #699 from jjohnson42/txz
...
Provide 'txc' mode for packimage
2016-03-08 16:53:11 +08:00
86e335114d
Merge pull request #750 from zet809/add_pull_image_for_mkdocker
...
Add pull image for mkdocker
2016-03-08 02:58:18 -05:00
a120c31d1f
Add pull image for mkdocker
2016-03-08 02:24:18 -05:00
7211213d4c
mount devfs in rootimg during genimage
2016-03-08 00:46:37 -05:00
05da0afb99
Suppress invalid mac data
...
Sometimes a FRU MAC address area may have
unitialized data for irrelevant portion.
Mask by filtering out scenarios where
mfg OUI changes for a single NIC, which
is never the case.
2016-03-07 15:26:42 -05:00
69f5e250a9
modified subjectAltName method, did not use ENV
2016-03-07 07:33:42 -05:00
12a3879a96
delete loop statement to make code succinctly
2016-03-07 04:01:42 -05:00
c26c76a193
Merge pull request #764 from penguhyang/pre_script_logging
...
logging the pre-script to make debug easy
2016-03-07 14:39:45 +08:00
ea4989fac3
logging the pre-script to make debug easy
2016-03-06 21:46:27 -05:00
bd918e47e8
fake policy-rc.d instead of invoke.rc.d
2016-03-05 10:15:11 -05:00
5fa692543d
Update docker.pm
2016-03-04 11:49:23 +08:00
59f44ee423
Update docker.pm
2016-03-04 11:28:28 +08:00
f5b4be3ed7
Merge pull request #744 from cxhong/swkits
...
Detect Error case in the xcatd and avoid loop in the updateflag.awk
2016-03-04 10:57:23 +08:00
b07e268642
modify error messages
2016-03-03 14:50:25 -05:00
a42188d396
add stop funtion
2016-03-03 03:00:36 -05:00
8180900e80
add stop funtion
2016-03-03 02:59:19 -05:00
56dd49f3a7
Merge pull request #741 from hu-weihua/umask
...
Fix defect #698 Default permissions on commands.log are 644, should change to 600
2016-03-03 14:00:30 +08:00
50efb51743
modify depending on gongjie's new comment
2016-03-03 00:48:16 -05:00
30d04876f5
Merge pull request #718 from whowutwut/pkvm_diskless
...
Fix issue with SGA when creating diskless VMs on PowerKVM
2016-03-03 13:41:55 +08:00
c76e7accab
Merge pull request #753 from junxiawang/xCATreglatest
...
modify autotest xCATreg
2016-03-03 11:17:18 +08:00
03769868a4
To fix issue #761 , made a mistake that make certificate generate failed
2016-03-02 02:33:09 -05:00
c6e526014c
Merge pull request #737 from zet809/refine_docker_with_httpasync
...
Refine the docker instance lifecycle management code with HTTP::Async
2016-03-02 02:02:38 -05:00
1e1e03aec6
Refine the docker instance lifecycle management code with HTTP::Async
2016-03-02 01:28:35 -05:00
ad24234659
Merge pull request #754 from xuweibj/SAN
...
Set the FQDN in the xcatd certificate, use subjectAltNames
2016-03-01 22:26:02 +08:00
16f0e90345
modify autotest xCATreg
2016-03-01 06:51:45 -05:00
7fd99442c7
Fix race condition issue when printing message in xcatd
...
related-issue: #729
related-commit: #742
2016-03-01 04:53:50 -05:00
0d7a0dec61
Set the FQDN in the xcatd certificate, use subjectAltNames
2016-03-01 03:39:41 -05:00
7b6cbf9ee4
Merge pull request #746 from penguhyang/vm_xml_sound
...
add sound device into vm xml
2016-03-01 13:44:03 +08:00
4c509f03ad
add sound device into vm xml
2016-02-29 00:45:03 -05:00
3d016498ff
modify depening on GongJie's comments
2016-02-27 02:20:04 -05:00
be0bcf7451
For issue #712 Detect Error case in the xcatd and avoid loop in the
...
updateflag.awk
2016-02-26 13:23:20 -05:00
f236675dec
Fix issue #729 : xcat do not print message under heavy load scenario
...
The root cause of this issue is the select time out when polling the
pipe socket. When timeout occurs, child process exit before printing
the message at the parent process side.
close-issue: #729
2016-02-26 03:13:16 -05:00
48e64132ed
add umask for command log file /var/log/xcat/commands.log
2016-02-25 23:22:34 -05:00
c026cfed79
Update debian.pm
2016-02-23 15:32:06 +08:00
c41a3e54e3
Update debian.pm
2016-02-23 14:41:21 +08:00
324d736ba5
Merge pull request #683 from zet809/fix_issue_657
...
Fix issue #657 : "mkdocker command= " could not set command correctly
2016-02-22 01:33:04 -05:00
ded2750905
Fix issue #657 : "mkdocker command= " could not set commad for container correctly
2016-02-19 04:11:22 -05:00
1198621b60
When doing rpower for kvm hosts, need to call the get_node_info()
...
function to get properties of the hypervisor.
This is to address the issue when running diskless VMs on power.
In the build_oshash() function, if the properties are not set
then the cpumodel will be undefined and useserial will be set,
causing problems when powering on diskless VMs.
2016-02-16 22:29:44 -05:00
278df9b091
Merge pull request #684 from zet809/include_getinstdisk_ubuntu
...
add getinstdisk as the default getdisk script for ubuntu
2016-02-17 11:13:32 +08:00
a50b63dfa5
Merge pull request #693 from penguhyang/unexpectd_msg
...
correct While using XCATBYPASS=YES with command, there are unexcepted logs in terminal
2016-02-16 21:50:59 -05:00