d473bf9f3e
Disable ac97 for ppc64le platforms
2016-11-10 13:37:07 -05:00
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
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
c7546876c1
Merge pull request #2113 from immarvin/onxcatservice
...
use the relative path to enable xcatpostinit1.service;remove previousxcatpostinit1 sysvinit file and systemd service unit file
2016-11-09 13:54:24 +08:00
07df7fb890
fix issue xcat object naming is too restrictive after sourceforge issue 4675 fix #2100
2016-11-08 23:58:08 -05:00
a40f73972a
use the relative path to enable xcatpostinit1.service;remove previous xcatpostinit1 sysvinit file and systemd service unit file
2016-11-08 22:54:26 -05:00
f74704d790
Merge pull request #2079 from chenglch/consolelock
...
Use sleep subroutine instead of exec(sleep)
2016-11-09 11:03:31 +08:00
3036c8547b
Merge pull request #2109 from immarvin/onxcatservice
...
correct the typo in commit 6f735b0e8d
2016-11-08 10:23:17 -05:00
b7aae30d08
correct the typo in commit 6f735b0e8d
2016-11-08 23:07:56 +08:00
c02c101156
refine the dhcp conf for cumulus support
2016-11-08 15:51:30 +08:00
c933502500
refine the dhcp conf for cumulus support
2016-11-08 11:11:15 +08:00
1cd4b6446c
Check in init version of cumulus support[Do Not Merge] ( #2020 )
...
* Check in init version of cumulus support
* Add cumulus installation doc
* modify victor's comments.
2016-11-08 10:21:56 +08:00
801a9cf69b
Revert "update dhcpd conf file when upgrade xcat"
2016-11-07 22:38:37 +08:00
1e6714a99d
fix issue when using copycds -p, stateful install has yum point to the wrong repository. #1852
2016-11-07 22:20:28 +08:00
1b51602577
Merge pull request #2055 from immarvin/onxcatservice
...
fix issue linux orderly shutdown not noticed by xcat. #1939
2016-11-07 17:03:06 +08:00
1446ee33d7
fix utilities required for statelite missing from sles initrd ( #2093 )
2016-11-07 15:53:40 +08:00
6f735b0e8d
fix issue linux orderly shutdown not noticed by xcat. #1939;replace xcatpostinit1 sysvinit service with xcatpostinit1.service systemd service unit as the hook to run PS&PBS and report status for redhat;report node status on system <reboot/shutdown> command
2016-11-07 13:54:47 +08:00
ea5ffdc0bc
update dhcpd conf file when upgrade xcat ( #2067 )
2016-11-04 12:47:21 +08:00
1e1c9bdaa4
Merge pull request #2074 from cxhong/ntp
...
Looks good to me. Agree to merge
2016-11-03 09:41:52 -04:00
606ac46dd0
Use sleep subroutine instead of exec(sleep)
...
exec function call will take over all the process, lead to no chance to
continue the work within the script, this patch use sleep function call from
perl library instead.
Close-issue: #1801
2016-11-03 16:08:10 +08:00
062ed1385a
Merge pull request #2036 from immarvin/ongenimage
...
add lock in rh/genimage to avoid multiple genimage processes on same rootimg directory;add guard code before umount/remove mount points under rootimg directory
2016-11-03 02:41:30 -05:00
472f94bb22
[go-xcat] Fix GitHub issue #1998 ( #2059 )
...
* [go-xcat] Fix GitHub issue #1998 , print out friendly error messages when no xcat paackages installed on updating
* [go-xcat] GitHub pull request #2059 , change error message base on the comment of @whowutwut
2016-11-03 15:39:07 +08:00
1ebdb5d96c
add lock in rh/genimage to avoid multiple genimage processes on same rootimg directory;add guard code before umount/remove mount points under rootimg directory
2016-11-03 03:32:12 -04:00
c619538333
Handle invalid options for makentp command
2016-11-02 16:55:05 -04:00
a49db1c4ff
fix nodediscoverls output limits serial length ( #2032 )
2016-11-02 10:45:26 +08:00
4e89b75454
auto recognize rhhpc iso on copycds ( #2034 )
2016-11-01 10:15:51 +08:00
eedee6685d
Merge pull request #1997 from penguhyang/rinv_info
...
fix rinv should return correct warning message when the option is not valid
2016-10-26 13:25:25 +08:00
0c84550441
Ensure the requested kernel version and associated packages are installed ( #2018 )
...
If a specific version of the kernel was requested, make sure any other
kernel-related packages requested in a package list get the same version.
Note, packages that get pulled in due to dependencies are NOT checked.
Also avoid updating the kernel packages when the requested version has already
been installed.
2016-10-25 14:21:06 +08:00
e0bd9e1e46
Merge pull request #1986 from hu-weihua/mellanox
...
Refine hack_uname() in mlnxofed_ib_install.v2
2016-10-20 10:39:55 -04:00
5d13aa4cf4
fix rinv should return correct warning message when the option is not valid
2016-10-20 01:53:51 -04:00
d5c31a0e1f
Merge pull request #1934 from cxhong/1912
...
Configure SNMPv3 for Mellanox IB switch
2016-10-20 10:22:34 +08:00
7725909ed5
handle bad return code
2016-10-19 09:41:45 -04:00
60d9b5fd9e
fix always get one adapter in array. ( #1991 )
2016-10-19 17:17:40 +08:00
684babe436
Merge pull request #1989 from penguhyang/loop_rpower
...
fix setting the ipmi info incorrectly in the site table causes infinite loop
2016-10-19 15:32:52 +08:00
4a84d6625d
Use network settings from the command line ( #1980 )
2016-10-19 15:15:50 +08:00
5cd2dcea51
fix setting the ipmi info incorrectly in the site table causes infinite loop
2016-10-19 02:43:54 -04:00
a6c910467e
Refine hack_uname() in mlnxofed_ib_install.v2
2016-10-18 23:15:19 -04:00
e0ddd7cb96
add default sshusername if not exists for config_snmp
2016-10-18 22:17:36 -04:00
d5022f8966
Remove nodetype and hwtype from bmcdiscover -z output
2016-10-18 13:03:27 -04:00
677be49c7e
checking return code for xdsh
2016-10-18 10:19:37 -04:00
7450348c94
Merge pull request #1953 from mattaezell/hackuname_update
...
Update the hackuname function
2016-10-17 16:55:25 +08:00
93c2f89ce4
Merge pull request #1961 from neo954/issue448signal
...
Fix github issue #448 . From now on, send SIGINT signal to the whole process group of the xCAT plug-in.
2016-10-17 14:32:45 +08:00
95ab036840
Fix github issue #448 . From now on, send SIGINT signal to the whole process group of the xCAT plug-in.
2016-10-17 13:16:18 +08:00
c7e9625d3f
Merge pull request #1930 from zet809/fix_issue_1881
...
Provide a 'noboot' option to disable genesis kernel on specific dhcp interfaces
2016-10-14 09:45:11 -04:00
ea910f20c4
Small fixes to ib pkglist and mlnxofed_ib_install script
2016-10-14 09:19:27 -04:00
e803d56405
Add an ignoredisk directive to the partitionfile
...
When installing, explicitly tell anaconda to only manipulate
$instdisk. Anaconda tends to be too aggressive about disks.
2016-10-14 08:13:17 -04:00
1c17d28700
update xcatjktest for install xcat-test before xcat is installed
2016-10-14 05:42:34 -04:00
57589c19e5
update xcatjktest to run install_xcat as a single case
2016-10-14 05:40:32 -04:00
45c676e3a4
Fix issue 1881: Garrison boots genesis kernel when mutliple interfaces have dhcp dynamic ranges
2016-10-14 02:33:15 -04:00
7dd63f1aee
Don't need to update otherpkgdir to default dir for genimage command ( #1954 )
2016-10-13 13:07:01 +08:00