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

4497 Commits

Author SHA1 Message Date
Xiaopeng Wang
c44f9c2964 Merge pull request #1244 from cxhong/1036
Use arp command to get switch mac address
2016-06-14 22:33:27 +08:00
Mark Gurevich
1eed523cc2 Merge pull request #1303 from chenglch/enhance_getadapter
Improve the error message for getadapter command
2016-06-14 10:02:00 -04:00
chenglch
680ba9f157 Change the ref type of errorcode in xcmdoutput to array
Currently runxcmd can not work with kvm when running rpower command as
`runxcmd_output` subroutine just apply array type for `node->{errorcode}`.

close-issue: #1298
2016-06-14 01:59:25 -04:00
chenglch
ef724b0e6f Improve the error message for getadapter command
1. Add allow policy for getadapter
2. enhance the error message for different mgt when running getadapter

partial-issue: #1174
2016-06-14 01:56:19 -04:00
Casandra Qiu
fec8d6addc more modification 2016-06-08 10:09:22 -04:00
Casandra Qiu
bbf151bf62 Use get_mac_by_arp subroutine from SvrUtil.pm 2016-06-07 22:17:54 -04: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
Casandra Qiu
41c1938b8c Use arp command to get switch mac address 2016-06-01 17:00:25 -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
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
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
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
Casandra Qiu
abbd1817ac Support lower version of nmap on sles11.4 2016-05-17 16:13:47 -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
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
immarvin
10a21d048e from sles11.3, suseboot/linux64 and suseboot/initrd64 should be used in diskful installation instead of suseboot/inst64 2016-05-06 03:45:56 -04:00
WangXiaoPeng
a05c28c05e switchdiscover.pm: fix a minor issue for pull request 1003 2016-05-04 23:54:29 -04:00
Xiaopeng Wang
ee00470df0 Merge pull request #1003 from cxhong/switch
Support switchdiscover snmp_scan command for sles11.4 and ubuntu
2016-05-05 11:22:10 +08:00
Mark Gurevich
a0ab377ecb call info() before deleting vm volume 2016-05-04 17:04:25 -04:00
Mark Gurevich
c5faf316a9 Enable lsvm for kvm hypervisor (#1022)
* Enable lsvm for kvm hypervisor

* Remove commented line
2016-05-04 13:53:33 -04:00
Casandra Qiu
4fed6d751a Use version_cmp() to compare the version number 2016-05-04 11:24:27 -04:00
Jarrod Johnson
cb0dab1f92 Merge github.com:jjohnson42/xcat-core 2016-04-29 11:35:06 -04:00
Jarrod Johnson
0ac9feda3e Add Trusted IMM build to rinv
Report trusted build id when detected.
2016-04-29 11:32:51 -04:00
Casandra Qiu
8bad779296 Use nmap version number instead of checking OS 2016-04-29 10:39:43 -04:00
Xiaopeng Wang
ae5ce53415 Merge pull request #990 from zet809/fix_rinv_issue_for_garrison
Enhance rinv for OpenPower Servers
2016-04-29 11:35:52 +08:00
ertaozh
300dabc333 Enhance rinv for garrison server 2016-04-28 22:35:33 -04:00
Casandra Qiu
ab27ea49e2 Support switchdiscover snmp_scan command for sles11.4 and ubuntu 2016-04-28 20:22:23 -04:00
Xiaopeng Wang
0685db16cb Merge pull request #915 from pdlun92/rsa
Removed keygen of SSH1 RSA Key
2016-04-28 18:20:03 +08:00
Victor Hu
d82e14b566 Change the usage to contain the short options for simplicity
- Fix the behavior so we obtain the default user/pass from the passwd table
- overwrite the default using the command line options
- only the --check requires the user and pass to be passed in
- Do not display anything or write if the user/pass is incorrect, ERROR out
2016-04-28 00:18:56 -04:00
Victor Hu
e55bb69c3e Fix Formatting 2016-04-27 23:50:48 -04:00
Mark Gurevich
f20fd2a869 perltidy grub2.pm 2016-04-20 11:38:40 -04:00
Mark Gurevich
d1bb364ff6 Fix nodeset command for shell and shutdown options and fix nodeset usage and man page 2016-04-18 14:14:10 -04:00
ertaozh
3d4b215b33 Fix issue 863: mac could not be assigned to docker container 2016-04-15 05:13:55 -04:00