2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

26 Commits

Author SHA1 Message Date
xuweibj
21436b9577 fix issue 2727, add Async path to @INC when want to use it (#2730) 2017-03-23 04:32:22 -05:00
Mark Gurevich
0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
ertaozh
3d4b215b33 Fix issue 863: mac could not be assigned to docker container 2016-04-15 05:13:55 -04:00
ertaozh
c21d08c3e7 write MAC when creating docker container, remove connect network and/or disconnect network 2016-04-14 02:57:05 -04:00
bybai
73bd16638c fix issue 882 spelling mistake while stopping docker container 2016-04-06 21:56:05 -04: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
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
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
ertaozh
4a1d58ffe7 add using pipework to config ip for containers are start 2016-03-08 05:28:31 -05: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
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
ertaozh
1e1e03aec6 Refine the docker instance lifecycle management code with HTTP::Async 2016-03-02 01:28:35 -05: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
ertaozh
93c2b73f12 fix issue 660: lsdocker node -l --logs return too many illegal code 2016-01-27 01:03:40 -05:00
ertaozh
db05d4958d modify default dockerhost port, modify logic for rpower state 2016-01-24 22:22:56 -05:00
ertaozh
7e90b5f77b docker lifecycle management commands framework 2016-01-14 01:54:58 -05:00
bybai
e4145b4ca9 fix issue xcatd restart failed using latest build during loading docker.pm (#132) 2015-08-31 05:29:30 -04:00
bybai
3bd62937f6 add usage example for genreq and send_req. 2015-08-14 01:16:49 -04:00
bybai
7f726db1d0 enhance genreq and send_req using ssl ca/cert/key 2015-08-14 00:59:50 -04:00
amy0701
407c5e6ae2 modify fuction name. 2015-06-05 02:31:08 -04:00
amy0701
ce1015a142 add docker basic plugin. 2015-06-05 02:27:13 -04:00