2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00
Commit Graph

416 Commits

Author SHA1 Message Date
e7bac264a1 Merge pull request #533 from bybai/cfgnetdoc
add confignetwork doc
2016-02-02 11:38:54 +08:00
b117e1b6d9 add confignetwork in text 2016-02-01 22:24:20 -05:00
53deb39326 polish cfg_network.rst 2016-02-01 03:06:53 -05:00
244dd4a23a polish 2016-01-28 01:39:21 -05:00
9c6e5ea74c polish 2016-01-28 01:39:11 -05:00
c93415987c polish 2016-01-28 01:38:47 -05:00
efb9410ade polish 2016-01-28 01:38:34 -05:00
11bfe6aa6c polish confignetwork doc 2016-01-27 03:23:44 -05:00
1ec51a5c9b Merge pull request #653 from immarvin/onxcatindocker
change the pipework command to avoid confuse
2016-01-27 15:05:17 +08:00
6f2b1f991f refine the doc 2016-01-27 01:26:40 -05:00
b9a7133a56 Update index.rst 2016-01-27 10:30:55 +08:00
1f10c9ecdf add a section to disable Apparmor/SElinux on Docker host 2016-01-26 21:19:25 -05:00
65971caaa4 polish based on comments 2016-01-26 03:43:11 -05:00
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
cdfda7d1c4 refine the doc 2016-01-25 21:16:18 -05:00
79afc50693 The usage and manpage for docker instance management command, mkdocker,lsdocker,rmdocker,rpower 2016-01-25 08:46:57 -05:00
981f5f53c1 Merge pull request #626 from zet809/docker_manage_doc
The document for docker lifecycle management have been tested
2016-01-25 20:48:07 +08:00
05bb4de0c2 The document for docker lifecycle management 2016-01-25 04:05:27 -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
6c9aa1391a change the pipework command to avoid confuse 2016-01-24 22:22:39 -05:00
6dce0200d9 update the rst file about the rscan 2016-01-21 22:39:43 -05:00
7e3817fe5f Merge pull request #646 from immarvin/onxcatindocker
refine the document : create the bridge with a script
2016-01-22 11:33:31 +08:00
653593dd5c correct the example 2016-01-21 22:14:22 -05:00
c83c5df81c correct a typo 2016-01-21 21:42:19 -05:00
2d72be3163 create the bridge with a script 2016-01-21 21:37:20 -05:00
965578954d Merge pull request #607 from immarvin/onxcatindocker
add the doc for running xcat in docker container
2016-01-21 16:42:55 +08:00
f8369a2dd7 use the latest image instead of 2.11 2016-01-21 03:22:44 -05:00
178ff17668 modify the pipework usage 2016-01-20 07:46:34 -05:00
dfc55add48 <copycds -p> is no longer mandatory, correct the doc 2016-01-20 03:52:37 -05:00
a98b2cc78a Modify depending on Victor's comment 2016-01-19 21:06:54 -05:00
43e709ca8d refine the doc according to the comments 2016-01-19 04:53:48 -05:00
ec265de784 Merge pull request #589 from hu-weihua/zone
Add details for "zones" document
2016-01-18 03:17:30 -05:00
d40dd545e0 Merge pull request #595 from hu-weihua/security
Add details for security doc
2016-01-18 03:16:53 -05:00
12a5882947 refine the doc 2016-01-18 03:14:48 -05:00
0372d0f81b add the doc for running xcat in docker container 2016-01-16 23:38:34 -05:00
7c52e50599 Merge pull request #592 from whowutwut/os_support_list
remove the xcat2_support_list file and instead point to the release notes in docs
2016-01-15 11:02:36 -05:00
5408b48442 modify depending on daniceexi's comments 2016-01-14 21:58:24 -05:00
372e241110 modify depending on daniceexi's comment 2016-01-14 21:48:37 -05:00
2e8f66ff1f Merge pull request #529 from arif-ali/ha_doc_update
Update HA documentation
2016-01-14 05:38:53 -05:00
0a33095fc1 add details for security doc 2016-01-13 23:52:10 -05:00
851ca19fa0 Change a word from review of the changes 2016-01-13 13:34:36 -05:00
206f3a9873 Remove the xcat2_support_list file and instead point to the release
notes since that is updated with the current supported operating system

There's no need to have another location for this information
2016-01-13 08:28:12 -05:00
9595b7bae8 Add docs for zones 2016-01-12 21:35:56 -05:00
ceccc8cb98 Merge pull request #567 from daniceexi/restapi
Add rest api doc to ReadTheDoc in rst format.
2016-01-11 14:27:25 -05:00
4ab5232e47 Made changes for syntax errors in restapi doc 2016-01-10 22:00:27 -05:00
d11ac55bdd Merge pull request #577 from daniceexi/update_release_info
Update release info
2016-01-08 16:30:37 +08:00
ea87890011 Merge pull request #578 from daniceexi/code_standard
Add xCAT code standard doc page
2016-01-07 07:28:40 -05:00
d877778013 Add descrption of how to install tidy; fix two minor issues 2016-01-07 04:11:01 -05:00
c6e94cb3f4 fix the broken link for xcat-doc
moved the xcat-doc project directly into xcat-core/docs
2016-01-06 18:54:40 -05:00
14aeb23a05 Add xCAT code standard doc page 2016-01-06 07:11:08 -05:00