From e903efc1adcdb2f21d7a9ded2795417d364c70e0 Mon Sep 17 00:00:00 2001 From: Sofer Athlan-Guyot Date: Fri, 28 Apr 2017 16:21:31 +0200 Subject: [PATCH] [M->N] Ensure mod_ssl is installed during upgrade. In Newton mod_ssl is installed by default. We make sure that during upgrade this is done as well to avoid problem with the fix in https://bugs.launchpad.net/tripleo/+bug/1682448 Change-Id: I49bd6f0017048fbab8a4011d5d7c3ffc6cda85b6 Related-Bug: #1682448 --- extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh b/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh index 99fd3f6280..63ac0a22bc 100755 --- a/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh +++ b/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh @@ -104,6 +104,7 @@ special_case_ovs_upgrade_if_needed yum -y install python-zaqarclient # needed for os-collect-config yum -y -q update +yum install -y mod_ssl # We need to ensure at least those two configuration settings, otherwise # mariadb 10.1+ won't activate galera replication.