f78c9320cc
Fix links and formatting
2017-03-20 17:33:55 -04:00
98ef5adea2
modified depending on comments
2017-03-20 01:12:29 -04:00
b67145f860
Add man page related with openbmc
2017-03-16 23:01:48 -04:00
2ea805e541
Merge pull request #2623 from cxhong/2615
...
Handle bad return code from pdu commands
2017-03-15 17:14:30 +08:00
850a7e65a2
Fix .pod error that broke the build
2017-03-14 11:27:56 -04:00
fe942ac01f
Merge pull request #2606 from gurevichmark/rmdef_cleanup
...
Make running nodeset offline optional for rmdef
2017-03-10 15:42:08 -05:00
87d870f1bc
Update man page based on comments
2017-03-10 14:03:39 -05:00
2a483a8051
update sles example
2017-03-09 21:06:47 -05:00
6a5b8b3bbc
Handle bad return code from pdu commands
2017-03-09 17:26:35 -05:00
973d71517b
Make running nodeset offline optional for rmdef
2017-03-09 17:24:00 -05:00
7f2044321d
Merge pull request #2534 from gurevichmark/bonding_doc
...
Update bonding configuration instructions
2017-03-02 14:11:13 -05:00
88323b7400
Final review changes
2017-03-02 14:05:11 -05:00
c26a67e61e
Update after review
2017-03-01 15:58:10 -05:00
83ebef0425
Merge pull request #2559 from stanford-rc/crypt_passwd
...
Crypt passwd
2017-03-01 17:18:34 +08:00
11a088820d
Small doc formatting changes
2017-02-27 16:40:46 -05:00
0e5bb69678
Clarifies the purpose of the cryptmethod field, to match what the code
...
does
2017-02-24 15:32:30 -08:00
16d259dae5
Added missing chdef statement
2017-02-24 08:34:27 -05:00
5006290b62
Refactor adapter bonding instructions
2017-02-23 14:25:45 -05:00
34908bb59a
update bonding configuration instructions
2017-02-22 16:29:34 -05:00
ff2212b488
Merge pull request #2502 from gurevichmark/misc_doc_fixes
...
Add Service Node install steps and fix formatting and man wording
2017-02-20 15:55:20 -05:00
dfae72550c
Add Service Node install steps and fix formatting and wording in man pages
2017-02-17 11:00:31 -05:00
896723163d
Check in rst files created by man page changes for PDU
2017-02-16 16:10:14 -05:00
4f06808faf
Merge pull request #2481 from cxhong/pdu
...
Add pdu support
2017-02-15 11:39:39 +08:00
c4e0f637c9
Add pdu support
2017-02-13 16:33:11 -05:00
2b020917f5
Remove the reference to hwtype=bmc from the documentation to match
...
the output of bmcdiscover. The hwtype=bmc is not displayed anymore
and will cause confusion when users are trying to define the predefined
nodes using the output from bmcdiscover or the examples in our documentation
2017-02-10 11:04:02 -05:00
19f6e8d242
fix random errors in documentation build
2017-01-31 16:38:55 -05:00
b6be4d0c1c
Merge pull request #2358 from bybai/statelitedoc
...
add statelite document
2017-01-25 14:31:14 -05:00
a7af376da2
polish format
2017-01-16 02:07:41 -05:00
66f15d8607
delete overview.rst
2017-01-12 01:43:27 -05:00
86a7d4b686
polish statelite doc
2017-01-12 01:40:54 -05:00
043806485b
add statelite document
2016-12-30 02:36:59 -05:00
a8522a9731
update man page for copycds
2016-12-26 21:36:19 -05:00
ad9f2e4869
modify ubuntu update xcat doc
2016-12-19 02:28:42 -05:00
1f113afdc8
makeconservercf -d to remove all xCAT nodes
2016-12-15 15:32:41 -05:00
3266a819b4
correct the doc on ubt upgrade
2016-12-15 01:00:21 -05:00
32ccaf70e0
change the URL for go-xcat to github
2016-12-08 14:19:23 -05:00
50241fc7bf
Update the man pages in preparation for the 2.13.0 release
2016-12-05 10:22:13 -05:00
2911746a47
refine the doc on soft raid1 setup during node provision
2016-12-05 00:39:32 -05:00
fdb12ecf8f
refine the doc on raid
2016-12-05 00:39:32 -05:00
18d7251103
docs/source/guides/admin-guides/manage_clusters/common/deployment/raid_cfg.rst
...
refine the doc on raid on rh7
2016-12-05 00:32:48 -05:00
cc5dbb0930
docs/source/guides/admin-guides/manage_clusters/common/deployment/raid_cfg.rst
...
refine the doc on raid on rh7
2016-12-05 00:32:48 -05:00
2510697f03
refine the doc on raid
2016-12-05 00:32:48 -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
30488810f3
Merge pull request #2203 from chenglch/rflashprogress
...
Redirect progress message to rflash log files when updating firmware
2016-11-28 17:17:40 +08: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
8470c14090
Redirect progress message to rflash log files when updating firmware
...
Previously rflash process will be terminated when the tty session is closed
which is a very dangerous operation that may bricked the BMC. This patch will
ignore the `int`, `term` and `hup` signal when rflash is running and redirect
the output of ipmitool command to `/var/log/xcat/rflash/<node.log>` which make
the progress trackable. In addition, -V option is provided to print more
verbose message from ipmitool when `hpm upgrade` command is running.
This patch also update the node status in the `nodelist` table to record
the rflash status.
fix-issue: #1849
2016-11-28 13:21:26 +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