X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fdevstack.sh;h=d8a87327650ab8a0625af634359eb5b0f0e47319;hb=aeb7bad4e84b4d4dc42214fe17d99753e10686bb;hp=0659a3de65c7bd90084bd117e16099b96a7cceae;hpb=67d9e128cc8239622788f577b80e56730dbb52b2;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/devstack.sh b/jenkins-scripts/devstack.sh index 0659a3de6..d8a873276 100755 --- a/jenkins-scripts/devstack.sh +++ b/jenkins-scripts/devstack.sh @@ -1,15 +1,5 @@ #!/bin/bash -# add in a test copr repo -wget http://copr.fedoraproject.org/coprs/tykeal/odl-updates/repo/epel-7/tykeal-odl-updates-epel-7.repo -O /etc/yum.repos.d/tykeal-odl-updates-epel-7.repo - -yum clean all - -# Install xpath -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 @@ -25,6 +15,7 @@ EOHOSTS # make sure we don't require tty for sudo operations cat </etc/sudoers.d/89-jenkins-user-defaults Defaults:jenkins !requiretty +jenkins ALL = NOPASSWD: ALL EOF # vim: sw=2 ts=2 sts=2 et :