2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-10 23:30:11 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
01a5551ea7 Update manage.rst
Clarify the option to clear the previous configuration for ONIE enabled switches
2017-02-24 13:15:42 -05:00
fc95d2e958 Update install.rst 2017-02-23 11:46:07 -05:00
0b94414ec1 Merge pull request #2458 from whowutwut/onie
Refactor the ONIE documentation
2017-02-13 20:23:47 -06:00
8c5195bb97 Add some explanation about how the cumulus linux file gets sent to the switch for installation 2017-02-13 15:11:56 -05:00
9320fd8a28 Refine some of the instructions for the cumulus switch 2017-02-09 09:49:56 -05:00
8646369568 add information about configinterface postscript 2017-02-06 11:16:14 -05:00
af0bd14071 minor Formatting changes for the cumulus section 2017-02-06 10:07:42 -05:00
df7b859fc4 Refactor the onie documentation 2017-02-03 15:52:42 -05:00
808a2ed5e9 Rename edgecore_switches to onie_switches 2017-02-03 09:41:13 -05:00
d076feb216 Merge pull request #2454 from whowutwut/security0127
Looks good to me.
2017-01-31 16:49:15 -05:00
19f6e8d242 fix random errors in documentation build 2017-01-31 16:38:55 -05:00
1a400c31ab Update mlnxofed_ib_install_v2_diskful.rst 2017-01-31 16:01:55 -05:00
d1088318bc Update mlnxofed_ib_install_v2_diskless.rst 2017-01-31 16:00:36 -05:00
f843dcad3c Change switchtype from cumulus to onie 2017-01-10 15:38:14 -05:00
5c9a3624d6 refine the doc on cumulus switch 2017-01-03 21:44:15 -05:00
2e1e273267 refine cumulus support doc 2016-12-23 01:33:05 -05:00
4f771e3dc3 refine the cumulus support doc 2016-12-23 01:33:05 -05: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
a50f3710f7 Doc spelling and gramma fixes 2016-10-25 15:31:20 -04:00
0c951db82b Merge pull request #1945 from whowutwut/mellanox_documentation_improvements
Mellanox IB documentation clarification for OFED Installation Step
2016-10-10 14:45:06 +08:00
ad4d60627a Move the kernel mismatch issue back to the diskless and diskful sections 2016-10-07 15:56:12 -04:00
87b8b1ea52 Reformat some of the information in the known issues 2016-10-07 14:05:34 -04:00
e10b5afad3 Refactor the mellanox installation instructions to make it easier to follow 2016-10-07 13:38:25 -04:00
ffba03e3bc Remove the documentation for mellanox ofed installer version 1.
We have version control in the documentation, so there's no need to
keep the deprecated documentation in the source
2016-10-05 16:04:52 -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
019c0c6aa8 Support Predefine switch has same hostname as discovery 2016-09-22 21:35:04 -04:00
3b1785802f modify from Mark's comment 2016-09-19 12:46:16 -04:00
e7726d67da Modify comments from Mark 2016-09-15 21:03:24 -04:00
09b578137a modify the doc with comment 2016-09-13 16:29:50 -04:00
b90ca84237 Modify switchdiscover usage, man page and update readdoc 2016-09-12 22:42:41 -04:00
ef3bf0c437 Fix doc build errors and missing links 2016-05-24 16:16:34 -04:00
c950ca7507 modify spelling error 2016-04-18 02:24:50 -04:00
b7beeabcf8 modify format error 2016-04-18 02:15:08 -04:00
49a85041fe replace infiniband to InfiniBand 2016-04-15 04:07:25 -04:00
9ffa8e314d modify grammar error dependig on gongjie's comments 2016-04-15 03:44:38 -04:00
b2a8ddecf0 update example 2016-04-14 03:25:54 -04:00
642059b3c2 modify more content for bug fixing 2016-04-12 03:18:24 -04:00
4488c24a30 Add snmp_scan method for switchdiscover command 2016-03-24 21:22:58 -04:00
7ae8361209 Issue #766, Fix a typo in the switch configuration command 2016-03-11 10:58:07 -05:00
d75ecae303 Fix errors/warnings in the documentation during the build 2016-03-03 13:36:44 -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
d825808690 Merge pull request #540 from penguhyang/xcat_docs
correct words and syntax error about xcat-docs
2015-12-27 22:37:06 +08:00
de804c8b23 correct words and syntax error about xcat-docs 2015-12-21 04:10:31 -05:00
9a562f4c1c Merge pull request #467 from penguhyang/vlan_configuration
add document about vlan configuration
2015-12-16 08:44:01 -05:00
7c0a548775 add document about vlan configuration 2015-12-15 22:23:24 -05:00
c15027d4bb Merge pull request #452 from hu-weihua/getadapters
Cool. Will merge it, eventually.
2015-12-15 12:44:26 +08:00
ad0e890808 Merge pull request #432 from junxiawang/docswitch
add switch document
2015-12-14 16:44:31 +08:00
1881d8dc59 modify ethernet_switches.rst 2015-12-14 06:06:21 -05:00
2d9265b630 modify ethernet_switches 2015-12-14 04:54:25 -05:00
6fb0b6bfd4 modify ethernet_switches 2015-12-14 04:14:32 -05:00