2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00
Commit Graph

56 Commits

Author SHA1 Message Date
865527400f ADD support for power reset of PDU outlet 2017-03-21 12:01:42 -04:00
6a5b8b3bbc Handle bad return code from pdu commands 2017-03-09 17:26:35 -05:00
0e5bb69678 Clarifies the purpose of the cryptmethod field, to match what the code
does
2017-02-24 15:32:30 -08:00
896723163d Check in rst files created by man page changes for PDU 2017-02-16 16:10:14 -05:00
c4e0f637c9 Add pdu support 2017-02-13 16:33:11 -05:00
50241fc7bf Update the man pages in preparation for the 2.13.0 release 2016-12-05 10:22:13 -05:00
fdb12ecf8f refine the doc on raid 2016-12-05 00:39:32 -05:00
72d20a23be Merge pull request 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 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
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: 
2016-11-22 13:10:41 +08:00
fb49715667 postinstall script description, formatting and spelling 2016-11-15 13:19:53 -05:00
9dc963578c Add the autogenerated man pages 2016-10-31 22:23:16 -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
443fefdea1 Use auto-generated docs for networks.mtu 2016-10-03 22:11:59 -04: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
c787341fed update the .rst files from the changes in the code 2016-09-29 21:13:33 -04:00
b6d14179ca add IMG_NAME into the environment variables to postinstall scripts 2016-09-23 14:32:54 +08:00
66c99aad31 fix issue netboot postscripts have no knowledge about the osimage it is installing. ; export osimage attributes to postinstall scripts as environment variables 2016-09-22 05:05:00 -04:00
6bdfc2044b Fixed based on review comments 2016-09-16 19:03:21 -04:00
031a5022ce Change the man page for the chain table 2016-09-15 14:01:04 -04:00
3d90e27584 Merge remote-tracking branch 'personal/master' 2016-09-14 11:26:37 -04:00
43a728b34f Change attribute name from vlantag to bmcvlantag 2016-09-12 14:36:20 -04:00
fda2090c86 Update Schema.pm to generate new man pages for consoleondemand attribute 2016-09-09 16:08:40 -04:00
aeee5c6125 Merge branch 'master' of github.com:jjohnson42/xcat-core 2016-09-09 09:52:49 -04:00
3c8144055b Modify description of taggedvlan column in ipmi db table 2016-09-02 11:47:40 -04:00
39955c0cb5 issue 1471: fix the mistake in the man page for mkdef --template 2016-07-07 06:13:19 -04:00
6b3c4d9cd7 Update site man page with more info about installdir usage 2016-06-09 08:41:16 -04:00
7675f7ca6e Schema.pm missing objects and spelling fixes 2016-06-07 15:13:34 -04:00
014de562f9 Merge pull request from whowutwut/install_disk
Modify the getinstdisk to create files called /tmp/xcat.install_disk to indicate xCAT related files  (DO NOT MERGE until after branch 2.12)
2016-06-07 14:28:00 +08:00
f49345368e Checkin generated man5 and man7 generated .rst files 2016-05-27 11:55:59 -04:00
6de5c04f10 Fix typo error about hierarchical attributes 2016-05-17 02:08:12 -04:00
23e124ac2d Modify the getinstdisk to create a temporary file called /tmp/xcat.install_disk
so that it's easier for the admin who is debugging the install to know which files
are created by xCAT
2016-05-12 13:33:28 -04:00
a2815940c2 Update the missed .rst file changes to the master branch 2016-04-28 09:24:11 -04:00
45b13721d1 Add configuration in site table to inherit attributes
'heirarchicalattrs' is added in site table to apply attributes
from multiple groups in order.

close-issue 
2016-04-22 04:53:24 -04:00
c6d543ad42 make a fixed value scope for xcatdebugmode 2016-03-25 05:45:38 -04:00
2b5e08a92f Update the description for netboot attribute 2016-03-23 04:07:19 -04:00
bbe6b6b35c Updated relevant comments in ipmi.pm. Removed rflash_delay description from Schema.pm and documentation/man pages 2016-03-21 14:54:48 -04:00
28482d4a61 - Fix some warnings that come out from pod2man during the
build on the build machine
- Committed the rst file changes that result from running

create_man_pages.py script
2016-02-16 23:35:40 -05:00
c6e663d1fd Use fifo pipe to enhance getadapter
Currently the getadapter implementation store the nics information
in multiple files. This implementaion will store the records in the
database and add the following changes:

1. Add taskstate table to record the getadapter request.
2. Add route_request hook in xcatd to avoid of too much process.
3. Add adapterinfo column to keep the adapter information.
4. Use fifo pipe to send/recv the adapter message and wake up the waiting process.
5. Use alarm signal to handle the timeout event.
2016-01-25 01:53:54 -05:00
c54481efc5 Merge pull request from zet809/refine_find_install_disk
replace the determine install disk precess with script share/xcat/ins…
2015-12-28 15:45:07 +08:00
fdca2cc3f9 replace the determine install disk precess with script share/xcat/install/scripts/getinstdisk, it will write the install disk to /tmp/install_disk 2015-12-28 01:09:56 -05:00
88b61bab04 Merge pull request from xuweibj/S69370
Add FQDNfirst option in global cfg.
2015-12-16 17:07:16 +08:00
3684705279 Add a global cfg to enable the longnamefirst 2015-12-16 03:52:20 -05:00
ab5a9f227c Found some more places where diskful was spelled with two l's 2015-12-08 11:51:06 -05:00
2b7831a258 Merge pull request from zet809/refine_discovery_doc
add bmcsetup in discovery doc, add chain document in Advanced Topics …
2015-12-01 16:51:23 -05:00
02ceafc428 Add a attribute in site table to set the delay time for rflash
Currently abort failure(0x81) occur during the initiate stage as
the firmware state is not stable enough after cold reset. As the
delay time is not a constant value, this change add a interface in
site table for user to set this value.

Close-issue: 
2015-11-30 03:59:31 -05:00
da3bb3038e add bmcsetup in discovery doc, add chain document in Advanced Topics chapter 2015-11-28 09:34:04 -05:00