From 58c17f69d15cd7d51849ce33e485cafcbfaac668 Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 4 Jul 2016 02:58:08 -0400 Subject: [PATCH] refine the doc on xCAT object template --- docs/source/guides/admin-guides/references/man1/lsdef.1.rst | 4 ++-- docs/source/guides/admin-guides/references/man1/mkdef.1.rst | 4 ++-- xCAT-client/pods/man1/lsdef.1.pod | 4 ++-- xCAT-client/pods/man1/mkdef.1.pod | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/lsdef.1.rst b/docs/source/guides/admin-guides/references/man1/lsdef.1.rst index 77bf058d0..5e4bbe84d 100644 --- a/docs/source/guides/admin-guides/references/man1/lsdef.1.rst +++ b/docs/source/guides/admin-guides/references/man1/lsdef.1.rst @@ -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 diff --git a/docs/source/guides/admin-guides/references/man1/mkdef.1.rst b/docs/source/guides/admin-guides/references/man1/mkdef.1.rst index 83091d7f3..694517181 100644 --- a/docs/source/guides/admin-guides/references/man1/mkdef.1.rst +++ b/docs/source/guides/admin-guides/references/man1/mkdef.1.rst @@ -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 diff --git a/xCAT-client/pods/man1/lsdef.1.pod b/xCAT-client/pods/man1/lsdef.1.pod index 70b96b4d2..1a1b23f9f 100644 --- a/xCAT-client/pods/man1/lsdef.1.pod +++ b/xCAT-client/pods/man1/lsdef.1.pod @@ -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. diff --git a/xCAT-client/pods/man1/mkdef.1.pod b/xCAT-client/pods/man1/mkdef.1.pod index ca32b11d4..ad0758101 100644 --- a/xCAT-client/pods/man1/mkdef.1.pod +++ b/xCAT-client/pods/man1/mkdef.1.pod @@ -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