Add required packages to build mysql-python

The horizon deploys are failing due to missing packages required to
install the mysql-python pip package. This PR adds those in.

Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9
Change-Id: I20abe34118014f9bca03daadf5d1f14b7f9fd0ff
This commit is contained in:
Andy McCrae 2018-06-20 16:22:04 +01:00 committed by Mohammed Naser
parent 5a163fc36e
commit 6f6af10880
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ horizon_distro_packages:
- cron # required by the Ansible cron module
- git
- libapache2-mod-wsgi
- libmariadbclient-dev # required to build MySQL-python
- libssl-dev
- libxslt1.1
- openssl

View File

@ -29,6 +29,7 @@ horizon_distro_packages:
- openssl
- openssl-libs
- which
- MariaDB-devel # required to build MySQL-python
horizon_apache_conf: "/etc/httpd/conf/httpd.conf"
horizon_apache_default_log_folder: "/var/log/httpd"

View File

@ -28,6 +28,7 @@ horizon_distro_packages:
- openssl
- libopenssl-devel
- which
- MariaDB-devel # required to build MySQL-python
horizon_apache_conf: "/etc/apache2/httpd.conf"
horizon_apache_default_log_folder: "/var/log/apache2"