2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 02:40:28 +00:00
Commit Graph

2911 Commits

Author SHA1 Message Date
a7018a3db7 Add nodetype to pdu table 2017-02-22 16:23:23 -05:00
b3f4c5cbdc [perl-xCAT] Fix #2521 2017-02-22 04:47:18 +00:00
9cd9f5b3d7 Add pdu to object type and modify attributes in the pdu table 2017-02-21 15:25:47 -05:00
4f06808faf Merge pull request #2481 from cxhong/pdu
Add pdu support
2017-02-15 11:39:39 +08:00
916e2f4348 Merge pull request #2448 from whowutwut/cleanup_logs
Clean up logger messages for xcatroot in diskless boot (2)
2017-02-14 22:59:36 +08:00
c4e0f637c9 Add pdu support 2017-02-13 16:33:11 -05:00
78a6c90203 Merge pull request #2425 from chenglch/regular
Make nics attribute inhertable
2017-02-09 14:59:34 +08:00
98785fbddf Make nics attribute inhertable
As the attribute value in the nics table can not match the regular
expresion format supported by the table library, this patch add the
logic in the def utils to handle the regular expresion.

close-issue: #2412
2017-02-09 14:25:53 +08:00
6e7f374a4a Improve the output message when switch information fails to refresh 2017-01-25 16:01:41 -05:00
8782186f6b check if there is "-l" options 2017-01-24 16:05:01 -05:00
6f698625db xdsh doesn't read credentials from the passwd table for IBSwitch 2017-01-24 15:43:31 -05:00
7e7f3f6b34 Merge pull request #2429 from samveen/discinfo_fix
Discinfo fixes
2017-01-23 02:34:12 -06:00
4c69fdeac2 Merge pull request #2434 from jjohnson42/rinvusage
Update rinv usage and man page
2017-01-22 14:20:02 +08:00
4d7a8f9c87 Update rinv usage and man page 2017-01-20 14:21:26 -05:00
edcd5eb8ff [perl-xCAT]Add x86_64 Centos 7.3 discinfo 2017-01-20 08:38:40 +00:00
36a8477e08 [perl-xCAT]Add x86_64 Centos 5.4,7.2 discinfo, reorder 2017-01-20 08:38:27 +00:00
fdbf2166e1 fix issue Unsupported character in bootparams.addkcmdline #2392 2017-01-10 21:20:09 -05:00
6755a099d0 Merge pull request #2195 from neo954/issue1547-rpm-packaging
Make all the rpm packages have the exactly same version and release numbers
2017-01-10 17:27:54 +08:00
327db76f9e Make all the deb packages have the exactly same version and release numbers 2017-01-03 12:56:15 +08:00
65c2911888 Make all the rpm packages have the exactly same version and release numbers 2017-01-03 12:47:14 +08:00
6495de9cda correct the path of genimage lock 2016-12-07 03:59:23 -05:00
2911746a47 refine the doc on soft raid1 setup during node provision 2016-12-05 00:39:32 -05:00
8ec6065322 refine the doc for linuximage.partitionfile 2016-12-05 00:38:35 -05:00
72d20a23be Merge pull request #2156 from gurevichmark/postinstall-doc
postinstall script description, formatting and spelling
2016-12-05 10:16:21 +08:00
9cf54f66cb Review recommended changes 2016-11-30 13:41:48 -05:00
32ba9701ca Merge pull request #1868 from zet809/fix_issue_1734
fix issue 1734: Update the help info for node.mac to know how to hand…
2016-11-28 13:24:39 +08:00
bea547512a fix issue 1734: Update the help info for node.mac to know how to handle installnic bond 2016-11-25 22:59:26 -05:00
223b3305ef Merge pull request #2168 from chenglch/cryptmethod
Load the cryptmethod in the passwd table to generate the password
2016-11-22 00:14:17 -06:00
69fff6a31e Load the cryptmethod in the passwd table to generate the password
sha256 and sha512 crypt methods are supported from glibc 2.7 version.
This patch enable the crypt feature on linux system and encrypt the
password with sha256 by default.

implement: #1890
2016-11-22 13:10:41 +08:00
c936778f21 fix issue [DEV] several issues on generating grub.cfg-xxx when netboot=grub2 #2174; fix issue kcmdline for centos netboot images set incorrectly #1502 2016-11-20 21:42:26 -05:00
fb49715667 postinstall script description, formatting and spelling 2016-11-15 13:19:53 -05:00
8a60e6419f Merge pull request #2095 from xuweibj/macmaps
fix issue 1650, help to resolve errors
2016-11-09 11:11:37 +08:00
409e32bd70 modified depending on comments 2016-11-08 02:32:01 -05: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
74dca9c43e fix issue 1650, help to resolve errors 2016-11-07 02:43:09 -05: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
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
15eeb3b2d5 Skit auditlog and eventlog table as auto increment key is uesd (#2066)
Close-issue: #2065
2016-11-02 15:20:08 +08:00
77c8b3011e Merge pull request #2057 from whowutwut/dhcpinterfaces
Add documentation for the noboot option
2016-11-02 09:59:50 +08:00
331d7868fa Set value to '' if value within composite primary keys not defined (#2045)
As history reasons, null value is always set within the composite primary
keys, this patch is just a work aroud for the issue encountered on postgres.
Correct fix is to report error to the client side, but too much error handler
is missing in xcat code

close-issue: #2037
close-issue: #2007
2016-11-01 10:14:54 +08:00
58fa0e8612 - Added the :noboot option into the dhcpinterfaces keyword
- cleaned up the text in the site table keyword and descriptions
  to prevent horizontal scrolling on RTD.
2016-10-31 20:52:23 -04:00
8814e623e5 update rvitals manpage for openpower 2016-10-26 04:08:05 -04:00
a50f3710f7 Doc spelling and gramma fixes 2016-10-25 15:31:20 -04:00
a6c910467e Refine hack_uname() in mlnxofed_ib_install.v2 2016-10-18 23:15:19 -04:00
0aaaf35b75 Merge pull request #1908 from xuweibj/issue1813
fix issue 1813, add 9125-f2c in mtm hash
2016-10-17 15:54:35 +08:00
bddadf82ba support rhelhpc6.8 and 7.2 for ticket 1955 (#1966) 2016-10-14 11:30:34 +08:00
1e11b6e80f Add support for a default MTU on a network
Add a MTU column to the networks table.  If set, this will configure the MTU in
DHCP so that nodes will have the correct MTU during provisioning.  This is
important for large systems to enable jumbo frames to reduce CPU usage when
copying diskless images over the network (before the confignics postscript can
run to set the desired MTU).
2016-10-01 16:01:28 -04:00
edb1d181e9 Provide hook for saner versioning
The traditional approach was not adequately
hooked into git.  It should do nothing by
default differently.
2016-09-28 08:43:35 -04:00
1d57e7ad83 fix issue 1813, add 9125-f2c in mtm hash 2016-09-28 03:51:35 -04:00
b6d14179ca add IMG_NAME into the environment variables to postinstall scripts 2016-09-23 14:32:54 +08:00