2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-30 00:01:56 +00:00

Refine the doc skeleton in the Basic Concept part

Since it has been discussed with Victor, I check it in directly
This commit is contained in:
wangxiaopeng
2015-08-13 22:32:05 -04:00
parent 86aed8dfeb
commit af9368827a
6 changed files with 35 additions and 20 deletions

View File

@@ -1,2 +1,2 @@
Network Services which are used in xCAT
==================================
Network Services
================

View File

@@ -1,11 +1,20 @@
xCAT Database
=============
Database
========
Definition of xCAT DB
---------------------
xCAT stores all the persistent data used to manage clusters in a database.
How to Manipulate xCAT DB
-------------------------
As the administrator, you can use a set of table oriented commands to modify the data (**recommended**), or directly modify the table using the ``tabedit`` command.
How to Use Regular Expression in xCAT DB
----------------------------------------
For a more indepth overview see the manpage for xcatdb: ``man xcatdb``
Commands
--------
Object Definitions
------------------
Node Groups
-----------
Regular Expressions
-------------------

View File

@@ -0,0 +1,2 @@
``group``
=========

View File

@@ -1,12 +1,9 @@
xCAT Object
===========
Objects
=======
Node Object
-----------
Node Range
.. toctree::
:maxdepth: 2
OSimage Object
--------------
Group Object
------------
node.rst
osimage.rst
group.rst

View File

@@ -0,0 +1,5 @@
``node``
========
Node Range
----------

View File

@@ -0,0 +1,2 @@
``osimage``
===========