2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

7409 Commits

Author SHA1 Message Date
tingtli
b0edd6fcff Merge pull request #1170 from caomengmeng/avoid_rnetboot_CN_status_not_changed_issue
To avoid rnetboot cn status not changed issue
2016-06-07 10:56:23 +08:00
chenglch
eeff6a4cd1 Fix syntax error when checking the existence of tftp process 2016-06-05 23:05:24 -04:00
wangxiaopeng
6b96496d1b issue 1233: try to rekill tftp and add more debug info when failed to kill tftpd 2016-06-03 04:17:18 -04:00
wangxiaopeng
d9519b6bd3 issue 1137: waiting longer for stopping xcatd when the system load of xCAT MN is heavy 2016-06-01 03:14:51 -04:00
chenglch
ba68ad1948 Change sleep time from 0.1 to 1 as float value is not support by default 2016-06-01 01:46:03 -04:00
zet809
9cd9a14a42 Merge pull request #1211 from cxhong/1120_more
support different outputs from nmap command
2016-06-01 11:32:22 +08:00
a3b995ac10 Update mktoolscenter to incorporate Lenovo tools
* prioritise IBM tools over Lenovo, in the same way as iflash
* Only use unique values for machine times, don't need to do it more than that
2016-05-31 19:07:17 +01:00
Casandra Qiu
1a4a64644e move get_nmapversion() to Utils.pm 2016-05-31 10:56:15 -04:00
Xiaopeng Wang
0b4214d663 Merge pull request #1153 from zet809/fix_issue_1115
fix issue 1115: Don't run rspconfig after hardware discovery finished…
2016-05-31 16:04:44 +08:00
Xiaopeng Wang
390d897081 Merge pull request #1220 from zet809/switch_probe
add command switchprobe to retrieve information from switches and/or …
2016-05-30 20:13:52 +08:00
ertaozh
c5bdb1da87 add command switchprobe to retrieve information from switches and/or check whether it is ready for MAC searchding 2016-05-30 02:50:23 -04:00
yangsong
e40f3ae02c Merge pull request #1221 from chenglch/aasn
Fix error when stopping tftp process in AAsn.pm
2016-05-27 03:12:30 -05:00
tingtli
58438aa79e Merge pull request #999 from junxiawang/0428N
modify xCATreg for mini.iso
2016-05-27 16:00:37 +08:00
chenglch
01d7371506 Fix error when stopping tftp process in AAsn.pm
The check logic that wait for the tftp process can not be
finished due to the empty loop. This patch aims to check
the status of process group in the loop.

close-issue: #1219
2016-05-27 03:54:26 -04:00
Casandra Qiu
be2e49a632 support different outputs from nmap command 2016-05-25 13:54:02 -04:00
chenglch
0eb9929452 Add -1 value for $dbworkerpid to make the db access mode more clear.
$dbworkerpid = -1 db process has not been started,
               access db in direct access mode.
$dbworkerpid == 0 db process itself.
$dbworkerpid >0 db process is started, access db in cache mode.
2016-05-25 02:02:48 -04:00
Pat Lundgren
73598b8963 Merge pull request #1187 from cxhong/898
SLES12 hierarchy support for ppc64le and x86_64
2016-05-24 10:44:14 -04:00
caomengmeng
3797cd99d8 update xCATreg 2016-05-24 04:58:44 -04:00
7a5ae9ea5a Update centos7 template to mimic rhels7 2016-05-24 09:05:46 +01:00
Casandra Qiu
e6b1181312 SLES12 hierarchy support for ppc64le and x86_64 2016-05-23 21:42:11 -04:00
Casandra Qiu
8ae7d23540 Temp BMC node definition hadn't been removed for switch-based discovery 2016-05-23 21:06:27 -04:00
caomengmeng
33bcae42d0 add xCATreg and installation cases 2016-05-20 04:57:26 -04:00
immarvin
f77b374358 fix issue#1162@github, correct a code logic error 2016-05-20 02:23:55 -04:00
wangxiaopeng
e13f0562ef issue 1149: add ntpdate in the pkglist for ubuntu16.04 2016-05-19 06:22:59 -04:00
Xiaopeng Wang
0e0467a24e Merge pull request #1151 from zet809/fix_issue_1146
fix issue 1146: Format of hosts is wrong when add input in /etc/hosts
2016-05-19 16:44:19 +08:00
ertaozh
d4a8bc6b6a fix issue 1115: Don't run rspconfig after hardware discovery finished for servers Other than S822L(TLT) 2016-05-19 04:36:18 -04:00
ertaozh
51f4573c0f fix issue 1146: Format of hosts is wrong when add input in /etc/hosts 2016-05-19 03:20:44 -04:00
Xiaopeng Wang
e4ceacf733 Merge pull request #1143 from immarvin/onubtgenimage16.04
fix issue#1139@github, run <dpkg-reconfigure locales> noninteractive
2016-05-18 17:52:00 +08:00
immarvin
370deeb4e1 fix issue#1139@github, run <dpkg-reconfigure locales> noninteractive 2016-05-18 05:06:17 -04:00
GONG Jie
77e155804d Change the kernel package name to linux-image-generic for Ubuntu 16.04, based on the actual shape of the Ubuntu GA ISO image. 2016-05-18 16:57:37 +08:00
Xiaopeng Wang
11cdf72972 Merge pull request #1131 from immarvin/ongenimagemount2
fix issue#1122@github;create /dev under chroot env based on /dev on host;use lazy mount for sysfs and procfs to make sure they are umounted no matter whether busy
2016-05-18 11:24:29 +08:00
Casandra Qiu
abbd1817ac Support lower version of nmap on sles11.4 2016-05-17 16:13:47 -04:00
immarvin
9f82cdb28d fix issue#1122@github;create /dev under chroot env based on /dev on host;use lazy mount for sysfs and procfs to make sure they are umounted no matter whether busy 2016-05-17 10:41:48 -04:00
Xiaopeng Wang
3fcc747c88 Merge pull request #1123 from zet809/fix_issue_1103
fix issue 1103:xcat2.12 can not get the right disk name for RHEL on P…
2016-05-17 10:55:39 +08:00
ertaozh
1eb69676b6 fix issue 1103:xcat2.12 can not get the right disk name for RHEL on PowerKVM 2016-05-16 22:40:41 -04:00
immarvin
c68304b87d fix issue#821@github,support <bootloader --boot-drive> in kickstart file for rhels7 2016-05-16 04:40:20 -04:00
Mark Gurevich
ea7daa19b1 call get_info() for rmvm -f -p 2016-05-13 16:22:05 -04:00
ertaozh
16d4e7de4a fix issue 1084: [FVT] 2.12 mknb failed on ubuntu 16.04 x86 env 2016-05-13 02:54:10 -04:00
immarvin
806c697a56 fix issue#929@github,service network restart in <post-install scripts> might break the service dependecy and will cause conflict between YaST2-Second-Stage.service and xcatpostinit1 services 2016-05-11 10:05:38 -04:00
yangsong
43305d3fff Merge pull request #1077 from penguhyang/error_msg_upgrade_ubuntu
fix #1057, there are error messages when upgrading xcat on ubuntu
2016-05-09 22:00:14 -05:00
Jarrod Johnson
b8824410f3 Revert afflicting 'cleanup' on x86 nodediscover
When doing node discovery, the 'cleanup' would tremendously
slow down most environments.  This cleanup is not needed, and
so I am relegating it to POWER only again.
2016-05-09 14:31:28 -04:00
Xiaopeng Wang
0a88a9242b Merge pull request #1061 from immarvin/onslesmkinstall
from sles11.3, suseboot/linux64 and suseboot/initrd64 should be used in diskful installation instead of suseboot/inst64
2016-05-09 18:23:36 +08:00
penguhyang
4b8dcabe27 fix #1057, there are error messages when upgrading xcat on ubuntu 2016-05-09 05:19:55 -04:00
wangxiaopeng
afa055f45c issue 455: do retry when delete a volume for kvm vm 2016-05-08 22:42:57 -04:00
immarvin
c51e702a68 correct some typo 2016-05-08 22:07:27 -04:00
Victor Hu
16f30d6bf0 In the error message, print the IP address for the BMC instead of the generated node
name because the generated node name is not complete and does not make sense
2016-05-07 09:54:46 -04:00
Xiaopeng Wang
d0de652a87 Merge pull request #1066 from whowutwut/bmc_user
bmcdiscover command does not allow -u without -p specified in command
2016-05-07 18:08:21 +08:00
wangxiaopeng
49378b42e1 issue 1068: kvm.pm: shutdown in rmvm will not destory the node object in kvm host, this will cause the next mkvm do nothing 2016-05-07 01:13:25 -04:00
Victor Hu
3f54b456d2 Overwriting the -u option passed in to bmcdiscover command was
only getting executed under a test for the -p option.  Move the
check outside so we overlay the default if any option is specified
2016-05-06 11:28:04 -04:00
Xiaopeng Wang
dc97e7a5b7 Revert "replace the digest algorithm of xCAT ssl certificate from sha1 to sha256" 2016-05-06 15:47:37 +08:00