X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fdevstack.sh;h=0659a3de65c7bd90084bd117e16099b96a7cceae;hb=d3c0dd52f8d7d3dcb7cf0f98c0762f74412247f9;hp=1b8da7b070782abd622e3470b6ce82fbef8e6a02;hpb=409c7c3afa59be55bdc415aa429deb8945fb323d;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/devstack.sh b/jenkins-scripts/devstack.sh index 1b8da7b07..0659a3de6 100755 --- a/jenkins-scripts/devstack.sh +++ b/jenkins-scripts/devstack.sh @@ -10,6 +10,18 @@ yum install -y perl-XML-XPath python-pip yum update -y python-six +# It looks like the devstack gate is stomping on our dnsmasq setup which +# therefore kills our ability to do proper lookups of some resources. +# Let's capture the 3 nexus IPs into /etc/hosts +cat <> /etc/hosts +# the internal address for nexus +$(dig +short nexus.opendaylight.org) nexus.opendaylight.org +# all the nexus proxies +$(dig +short nexus01.dfw.opendaylight.org) nexus01.dfw.opendaylight.org +$(dig +short nexus02.dfw.opendaylight.org) nexus02.dfw.opendaylight.org +$(dig +short nexus03.ord.opendaylight.org) nexus03.ord.opendaylight.org +EOHOSTS + # make sure we don't require tty for sudo operations cat </etc/sudoers.d/89-jenkins-user-defaults Defaults:jenkins !requiretty