2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

refine the doc on xCAT object template

This commit is contained in:
immarvin 2016-07-04 02:58:08 -04:00
parent 9988ee9ee1
commit 58c17f69d1
4 changed files with 8 additions and 8 deletions

View File

@ -399,12 +399,12 @@ EXAMPLES
19.
To display the details of "node" object definition template "powerLEnv" shipped in xCAT.
To display the details of "node" object definition template "ppc64le-template" shipped in xCAT.
.. code-block:: perl
lsdef -t node --template powerLEnv
lsdef -t node --template ppc64le-template

View File

@ -288,12 +288,12 @@ EXAMPLES
13
To create a PowerLE kvm node definition with the xCAT shipped template "powerLEkvm".
To create a PowerLE kvm node definition with the xCAT shipped template "ppc64lekvmguest-template".
.. code-block:: perl
mkdef -t node cn1 --template powerLEkvm ip=1.1.1.1 mac=42:3d:0a:05:27:0b vmhost=1.1.0.1 vmnics=br0
mkdef -t node cn1 --template ppc64lekvmguest-template ip=1.1.1.1 mac=42:3d:0a:05:27:0b vmhost=1.1.0.1 vmnics=br0

View File

@ -236,9 +236,9 @@ To list all the object definition templates shipped in xCAT.
=item 19.
To display the details of "node" object definition template "powerLEnv" shipped in xCAT.
To display the details of "node" object definition template "ppc64le-template" shipped in xCAT.
lsdef -t node --template powerLEnv
lsdef -t node --template ppc64le-template
=item 20.

View File

@ -169,9 +169,9 @@ To create an osimage definition and fill in attributes automatically.
=item 13
To create a PowerLE kvm node definition with the xCAT shipped template "powerLEkvm".
To create a PowerLE kvm node definition with the xCAT shipped template "ppc64lekvmguest-template".
mkdef -t node cn1 --template powerLEkvm ip=1.1.1.1 mac=42:3d:0a:05:27:0b vmhost=1.1.0.1 vmnics=br0
mkdef -t node cn1 --template ppc64lekvmguest-template ip=1.1.1.1 mac=42:3d:0a:05:27:0b vmhost=1.1.0.1 vmnics=br0
=item 14