2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-04 23:42:29 +00:00

Merge pull request #1466 from immarvin/onmkdeftemplate

refine the doc on xCAT object template
This commit is contained in:
Xiaopeng Wang
2016-07-04 16:22:23 +08:00
committed by GitHub
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