X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffuel%2Ffuel-lab-reconfig.sh;h=4b42a396eafe43d8c5b0935c9028016364eefbbe;hb=c7aa7638729f13d3697da4fe1ffbe30b6a384a43;hp=55bb5dd9d1ef37bee6527ee30da517eb7567efb9;hpb=0d17b12d0109cb684482dc2fa85b610b2d01e68b;p=releng.git diff --git a/jjb/fuel/fuel-lab-reconfig.sh b/jjb/fuel/fuel-lab-reconfig.sh index 55bb5dd9d..4b42a396e 100755 --- a/jjb/fuel/fuel-lab-reconfig.sh +++ b/jjb/fuel/fuel-lab-reconfig.sh @@ -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 @@ -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