2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 19:52:03 +00:00

63 Commits

Author SHA1 Message Date
penguhyang
c6d543ad42 make a fixed value scope for xcatdebugmode 2016-03-25 05:45:38 -04:00
penguhyang
2b5e08a92f Update the description for netboot attribute 2016-03-23 04:07:19 -04:00
zet809
307277e333 Merge pull request #704 from whowutwut/bmcdiscover
Clean up the usage and manpage for bmcdiscover command
2016-03-22 17:32:49 +08:00
chenglch
e8f3a2b295 Merge pull request #818 from pdlun92/rflash_bmc_status
rflash check_bmc_status_with_ipmitool raw command
2016-03-22 10:13:36 +08:00
Victor Hu
66b2047714 Update the rst documents missed when making POD changes 2016-03-21 15:57:02 -04:00
Victor Hu
d21f29b5bf Fix bmcdiscover usage after code review
- change the bmcpwd option to bmcpasswd
2016-03-21 15:50:36 -04:00
Patrick Lundgren
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
yangsong
1b58fa63bc Merge pull request #743 from penguhyang/split_post.ubuntu
split the post.ubuntu, upgrade the post.xcat, logging the ubuntu installation information.
2016-03-16 11:04:51 +08:00
penguhyang
97e29171ba split the post.ubuntu and upgrade the post.xcat 2016-03-15 02:59:31 -04:00
Victor Hu
582b9d68d5 Clean up the usage and manpage for bmcdiscover
Improve the output message for --ipsource and --check
2016-03-12 08:10:07 -05:00
Victor Hu
af70f44c7f Fix errors in the formatting of the man pages causing problems
with the conversion to rst
2016-03-03 13:36:44 -05:00
Victor Hu
c99dbc44bd Refactor the Software Kit documentation section to define the concept
of prebuilt and custom kits.
- prebuilt kits are HPC software kits , complete kits, that are
ready to use
- custom kits will describe the kit framework and have instructions
to help users create their own software kits
2016-03-03 13:33:45 -05:00
Mark Gurevich
847f2fcaf3 Add bypass flag description to xdcp and xdsh commands 2016-03-01 12:20:59 -05:00
Mark Gurevich
9c360684c2 Missed checkin of rinstall.rst file 2016-02-22 11:32:51 -05:00
Mark Gurevich
f763c29467 Additional small man page fixes 2016-02-18 11:06:49 -05:00
Victor Hu
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
Mark Gurevich
06eddfc973 man1 changes for commands p-z 2016-02-16 11:41:31 -05:00
Mark Gurevich
215aecb5ab man1 chages for commands a-n 2016-02-11 15:12:13 -05:00
Victor Hu
03e359c460 Merge pull request #703 from gurevichmark/man8Fixes
man page fixes for man8 section
2016-02-09 15:47:03 -05:00
cxhong
f832427afb Merge pull request #690 from whowutwut/manpage
Improve the content in the xCAT kit related command man page, better formatting on RTD
2016-02-08 16:34:44 -05:00
Mark Gurevich
b9dcd734c7 man page fixes for man8 section 2016-02-08 13:40:51 -05:00
Mark Gurevich
d86989c9b5 man page changes to remove xcatconfig without any flags and fix EXAMPLES formatting 2016-02-03 16:45:58 -05:00
junxiawang
6d0b7fcecc Merge pull request #637 from zet809/docker_support_usage_manpage
The usage and manpage for docker instance management command, mkdocke…
2016-01-26 14:10:44 +08:00
Victor Hu
27b4471306 Change some formatting and wording for the bmcdiscover man page 2016-01-25 14:52:04 -05:00
Victor Hu
b4c623f117 Make formatting changes in the kit related manpages. 2016-01-25 14:51:53 -05:00
ertaozh
79afc50693 The usage and manpage for docker instance management command, mkdocker,lsdocker,rmdocker,rpower 2016-01-25 08:46:57 -05:00
chenglch
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
penguhyang
6dce0200d9 update the rst file about the rscan 2016-01-21 22:39:43 -05:00
yangsong
c54481efc5 Merge pull request #534 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
ertaozh
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
immarvin
fa28124b3d update chvm manpage in doc 2015-12-22 04:36:25 -05:00
chenglch
88b61bab04 Merge pull request #497 from xuweibj/S69370
Add FQDNfirst option in global cfg.
2015-12-16 17:07:16 +08:00
XuWei
3684705279 Add a global cfg to enable the longnamefirst 2015-12-16 03:52:20 -05:00
Victor Hu
82a348b160 Merge the pages for Large Cluster and Hierarchical
Realized that the large cluster support and the advanced hierarchical pages are the same.
This initial commit does some refactoring of the pages.

Left around the define_service_node.rst page but it's not in the index.
We need to verify that the content is correct in define_service_nodes.rst
2015-12-11 21:02:25 -05:00
chenglch
6d3c230907 Convert pod to rst for rflash and addkitcomp
Upload rflash.rst and addkitcomp.rst which are converted from pod
by create_man_page.py.
2015-12-10 02:34:27 -05:00
Victor Hu
ab5a9f227c Found some more places where diskful was spelled with two l's 2015-12-08 11:51:06 -05:00
Victor Hu
011651c2ac update statefull and diskfull to stateful and diskful
for consistency in the documentaion and code
2015-12-08 11:43:56 -05:00
Victor Hu
2b7831a258 Merge pull request #487 from zet809/refine_discovery_doc
add bmcsetup in discovery doc, add chain document in Advanced Topics …
2015-12-01 16:51:23 -05:00
chenglch
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: #471
2015-11-30 03:59:31 -05:00
ertaozh
da3bb3038e add bmcsetup in discovery doc, add chain document in Advanced Topics chapter 2015-11-28 09:34:04 -05:00
ertaozh
959716c399 fix issue 433: 2.11 build failed with renergy.1.pod 2015-11-19 01:57:35 -05:00
Victor Hu
f997141422 Merge pull request #402 from zet809/renergy_for_power_s822l
renergy support for IBM power s822LC, add power_reading and temp_read…
2015-11-18 22:40:59 -05:00
ertaozh
6b20360b57 modify renergy manpage, add powerusage and temperature 2015-11-18 22:01:26 -05:00
Victor Hu
7b16faec3c Update detect_dhcpd.rst
Limit the horizontal scrolling to help the output display of the PDF
2015-11-17 11:44:08 -05:00
Xiaopeng Wang
b37dd4bef0 Merge pull request #328 from whowutwut/sf_reference_cleanup
Remove references to sourceforge in xcat-core
2015-11-17 23:55:23 +08:00
cxhong
3f1ce2257b Update rmnodecfg.rst 2015-11-12 13:45:10 -05:00
cxhong
5eea8e492a Update rmblade.rst 2015-11-12 13:37:31 -05:00
Patrick Lundgren
6b304f6859 fixed rspconfig formatting in man page issue 263 2015-11-05 15:15:52 -05:00
immarvin
a5b3f425fa build the chvm manpage according to the pod changes 2015-11-02 22:00:09 -05:00
Xiaopeng Wang
4bbb502763 Merge pull request #327 from whowutwut/tools
Move over the tools page off of SF to RTD
2015-10-28 09:47:00 +08:00