Merge "j2 template per-role things in default registry"
[apex-tripleo-heat-templates.git] / extraconfig / tasks / major_upgrade_compute.sh
index 2f19d57..a1df695 100644 (file)
@@ -12,9 +12,13 @@ cat > $UPGRADE_SCRIPT << ENDOFCAT
 ### This file is automatically delivered to the compute nodes as part of the
 ### tripleo upgrades workflow
 
+set -eu
+
 # pin nova to kilo (messaging +-1) for the nova-compute service
 
 crudini  --set /etc/nova/nova.conf upgrade_levels compute $upgrade_level_nova_compute
+
+yum -y install python-zaqarclient  # needed for os-collect-config
 yum -y update
 
 ENDOFCAT