X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fsigul-install.sh;h=08b3b7d81cb141ce46ac8f66abf27722f6afdd97;hb=refs%2Ftags%2Fv0.77.4;hp=59d0a19432f7b390734d71efde6c37fb6b655181;hpb=fd0481da698114d2032192796e61c198669cedb3;p=releng%2Fglobal-jjb.git diff --git a/shell/sigul-install.sh b/shell/sigul-install.sh index 59d0a194..08b3b7d8 100755 --- a/shell/sigul-install.sh +++ b/shell/sigul-install.sh @@ -32,13 +32,3 @@ skip_if_unavailable=True" > fedora-infra-sigul.repo # install sigul sudo yum install -y -q sigul fi; -# configure /etc/hosts with the sigul bridge hostname -# This is needed as build minions can't always get DNS resolution -# on the bridge -BRIDGE_HOST=$(grep bridge-hostname "$SIGUL_CONFIG" | awk '{print $2}') - -# SIGUL_BRIDGE_IP must be defined as a Jenkins env variable -cp /etc/hosts hosts -echo -e "$SIGUL_BRIDGE_IP\t$BRIDGE_HOST" >> hosts -sudo cp hosts /etc/hosts -rm hosts