Cleanup devstack spinup script 83/51683/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 10 Feb 2017 13:41:25 +0000 (08:41 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 10 Feb 2017 16:49:25 +0000 (11:49 -0500)
These options have moved to the packer scripts.

Change-Id: I573224dc126199d0be9d0b04b2efab59dc45f441
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-scripts/devstack.sh

index 3fd50c8cffb28898dcdcd3d762e9e0fcfe86a275..d8a87327650ab8a0625af634359eb5b0f0e47319 100755 (executable)
@@ -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
@@ -28,7 +18,4 @@ Defaults:jenkins !requiretty
 jenkins     ALL = NOPASSWD: ALL
 EOF
 
-# install crudini command line tool for editing config files
-yum install -y crudini
-
 # vim: sw=2 ts=2 sts=2 et :