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
93c2b73f12
fix issue 660: lsdocker node -l --logs return too many illegal code
2016-01-27 01:03:40 -05:00
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
79afc50693
The usage and manpage for docker instance management command, mkdocker,lsdocker,rmdocker,rpower
2016-01-25 08:46:57 -05:00
c6e663d1fd
Use fifo pipe to enhance getadapter
...
Currently the getadapter implementation store the nics information
in multiple files. This implementaion will store the records in the
database and add the following changes:
1. Add taskstate table to record the getadapter request.
2. Add route_request hook in xcatd to avoid of too much process.
3. Add adapterinfo column to keep the adapter information.
4. Use fifo pipe to send/recv the adapter message and wake up the waiting process.
5. Use alarm signal to handle the timeout event.
2016-01-25 01:53:54 -05:00
0f52e5f000
Enhance sycnfile format
...
Support the new format 'file -> (noderange for permitted nodes) file'
for syncfile.
2016-01-21 03:50:59 -05:00
ee1d71fe2f
Partial issue #537 , try to detect the error of db access process
...
This patch add changes to detect the error and enter in direct db access
mode so that the other process can access the data without db access
process temporarily. Direct access is not suggested way and currently
nodelist (noderange) can not support this mode.
Partial issue: #537
2016-01-21 00:35:13 -05:00
fbd91febf5
Merge pull request #611 from zet809/fix_issue_601
...
fix issue 601: def command does not work for docker instance definition
2016-01-18 06:50:19 -05:00
64a70b1a4e
Merge pull request #469 from bybai/confignetworknew
...
support configuring bond/vlan/bridge for RH7
2016-01-18 03:10:52 -05:00
b584835140
fix issue 601: def command does not work for docker instance definition
2016-01-18 02:49:19 -05:00
7e90b5f77b
docker lifecycle management commands framework
2016-01-14 01:54:58 -05:00
e47e443468
enhance Schema.pm
2016-01-12 02:36:55 -05:00
c54481efc5
Merge pull request #534 from zet809/refine_find_install_disk
...
replace the determine install disk precess with script share/xcat/ins…
2015-12-28 15:45:07 +08:00
fdca2cc3f9
replace the determine install disk precess with script share/xcat/install/scripts/getinstdisk, it will write the install disk to /tmp/install_disk
2015-12-28 01:09:56 -05:00
181fdee0ce
add support for chvm --detachdev
2015-12-21 05:10:22 -05:00
88b61bab04
Merge pull request #497 from xuweibj/S69370
...
Add FQDNfirst option in global cfg.
2015-12-16 17:07:16 +08:00
3684705279
Add a global cfg to enable the longnamefirst
2015-12-16 03:52:20 -05:00
011651c2ac
update statefull and diskfull to stateful and diskful
...
for consistency in the documentaion and code
2015-12-08 11:43:56 -05:00
1c0bd13686
Merge pull request #509 from cxhong/ssh
...
Remove white space at the end of line for spawn strings.
2015-12-04 20:28:02 -05:00
34c7c3f3f9
Remove white space at the end of line for spawn strings.
2015-12-02 09:48:11 -05:00
2b7831a258
Merge pull request #487 from zet809/refine_discovery_doc
...
add bmcsetup in discovery doc, add chain document in Advanced Topics …
2015-12-01 16:51:23 -05:00
02ceafc428
Add a attribute in site table to set the delay time for rflash
...
Currently abort failure(0x81) occur during the initiate stage as
the firmware state is not stable enough after cold reset. As the
delay time is not a constant value, this change add a interface in
site table for user to set this value.
Close-issue: #471
2015-11-30 03:59:31 -05:00
da3bb3038e
add bmcsetup in discovery doc, add chain document in Advanced Topics chapter
2015-11-28 09:34:04 -05:00
f8178de0ed
support configuring bond/vlan/bridge
2015-11-25 02:32:00 -05:00
4f44682478
fix issue 444: Timeout while executing "renergy noderange temperature|powerusage"
2015-11-23 02:09:49 -05:00
6a9682b750
Merge pull request #404 from pdlun92/i271
...
New OS release IDs added to discinfo.pm
2015-11-20 11:57:49 -05:00
2c22c82b4d
SLES12SP1 Support added to sles.pm
...
RHELS7.2 IDs added to discinfo.pm
2015-11-20 11:25:45 -05:00
9122c45dd8
Another fix for noderange recursion
...
Noderange recursion had other scenarios where missing
nodes could be forgotten. Fix this by having expandatom
append the option for all subordinate calls.
2015-11-20 11:20:30 -05:00
f997141422
Merge pull request #402 from zet809/renergy_for_power_s822l
...
renergy support for IBM power s822LC, add power_reading and temp_read…
2015-11-18 22:40:59 -05:00
2be4d11d9b
renergy support for IBM power s822LC, add power_reading and temp_reading options
2015-11-18 03:40:06 -05:00
b37dd4bef0
Merge pull request #328 from whowutwut/sf_reference_cleanup
...
Remove references to sourceforge in xcat-core
2015-11-17 23:55:23 +08:00
b1d936db49
Merge pull request #412 from zet809/issue_352_master
...
fix issue 352: 2.9.2rspconfig HMC sshcfg does not show disable state …
2015-11-16 17:26:26 +08:00
34391323e4
Merge pull request #395 from lyu571/master
...
Update discinfo.pm for support Rhelhpc6.7(for master branch)
2015-11-16 15:43:48 +08:00
4c363d047a
fix issue 352: 2.9.2rspconfig HMC sshcfg does not show disable state even the state is disabled
2015-11-15 22:25:58 -05:00
d39d5b567c
Merge pull request #386 from xuweibj/I302
...
to fix Issue 302, modified my_ip_facing and related functions
2015-11-12 14:01:14 +08:00
f2b9f6e94a
to fix Issue 302, modified my_ip_facing and related functions
2015-11-12 00:33:03 -05:00
f21ed4b5ce
Update discinfo.pm for support Rhelhpc6.7
...
Update discinfo.pm for support Rhelhpc6.7(RHEL ComputeNode version).
2015-11-11 16:56:14 +08:00
e1af8acae8
Update discinfo.pm
...
Add the Centos6.7 to discinfo.pm for PCM Rhel6.7 support(add centos6.7 os distro in rhel6.7).
Merge it to trunk.
2015-11-10 16:31:26 +08:00
275cd92260
Merge pull request #284 from fenggaobj/master
...
xCAT-genesis-builder for Openpower
2015-11-06 16:38:40 +08:00
76acb1f315
Merge pull request #355 from chenglch/rflash
...
rflash to upgrade firmware with ipmitool-xcat
2015-11-05 16:16:11 -05:00
83e4df505e
Merge pull request #301 from zet809/bmcdiscovery_add_flag_t
...
add flag -t for bmcdiscovery to generate a temp bmc node
2015-11-05 16:11:02 +08:00
63b3b6facb
rflash to upgrade firmware with ipmitool-xcat
...
- check ipmitool-xcat version (1.8.15 or above)
- check hpm file
- upgrade firmware with ipmitool-xcat
- add thread support for rflash
2015-11-05 03:08:51 -05:00
d2852d19ea
Merge pull request #341 from zet809/rinv_issue_master
...
[master]for issue 338: rinv CN model -t returns hmc plugin bug
2015-11-05 13:19:14 +08:00
cdf816044b
fix issue 352: 2.9.2rspconfig HMC sshcfg=disable could not configure sshcfg to disabled state
2015-11-04 06:02:09 -05:00
c5f1075aee
add kvm features: cpu pining, memory binding and pci passthrough
2015-11-02 22:00:08 -05:00
861164068b
add flag -t for bmcdiscovery to generate a temp bmc node
2015-11-01 21:31:32 -05:00
2624c949c3
for issue 338: rinv CN model -t returns hmc plugin bug
2015-10-29 23:10:34 -04:00
8a39aa8aa5
Remove references to sourceforge in these files
2015-10-27 16:54:21 -04:00
5476763673
Removed the code that strips the .post off the end of the files.
...
The file list being returned from xdcp contains .post. For EXECUTE
files, we never match the postscript and so it never gets executed
2015-10-20 17:07:57 -04:00
a8816cf4c5
Fix formatting of the code in the function: run_rsync_postscripts
2015-10-20 16:57:39 -04:00