1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

stage tuning and ansible_version

This commit is contained in:
Jerry Vonau 2017-10-28 18:02:54 -05:00
parent 12e5c6730f
commit 87c81df5e0
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ then
source /etc/iiab/iiab.env
if [ ! $STAGE == 9 ]
then
echo "Restarting STAGE=$STAGE"
echo "Restarting from STAGE $STAGE"
fi
if [ $STAGE == 9 ]
then

View file

@ -45,7 +45,7 @@ fi
# interruptions return last stage number recorded (1-9)
if [ -f /etc/iiab/iiab.env ]
then
STAGE=0
STAGE=1
source /etc/iiab/iiab.env
STAGE=$STAGE
else
@ -58,7 +58,7 @@ cat <<EOF
"iiab_branch" : "$BRANCH",
"iiab_commit" : "$COMMIT",
"xo_model" : "$XO_VERSION",
"ansble_version" : "$ANSIBLE_VERSION",
"ansible_version" : "$ANSIBLE_VERSION",
"os" : "$OS",
"os_ver" : "$OS_VER"}