Merge "enable driver_type gre and ml2_gre"
[releng/builder.git] / packer / provision / devstack.sh
index 4671599253042c0a50aa0dba12137c5c3c15c71a..63fdea7d67b0e978c7e4a7104ee5df87556a7195 100644 (file)
@@ -1,7 +1,8 @@
 #!/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
+# force any errors to cause the script and job to end in failure
+set -xeu -o pipefail
+
 # Install xpath
 yum install -y perl-XML-XPath python-pip python-six