Correct loop variable names in various post scripts

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12526 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-04 14:27:19 +00:00
parent 8c8d178eb3
commit 0c9f723786
7 changed files with 9 additions and 9 deletions

View File

@ -36,7 +36,7 @@ export MASTER="#XCATVAR:XCATMASTER#"
cd /tmp
RAND=$(perl -e 'print int(rand(50)). "\n"')
sleep $RAND
for i in $(seq 1 20)
for t in $(seq 1 20)
do
GOTIT=0
for i in $MASTER_IPS

View File

@ -13,7 +13,7 @@ RAND=$(perl -e 'print int(rand(50)). "\n"')
sleep $RAND
# Loop through the master/service nodes
for i in $(seq 1 20)
for t in $(seq 1 20)
do
GOTIT=0
for i in $MASTER_IPS
@ -141,4 +141,4 @@ echo "$TMP" > /tmp/mypostscript
/tmp/mypostscript
# Master/service node variable set by nodeset
updateflag.awk replace_master 3002
updateflag.awk replace_master 3002

View File

@ -13,7 +13,7 @@ RAND=$(perl -e 'print int(rand(50)). "\n"')
sleep $RAND
# Loop through the master/service nodes
for i in $(seq 1 20)
for j in $(seq 1 20)
do
GOTIT=0
for i in $MASTER_IPS
@ -144,4 +144,4 @@ echo "$TMP" > /tmp/mypostscript
updateflag.awk replace_master 3002
# Restore default SELinux security context
restorecon -R -v /root/.ssh
restorecon -R -v /root/.ssh

View File

@ -23,7 +23,7 @@ HOSTNAME=$(hostname -s)
# These variables are set by nodeset
export MASTER_IPS=( replace_master )
for i in $(seq 1 20)
for t in $(seq 1 20)
do
GOTIT=0

View File

@ -19,7 +19,7 @@ HOSTNAME=$(hostname -s)
# These variables are set by nodeset
export MASTER_IPS=( replace_master )
for i in $(seq 1 20)
for t in $(seq 1 20)
do
GOTIT=0

View File

@ -34,7 +34,7 @@ export MASTER="#XCATVAR:XCATMASTER#"
cd /tmp
RAND=$(perl -e 'print int(rand(50)). "\n"')
sleep $RAND
for i in $(seq 1 20)
for j in $(seq 1 20)
do
GOTIT=0
for i in $MASTER_IPS

View File

@ -11,7 +11,7 @@ fi
cd /tmp
RAND=$(perl -e 'print int(rand(50)). "\n"')
sleep $RAND
for i in $(seq 1 20)
for t in $(seq 1 20)
do
GOTIT=0
for i in $MASTER_IPS