2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

update the .rst files from the changes in the code

This commit is contained in:
Victor Hu
2016-09-29 21:13:33 -04:00
parent 9f65c0f001
commit c787341fed
7 changed files with 11 additions and 14 deletions

View File

@ -58,7 +58,7 @@ OPTIONS
\ **-b**\ \ *case bundle list*\
Comma separated list of test cases bundle files, each test cases bundle can contain multiple lines and each line for one test case name.The bundle files should be listed in: /opt/xcat/share/xcat/tools/autotest/bundle.
Comma separated list of test cases bundle files, each test cases bundle can contain multiple lines and each line for one test case name.
@ -136,7 +136,7 @@ EXAMPLES
.. code-block:: perl
xcattest -f /tmp/config -c rpower
xcattest -c /tmp/config -c rpower
@ -148,7 +148,7 @@ EXAMPLES
.. code-block:: perl
xcattest -l > /opt/xcat/share/xcat/tools/autotest/bundle/custom.bundle
xcattest -l > /tmp/custom.bundle
Modify custom.bundle
xcattest -b custom.bundle

View File

@ -92,10 +92,9 @@ linuximage Attributes:
\ **postinstall**\
Only supported in diskless image only. The fully qualified name of the scripts running in non-chroot mode after the package installation but before initrd generation during genimage. If multiple scripts are specified, they should be speperated with comma ",". A set of osimage attributes are exported as the environment variables to be used in the postinstall scripts ::
Only supported in diskless image only. The fully qualified name of the scripts running in non-chroot mode after the package installation but before initrd generation during genimage. If multiple scripts are specified, they should be speperated with comma ",". A set of osimage attributes are exported as the environment variables to be used in the postinstall scripts:
IMG_ARCH(The architecture of the osimage, such as "ppc64le","x86_64"),
IMG_NAME(The name of the osimage, such as "rhels7.3-ppc64le-netboot-compute"),
IMG_NAME(The name of the osimage, such as "rhels7.3-ppc64le-netboot-compute"),
IMG_OSVER(The os release of the osimage, such as "rhels7.3","sles11.4"),
IMG_PROFILE(the profile of the osimage, such as "service","compute"),
IMG_PKGLIST(the "pkglist" attribute of the osimage),
@ -103,7 +102,7 @@ linuximage Attributes:
IMG_OTHERPKGLIST(the "otherpkglist" attribute of the osimage),
IMG_OTHERPKGDIR(the "otherpkgdir" attribute of the osimage),
IMG_ROOTIMGDIR(the "rootimgdir" attribute of the osimage)
\ **rootimgdir**\

View File

@ -38,7 +38,7 @@ monitoring Attributes:
\ **name**\
The name of the monitoring plug-in module. The plug-in must be put in /opt/xcat/lib/perl/xCAT_monitoring/. See the man page for monstart for details.
The name of the monitoring plug-in module. The plug-in must be put in /lib/perl/xCAT_monitoring/. See the man page for monstart for details.

View File

@ -38,7 +38,7 @@ monsetting Attributes:
\ **name**\
The name of the monitoring plug-in module. The plug-in must be put in /opt/xcat/lib/perl/xCAT_monitoring/. See the man page for monstart for details.
The name of the monitoring plug-in module. The plug-in must be put in /lib/perl/xCAT_monitoring/. See the man page for monstart for details.

View File

@ -259,7 +259,6 @@ site Attributes:
them.
installdir: The local directory name used to hold the node deployment packages.
It must be the full path including the leading '/'.
installloc: The location from which the service nodes should mount the
deployment packages in the format hostname:/path. If hostname is

View File

@ -53,7 +53,7 @@ monitoring Attributes:
\ **name**\ (monitoring.name)
The name of the monitoring plug-in module. The plug-in must be put in /opt/xcat/lib/perl/xCAT_monitoring/. See the man page for monstart for details.
The name of the monitoring plug-in module. The plug-in must be put in /lib/perl/xCAT_monitoring/. See the man page for monstart for details.

View File

@ -313,10 +313,9 @@ osimage Attributes:
\ **postinstall**\ (linuximage.postinstall)
Only supported in diskless image only. The fully qualified name of the scripts running in non-chroot mode after the package installation but before initrd generation during genimage. If multiple scripts are specified, they should be speperated with comma ",". A set of osimage attributes are exported as the environment variables to be used in the postinstall scripts ::
Only supported in diskless image only. The fully qualified name of the scripts running in non-chroot mode after the package installation but before initrd generation during genimage. If multiple scripts are specified, they should be speperated with comma ",". A set of osimage attributes are exported as the environment variables to be used in the postinstall scripts:
IMG_ARCH(The architecture of the osimage, such as "ppc64le","x86_64"),
IMG_NAME(The name of the osimage, such as "rhels7.3-ppc64le-netboot-compute"),
IMG_NAME(The name of the osimage, such as "rhels7.3-ppc64le-netboot-compute"),
IMG_OSVER(The os release of the osimage, such as "rhels7.3","sles11.4"),
IMG_PROFILE(the profile of the osimage, such as "service","compute"),
IMG_PKGLIST(the "pkglist" attribute of the osimage),