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:
@@ -1,2 +1,2 @@
|
||||
Network Services which are used in xCAT
|
||||
==================================
|
||||
Network Services
|
||||
================
|
||||
|
@@ -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
|
||||
-------------------
|
||||
|
@@ -0,0 +1,2 @@
|
||||
``group``
|
||||
=========
|
@@ -1,12 +1,9 @@
|
||||
xCAT Object
|
||||
===========
|
||||
Objects
|
||||
=======
|
||||
|
||||
Node Object
|
||||
-----------
|
||||
Node Range
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
OSimage Object
|
||||
--------------
|
||||
|
||||
Group Object
|
||||
------------
|
||||
node.rst
|
||||
osimage.rst
|
||||
group.rst
|
||||
|
@@ -0,0 +1,5 @@
|
||||
``node``
|
||||
========
|
||||
|
||||
Node Range
|
||||
----------
|
@@ -0,0 +1,2 @@
|
||||
``osimage``
|
||||
===========
|
Reference in New Issue
Block a user