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:
parent
9988ee9ee1
commit
58c17f69d1
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user