X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fsigul-install.sh;h=08b3b7d81cb141ce46ac8f66abf27722f6afdd97;hb=a5fa8a32ab2f856fecc7505fdfd7a8e12df2c402;hp=59d0a19432f7b390734d71efde6c37fb6b655181;hpb=71e7ecf6ce97afb981dd8ac86099a4c8f770d6fa;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