[docs] Limit git submodule recurse to depth 1
[releng.git] / jjb / fuel / fuel-lab-reconfig.sh
index a79bc2c..4b42a39 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2016 Ericsson AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 set -o errexit
 set -o nounset
 set -o pipefail
@@ -19,7 +27,7 @@ if ! GIT_SSL_NO_VERIFY=true git clone https://gerrit.opnfv.org/gerrit/releng; th
 fi
 
 # log info to console
-echo "Starting the lab reconfiguration for $INSTALLER..."
+echo "Starting the lab reconfiguration for $INSTALLER_TYPE..."
 echo "--------------------------------------------------------"
 echo
 
@@ -60,7 +68,7 @@ if [ "$ping_flag" -eq 1 ]; then
     echo "Slave is pingable, now wait 180 seconds for services to start"
     sleep 180
 else
-    echo "Slave did not come back up after reboot: please check opnfv-jump-2"
+    echo "Slave did not come back up after reboot: please check lf-pod2"
     exit 1
 fi