[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
This commit is contained in:
Sofer Athlan-Guyot 2017-04-28 16:21:31 +02:00
parent 3890eb169a
commit e903efc1ad
1 changed files with 1 additions and 0 deletions

View File

@ -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.