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

4428 Commits

Author SHA1 Message Date
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
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
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
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
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
Mark Gurevich
b186c2ed0f Updatenode to skip processing nodes which have some attributes missing 2016-03-15 13:24:21 -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
Victor Hu
becc0312cc Add support for parsing pkvm version from .discinfo when doing copycds 2016-03-10 21:31:16 -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
ertaozh
4a1d58ffe7 add using pipework to config ip for containers are start 2016-03-08 05:28:31 -05:00
Xiaopeng Wang
a1b5af686a Merge pull request #699 from jjohnson42/txz
Provide 'txc' mode for packimage
2016-03-08 16:53:11 +08:00
chenglch
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
ertaozh
a120c31d1f Add pull image for mkdocker 2016-03-08 02:24:18 -05:00
Jarrod Johnson
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
zet809
5fa692543d Update docker.pm 2016-03-04 11:49:23 +08:00
zet809
59f44ee423 Update docker.pm 2016-03-04 11:28:28 +08:00
yangsong
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
chenglch
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
ertaozh
1e1e03aec6 Refine the docker instance lifecycle management code with HTTP::Async 2016-03-02 01:28:35 -05:00
penguhyang
4c509f03ad add sound device into vm xml 2016-02-29 00:45:03 -05:00
zet809
c026cfed79 Update debian.pm 2016-02-23 15:32:06 +08:00
zet809
c41a3e54e3 Update debian.pm 2016-02-23 14:41:21 +08:00
chenglch
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
ertaozh
ded2750905 Fix issue #657: "mkdocker command= " could not set commad for container correctly 2016-02-19 04:11:22 -05:00
Victor Hu
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
Xiaopeng Wang
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
Victor Hu
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
penguhyang
f461ff78e0 correct While using XCATBYPASS=YES with command, there are unexcepted logs in terminal 2016-02-16 21:12:01 -05:00
ertaozh
1e37705726 add getinstdisk as the default getdisk script for ubuntu 2016-02-16 02:11:20 -05:00
Casandra Qiu
f3123ae232 remove wildcard to extract kit tar file 2016-02-10 15:34:25 -05:00
Casandra Qiu
a6a8d1cf94 Remove /tmp/tmpkit dir after addkit and extract kit tar file only once 2016-02-05 14:22:43 -05:00
Jarrod Johnson
179cc00708 Provide 'txc' mode for packimage
tar.xz files will preserve an increasing number of things cpio will
not.  For now, implement for EL7 type oses to explore before making
it more widespread.
2016-02-01 11:08:11 -05:00
chenglch
d0a63734cc Merge pull request #673 from zet809/fix_issue_660
fix issue 660: lsdocker node -l --logs return too many illegal code
2016-01-29 14:57:14 +08:00
ertaozh
93c2b73f12 fix issue 660: lsdocker node -l --logs return too many illegal code 2016-01-27 01:03:40 -05:00
junxiawang
6d0b7fcecc Merge pull request #637 from zet809/docker_support_usage_manpage
The usage and manpage for docker instance management command, mkdocke…
2016-01-26 14:10:44 +08:00
penguhyang
bf1b75879a correct copycds does not put files under correct directory for sles11.4 x86_64 2016-01-25 23:37:45 -05:00
chenglch
4e1bb7bed8 Merge pull request #612 from zet809/refine_docker_powerstate
modify default dockerhost port, modify logic for rpower state
2016-01-26 11:04:56 +08:00
ertaozh
79afc50693 The usage and manpage for docker instance management command, mkdocker,lsdocker,rmdocker,rpower 2016-01-25 08:46:57 -05:00
zet809
fa55fe2520 Merge pull request #582 from chenglch/getadapter
Use fifo pipe to enhance getadapter
2016-01-25 15:16:05 +08:00