Install ansible-pacemaker on O->P upgrade
authorJiri Stransky <jistr@redhat.com>
Thu, 29 Jun 2017 09:38:09 +0000 (11:38 +0200)
committerJiri Stransky <jistr@redhat.com>
Thu, 29 Jun 2017 09:38:09 +0000 (11:38 +0200)
This has been omitted in Ocata image, so we need to install this in
O->P upgrade again. Change Ic8ce72133c47a4c90d581a0925213877b11a471e
adds it to the image, so that we can stop installing it on P->Q
upgrade, and start using it for minor updates too.

Change-Id: I893792e8d82c716b2f3e7b8878b25ba89ea724f1
Co-Authored-By: Marius Cornea <mcornea@redhat.com>
Partial-Bug: #1701208

environments/major-upgrade-composable-steps-docker.yaml

index 24eedf8..20340c7 100644 (file)
@@ -9,4 +9,6 @@ parameter_defaults:
   UpgradeLevelNovaCompute: auto
   UpgradeInitCommonCommand: |
     #!/bin/bash
+    set -eu
     # Ocata to Pike, put any needed host-level workarounds here
+    yum install -y ansible-pacemaker