move comment before first example
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14962 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c8c64a5afe
commit
ebd7eb2d1f
@ -22,6 +22,9 @@ tabdump(networks)
|
||||
NODE=$NODE
|
||||
export NODE
|
||||
|
||||
## This is the syntax to get the value of one attribute from the
|
||||
## <tablename> and its key is $NODE.
|
||||
## It doesn't support the cases where the table has 2 keys.
|
||||
|
||||
## nfsserver,installnic,primarynic,routenames from the noderes tab
|
||||
NFSSERVER=#TABLE:noderes:$NODE:nfsserver#
|
||||
@ -38,9 +41,6 @@ NODEROUTENAMES=#TABLE:noderes:$NODE:routenames#
|
||||
export NODEROUTENAMES
|
||||
#ROUTES_VARS_EXPORT#
|
||||
|
||||
## This is the syntax to get the value of one attribute from the
|
||||
## <tablename> and its key is $NODE.
|
||||
## It doesn't support the cases where the table has 2 keys.
|
||||
|
||||
## osver, arch, profile export
|
||||
OSVER=#TABLE:nodetype:$NODE:os#
|
||||
@ -107,6 +107,7 @@ NICNETWORKS=#TABLE:nics:$NODE:nicnetworks#
|
||||
export NICNETWORKS
|
||||
|
||||
|
||||
|
||||
##
|
||||
##The line postscripts-start-here must not be deleted.
|
||||
# postscripts-start-here
|
||||
|
Loading…
Reference in New Issue
Block a user