2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 19:20:24 +00:00
Commit Graph

15608 Commits

Author SHA1 Message Date
linggao
e5a27c8f47 changed Jun switch type to its full name Juniper 2015-06-25 16:55:09 -04:00
junxiawang
9ac520978b modify switchdiscover case 2015-06-25 05:42:11 -04:00
zhaoertao
1457f38f5d fix issue for hardware discovery when predefined bmcusername defined 2015-06-25 04:20:37 -04:00
zhaoertao
a5d9750588 IPMI message enable for BMC account 2015-06-25 03:18:13 -04:00
huweihua
b672bd67ce fix defect4713, Postscript mlnxofed_ib_install assumes env ending with ofed, which is not always true 2015-06-25 03:12:14 -04:00
Jarrod Johnson
2fab20c5f6 Have rinstall default to uefi boot
When doing rinstall, default to UEFI now
2015-06-24 15:09:30 -04:00
linggao
46a35032ff changed the man page for the usage of lsdef -t switch 2015-06-23 14:26:37 -04:00
linggao
b964d1d9ae remove switch object, use node object to represent a switch 2015-06-23 14:12:24 -04:00
Victor Hu
cfd4d88a20 The cleanupg changlog code was in the wrong section,
fixed issues after testing on the official build machine
2015-06-23 10:23:44 -04:00
Victor Hu
bf27f3c41d Create a gitignore file to ignore the build generated files for Ubuntu.
The build will also checkout the changelog files at the completion of
the build so that we are able to switch releases for Ubuntu.

This is caused by the build running in xcat-core instead of creating a
build directory for each release, like Linux is doing.
2015-06-23 09:28:15 -04:00
ligc
8d957f8b11 fix for bug 4693: rcons -v calls xCAT::Version->Version() 2015-06-23 03:09:21 -04:00
ligc
b76e9a425a fix for bug 4650: check if the kvm hypervisor hostname could be resolved 2015-06-23 02:40:52 -04:00
junxiawang
eae685c247 modify bundlelist for rhels 2015-06-22 23:33:01 -04:00
junxiawang
f781865740 modify xcattest 2015-06-22 23:30:24 -04:00
junxiawang
f756ce2211 modify makehosts testcase 2015-06-22 22:18:55 -04:00
junxiawang
8ae9bdf99b modify ubuntu bundle list for modify nodeset command test case 2015-06-22 21:57:19 -04:00
junxiawang
a044f67267 modify bundle list 2015-06-22 21:46:53 -04:00
linggao
ed8c829e66 ntp setup to handle sles12 2015-06-19 13:09:41 -04:00
Casandra Qiu
d048c404fc #4706 The global variables need to be undefine if not defined in GetOpts 2015-06-19 09:36:37 -04:00
litingt
f1d341aefc update bundle file 2015-06-19 04:36:56 -04:00
litingt
8bf008293c modify some format issue 2015-06-19 04:35:41 -04:00
ertaozh
7c7afa3abf add more checks for xHRM for creating bridge 2015-06-19 03:18:37 -04:00
Victor Hu
63f547a168 Print a more user friendly message when running makeconfluentcfg
if the confluent daemon is not running.  Bug #4705
2015-06-18 15:35:43 -04:00
linggao
9cf2093e22 man page and doc work for makentp. 2015-06-18 13:59:44 -04:00
WangXiaoPeng
0827547cea fixed the issue that token expire time was one month ealier than the correct time 2015-06-18 04:15:21 -04:00
junxiawang
9f20f78816 modify installation test case 2015-06-18 03:09:04 -04:00
junxiawang
b1bf3e31f0 modify autotest installation testcase 2015-06-18 02:57:46 -04:00
ertaozh
7b740fb507 The default null-username ipmi account doesn't support set user access 2015-06-18 02:45:51 -04:00
litingt
26dac92928 add cases for checking netboot paramter in daily bundle 2015-06-17 23:23:47 -04:00
litingt
93431b6a5f add cases for checking netboot in daily bundle 2015-06-17 23:22:12 -04:00
litingt
79708a7b86 add cases for checking netboot paramter 2015-06-17 23:17:03 -04:00
huweihua
59985611f4 fix defect4686, typo in xCAT-genesis-base 2015-06-17 22:56:46 -04:00
linggao
5902b4808c more code for makentp 2015-06-17 22:13:08 -04:00
linggao
552e733075 added more code for ntp 2015-06-17 16:57:43 -04:00
immarvin
ec80327962 turn on tcp syslog reception to receive syslog from anaconda 2015-06-17 10:07:39 -04:00
Casandra Qiu
13ced6d09a Bug #4699 switchdiscover -r -w could not work 2015-06-17 09:54:04 -04:00
linggao
a00c931c1b added message to mention snmp is not supported for switchdiscover 2015-06-16 16:57:35 -04:00
Casandra Qiu
d707d7f12d Bug #4693 switchdiscover -w return wrong info if no switch discovered 2015-06-16 10:32:50 -04:00
junxiawang
62a2bc6b87 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-06-16 02:46:56 -04:00
junxiawang
4cb0db8c1e modify xcat installation testcase 2015-06-16 02:44:02 -04:00
root
60f05494de modify bunlist for autotest 2015-06-15 23:24:28 -04:00
junxiawang
8e6c493fd0 add new testcase for switchdiscover 2015-06-15 23:18:07 -04:00
Victor Hu
78a6d8e39e Revert "For Ubuntu builds, adding a .gitignore to ignore the files generated"
This reverts commit 829f107beb.
2015-06-15 17:32:34 -04:00
Victor Hu
829f107beb For Ubuntu builds, adding a .gitignore to ignore the files generated
from the builds.  Also remove the changelog because that file is going
to be ignored from the source tree.  Ubuntu builds are being done
in the xcat-core directory and causing issues when we are switching
between releases.    Should probably change the builds scripts as a longer
term solution
2015-06-15 17:14:05 -04:00
immarvin
ad4e10ad11 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-06-15 04:53:29 -04:00
immarvin
b32e78f0ed to facilitate the installation problem debuging, add the script that can send command to installer and receive the command output 2015-06-15 04:53:09 -04:00
huweihua
472ceb9dcc fix defect4649, give more meaningful error message when atrribute wasn't set up 2015-06-15 00:48:02 -04:00
linggao
3f32f3998f more on makentp 2015-06-12 15:39:59 -04:00
immarvin
6ff268934c add a site attribute xcatdebugmode as a switch the xcat debug mode 2015-06-12 03:55:03 -04:00
Casandra Qiu
5e6a982b4c Task 46945 Do not run setupntp if it is service node 2015-06-11 17:02:52 -04:00