neo954
d7ed71a7d4
Merge pull request #2169 from immarvin/onxcatservice
...
fix issue xcat is failing to run postbootscripts on stateful node. #2167
2016-11-18 03:57:15 -06:00
immarvin
dc1558f874
fix issue xcat is failing to run postbootscripts on stateful node. #2167
2016-11-18 04:46:46 -05:00
tingtli
eaad33a665
Merge pull request #2087 from caomengmeng/xcatconfig_add_new_cases
...
I agree to merge.
2016-11-18 17:33:02 +08:00
junxiawang
230da53766
Merge pull request #2121 from tingtli/makentp
...
add makentp/setupntp cases
2016-11-18 16:51:02 +08:00
tingtli
6331d9462c
Merge pull request #2092 from neo954/testcase-updatenode
...
These are cases for updatenode, i agree to merge
2016-11-18 14:30:30 +08:00
tingtli
5d7d270c45
Merge pull request #2166 from zet809/add_debuginfo_for_rmvm
...
This is for vm issue debug. I agree to merge
2016-11-18 10:18:58 +08:00
Victor Hu
7f30e191d8
Merge pull request #2164 from mew2057/master
...
Added sample scripts for the various node roles in csm. Each postscri…
2016-11-17 15:36:32 -05:00
John Dunham
ddd9a12678
Updated the spec file for xCAT-csm to place the csm post scripts in the directory and not a subdirectory. Removed the empty file.
2016-11-17 08:45:56 -05:00
Xiaopeng Wang
17743d6197
Merge pull request #2138 from immarvin/onbp
...
fix issue [CUSTOMER] the old diskless image built by xCAT can not be used after xcat 2.12.2 #2130
2016-11-17 16:58:16 +08:00
ertaozh
555cffdf24
Add debug info for issue 1958: [FVT]Failed to run rmvm when setup SN in x86_64 for rh7.3 and rh6.8
2016-11-17 03:44:44 -05:00
immarvin
907c4971a9
fix issue [CUSTOMER] the old diskless image built by xCAT can not be used after xcat 2.12.2 #2130
2016-11-17 03:31:30 -05:00
yangsong
81d8bc9cae
Merge pull request #2162 from cxhong/2132
...
Filter out global local ipv6 address for makedhcp command
2016-11-16 20:26:35 -06:00
jdunham@us.ibm.com
5948dc1564
Added sample scripts for the various node roles in csm. Each postscript will scp the latest version of the config file appropriate for it and then start the daemon. The master script will perform some degree of automatic configuration.
2016-11-16 17:43:40 -05:00
Casandra Qiu
c972a8989b
Filter out global local ipv6 address for makedhcp command
2016-11-16 15:40:21 -05:00
Pat Lundgren
bc0dcddcb0
Merge pull request #2160 from immarvin/onobjname
...
fix issue "xCAT Object Name Format" error when trying to name osimages starting with "rhels7.3" #2157
2016-11-16 11:42:41 -05:00
immarvin
b0791921bb
fix issue "xCAT Object Name Format" error when trying to name osimages starting with "rhels7.3" #2157
2016-11-16 03:22:48 -05:00
zet809
ba63e78399
Merge pull request #2151 from whowutwut/noboot_vlantag
...
Support noboot on interfaces that are tagged vlan on the mangement node
2016-11-16 15:34:46 +08:00
Victor Hu
263acbf5ce
Based on Er Tao's comments, before going into the code for determining
...
the noboot nic names, parse out the interface names for the tagged vlans
without the physical name in the string
2016-11-15 16:48:45 -05:00
yangsong
390b30f155
ddns.pm: fix condition to append domainname to hostname ( #2111 )
...
Fix an issue where the domainname was not appended to the hostname
when the domainname was contained in a substring of the hostname.
Update the regular expression to make sure it only check for the
domainname at the end of the hostname string.
2016-11-15 01:17:05 -06:00
neo954
408c42a66b
Merge pull request #2126 from hu-weihua/2110
...
[DO NOT MERGE] Fix issue #2110 xcatprobe xcatmn requires tftp tool , add dependency to xcatprobe rpm
2016-11-15 00:41:50 -06:00
Victor Hu
2ca61ad9e8
Support noboot on interfaces that are tagged vlan on the mangement node
2016-11-14 13:31:48 -05:00
Victor Hu
b8e85b5179
Update Version
...
Update version for development branch to 2.13
2016-11-14 13:20:54 -05:00
Mark Gurevich
4366b48c7f
Merge pull request #2129 from whowutwut/rhev_doc
...
Looks good to me.
2016-11-14 08:48:55 -05:00
Weihua Hu
a9f0237ca8
Merge pull request #2149 from xuweibj/usage
...
fix probe discovery usage bug
2016-11-14 11:08:16 +08:00
XuWei
9cb1f653ec
fix probe discovery usage bug
2016-11-13 21:51:52 -05:00
zet809
23ebada756
Add document for 2.12.4 release
2016-11-11 17:26:15 +08:00
caomengmeng
6570ff566f
updated all
2016-11-11 03:56:15 -05:00
zet809
19d51d775a
Update xcat2_release.rst
2016-11-11 14:33:08 +08:00
zet809
e627c393b3
Add release information for 2.12.4
2016-11-11 14:28:03 +08:00
zet809
ed5a846ebb
Merge pull request #2144 from whowutwut/kvm_ac97
...
Disable ac97 for ppc64le platforms for KVM
2016-11-11 10:34:39 +08:00
Victor Hu
378c8ef38f
Fixed extra word based on review comments
2016-11-10 14:38:02 -05:00
Victor Hu
d473bf9f3e
Disable ac97 for ppc64le platforms
2016-11-10 13:37:07 -05:00
Xiaopeng Wang
351205985d
Merge pull request #2137 from immarvin/onxcatservice
...
create /opt/xcat under rootimage dir incase it is not there
2016-11-10 14:47:15 +08:00
Xiaopeng Wang
371d4de46b
Merge pull request #2134 from immarvin/onobjname
...
fix [FVT]mkdef with osimage returns object name invalid #2131
2016-11-10 14:16:22 +08:00
immarvin
aac736afcb
create /opt/xcat under rootimage dir incase it is not there
2016-11-10 01:07:59 -05:00
immarvin
ee67c68086
fix [FVT]mkdef with osimage returns object name invalid #2131
2016-11-10 00:48:28 -05:00
neo954
6667a8db49
Merge pull request #2136 from hu-weihua/1528
...
Modify some message of bug 1528
2016-11-09 23:29:50 -06:00
hu-weihua
dffecd4e95
modify depending on gongjie's comment
2016-11-10 00:23:24 -05:00
hu-weihua
a7dcbd93eb
modify depending on gongjie's comment
2016-11-10 00:20:36 -05:00
hu-weihua
b6311fa983
modify depending on gongjie's comment
2016-11-10 00:17:22 -05:00
hu-weihua
78ec2e4836
modify depending on gongjie's comment: Consistency of singular vs. plural usage problem
2016-11-10 00:11:37 -05:00
hu-weihua
214fc9ab0d
modify some message of bug 1528
2016-11-10 00:06:50 -05:00
tingtli
312654f810
Merge pull request #2135 from whowutwut/upload_ubuntu_deps
...
For upload xcat-dep to xcat.org. I agree to merge.
2016-11-10 11:45:42 +08:00
Victor Hu
6d415c7040
Add back in the code to upload the deps package to xcat.org
2016-11-09 22:37:58 -05:00
zet809
a7f9ea8014
Merge pull request #2133 from chenglch/ipmitoolver
...
Modify build spec to require ipmitool-xcat-1.8.17-1
2016-11-10 11:26:07 +08:00
chenglch
843fee9ad3
Modify build spec to require ipmitool-xcat-1.8.17-1
2016-11-10 10:44:03 +08:00
Victor Hu
98e0972ef4
Fixed some details in the RHEV support after running some verification
...
testing.
2016-11-09 14:48:24 -05:00
Jarrod Johnson
967dd0f5fb
Fix Debian and SLES rootimg.gz compatibility
...
Do not require repacking of a rootimage if the
environment has the 'old style' packed image.
2016-11-09 11:24:58 -05:00
Jarrod Johnson
e7a7da10cb
Fix backwards compatibility
...
If a user has an existing rootimg.gz, use that so
that an upgrade does not require re doing packimage for
no particular reason.
2016-11-09 10:20:29 -05:00
Weihua Hu
e9a4290cec
Merge pull request #2120 from xuweibj/discoverytype
...
fix issue 2117, distinguish discovery type
2016-11-09 17:45:36 +08:00