Merge "Disable all Oxygen Jobs to save infra resources"
[releng/builder.git] / packer / provision / devstack.sh
index 4e08b6e678e14c6a00623f4e07ee9be24b166eda..a420da9dcbbb2c7608027984a5c9b4101baf631c 100644 (file)
@@ -1,5 +1,14 @@
 #!/bin/bash
 
+# 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
+
+# install crudini command line tool for editing config files
+yum install -y crudini
+
 echo '---> Installing non-baseline requirements'
 yum install -y deltarpm python{,-{crypto,devel,lxml,setuptools}} \
     @development {lib{xml2,xslt,ffi},openssl}-devel