immarvin
785e2f7c6c
add disc selecting logic for powerkvm3.1.0
2015-11-23 03:49:48 -05:00
bybai
1408ee73dc
Merge pull request #451 from hu-weihua/rmimage
...
Provide a walk around to issue #424 by using rmimage
2015-11-23 10:55:38 +08:00
huweihua
bd2ee5c070
use lazy mode of umount to increase the success rate
2015-11-22 21:30:33 -05:00
huweihua
c889383494
provide a walk around to defect #424
2015-11-21 03:01:39 -05:00
Pat Lundgren
895ad1fa02
Merge pull request #441 from chenglch/rflash-defect
...
Reviewed the code. Looks fine to me
2015-11-20 14:30:01 -05:00
Victor Hu
6a9682b750
Merge pull request #404 from pdlun92/i271
...
New OS release IDs added to discinfo.pm
2015-11-20 11:57:49 -05:00
Patrick Lundgren
2c22c82b4d
SLES12SP1 Support added to sles.pm
...
RHELS7.2 IDs added to discinfo.pm
2015-11-20 11:25:45 -05:00
litingt@cn.ibm.com
91e26aeb14
fix defect 107 to avoid replacing link files in Automation ENV
2015-11-20 03:12:43 -05:00
bybai
73700a6138
delete bash -x
2015-11-20 02:00:30 -05:00
chenglch
0da58b39d9
Fix-defect: Add sleep function before upgrade firmware
...
Firmware or ipmitool-xcat may not stable enough. BMC can handle
the ipmi request from ipmitool, but can not be upgraded succesfully,
add a sleep function as a work around.
Fix-issue: #442
2015-11-20 01:40:01 -05:00
bybai
7c75934c60
fix 410 xHRM bridgeprereq br3 hang on
2015-11-19 20:54:39 -05:00
Jarrod Johnson
c5bb3ceb0d
Alias RHEL7 to avoid breaking templates
...
Some custom templates used the rhel7 name. Restore
their functionality by linking in the 'old' name.
2015-11-19 13:14:24 -05:00
penguhyang
3cbe9d7f83
Merge pull request #363 from whowutwut/dhcpd6
...
makedhcp -n on rhels7 complains about missing dhcpd6 file
2015-11-19 15:38:17 +08:00
penguhyang
a4c62eedf3
correct 'updatenode node -k -F' without prompting message directly
2015-11-19 01:41:37 -05:00
Victor Hu
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
Victor Hu
cd87ba223d
Merge pull request #423 from penguhyang/updatenode_o
...
support updatenode -o option to use for update
2015-11-18 22:39:53 -05:00
Victor Hu
da9d6a23ef
Add code to check the os version by looking for the digit values
...
in the $os string. If >= SLES 11 or >= RHEL 7, dhcpd and dhcpd6
share the same configuration file
2015-11-18 13:13:06 -05:00
ertaozh
2be4d11d9b
renergy support for IBM power s822LC, add power_reading and temp_reading options
2015-11-18 03:40:06 -05:00
penguhyang
a7f8730a55
support updatenode -o option to use for update
2015-11-18 02:59:28 -05:00
bybai
9e0fe3ae0b
issue426 bmcdiscover return message need modified on ubuntu
2015-11-18 00:09:20 -05:00
Xiaopeng Wang
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
zet809
4d34f67799
Merge pull request #250 from whowutwut/rinv
...
Fix for xcat-core/issues/233, rinv recieve incorrect data from BMC
2015-11-17 13:43:58 +08:00
Victor Hu
743960c5a8
Add FRU ID into the error message to be more descriptive
...
about receiving the incorrect data from the BMC
2015-11-16 10:56:52 -05:00
chenglch
2608c753c1
Fix defect: Error to check the rflash option
...
rflash for ipmi also supports the fpc machines,
delete the check constraints for unknown options.
2015-11-16 07:52:40 -05:00
zet809
9f1422ae35
Merge pull request #391 from chenglch/rflash-fork
...
Fork a rflash process for each node
2015-11-16 14:17:19 +08:00
huweihua
309fac1b1a
add dependence package for support rhels7.1 on x86_64
2015-11-12 19:55:15 -05:00
huweihua
68b74b85ec
fix bug#398
2015-11-12 03:42:14 -05:00
zet809
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
XuWei
f2b9f6e94a
to fix Issue 302, modified my_ip_facing and related functions
2015-11-12 00:33:03 -05:00
chenglch
a52c7166c2
Fork a rflash process for each node
...
Original implementation use thread to deal with the rflash
procedure for multiple nodes, but thread is not suggested
by perl. This patch aims to replace the thread with process.
2015-11-11 02:48:28 -05:00
Victor Hu
76acb1f315
Merge pull request #355 from chenglch/rflash
...
rflash to upgrade firmware with ipmitool-xcat
2015-11-05 16:16:11 -05:00
Victor Hu
4adbafdc2d
Merge pull request #357 from cxhong/234
...
Github issue #234 , add more sensor type support for rvitals command
2015-11-05 09:55:39 -05:00
Xiaopeng Wang
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
chenglch
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
Xiaopeng Wang
24f35d604a
Merge pull request #283 from samveen/xcatd_improvements
...
`xcatd` improvements
2015-11-05 15:27:27 +08:00
Xiaopeng Wang
3fbb81c37d
Merge pull request #247 from loz-hurst/master
...
Stop repeating domains in domain-search
2015-11-05 14:50:09 +08:00
Xiaopeng Wang
fa3cbebda1
Merge pull request #323 from zet809/issue_229
...
fix bug 229: Install ubuntu 14.04.3 will fail on IBM Power S822LC if rhels is installed before
2015-11-05 14:22:18 +08:00
Xiaopeng Wang
4388100166
Merge pull request #326 from jjohnson42/master
...
If TFTPDIR does not begin with /, correct it
2015-11-05 13:28:23 +08:00
Xiaopeng Wang
e2150f039d
Merge pull request #344 from immarvin/onissue97
...
fix issue #97 [fvt]2.11:still could not get l full debuginfo in management node for diskless provision after xcatdebugmode=1
2015-11-05 13:28:06 +08:00
Xiaopeng Wang
8ff0f796c1
Merge pull request #319 from immarvin/issue317
...
fix issue [fvt]2.11 rcons will stay in anaconda interface in rh7.2 ppc64le
2015-11-05 13:20:34 +08:00
immarvin
11b3c7d2ec
correct a typo
2015-11-05 00:17:54 -05:00
Victor Hu
ab5349cf29
rhels7 also stores the dhcpd/dhcpd6 config in the same
...
/etc/sysconfig/dhcpd file. Add test for rhels7
2015-11-04 15:39:16 -05:00
Victor Hu
d62478e34e
Merge pull request #337 from cxhong/335
...
switchdiscover should not create switch object name with "_"
2015-11-04 14:35:36 -05:00
Casandra Qiu
956310878b
Github issue #234 , add more sensor type support for rvitals command
2015-11-03 17:12:57 -05:00
penguhyang
c1ab39bb9a
Merge pull request #329 from immarvin/onissue4673
...
fix issue #4673 There's no netbooting status when provision ubuntu stateless node
2015-11-03 18:18:35 +08:00
bybai
19a6faf86b
Merge pull request #351 from mavscjb/master
...
fix for Ubuntu MN to provision rhel CN failed
2015-11-03 17:27:42 +08:00
yangsong
48eacf2b70
Merge pull request #333 from penguhyang/generate-stateful-osimage
...
correct to generate stateful-mgmtnode osimage on rh7.0
2015-11-03 17:18:51 +08:00
yangsong
ed85458353
Merge pull request #343 from penguhyang/show_debian_copycds
...
correct the cluster.log show doing debian copycds
2015-11-03 17:18:27 +08:00
immarvin
fa3f96a940
removed some commented-out lines;added some comments;modified the variable name prdevices to passthrudevices for readability
2015-11-02 22:00:09 -05:00
immarvin
2ab63fc125
throw an error message if the specified --cpupin cpuset include invalid node exclude declaration
2015-11-02 22:00:09 -05:00