bifrost/playbooks/roles/bifrost-keystone-install/defaults/required_defaults_Suse_family.yml
Dmitry Tantsur 8593f2378b Install uWSGI from PyPI to repair CentOS 8 support
CentOS 8 does not have uWSGI, not even in EPEL:
https://bugzilla.redhat.com/show_bug.cgi?id=1757157

Since it's installable from PyPI, let's do it instead.
Also update SELinux to enable uWSGI+nginx to operate.

Change-Id: I44d0582e221e24404f427b261bf6d366f5c32775
2020-06-03 16:02:00 +02:00

18 lines
346 B
YAML

---
init_template: systemd_template.j2
init_dest_dir: /usr/lib/systemd/system/
init_ext: .service
mysql_service_name: mysql
required_packages:
- python-selinux
- mariadb
- policycoreutils-python
- python-devel
- python-MySQL-python
- python-iniparse
- libffi-devel
- libxslt-devel
- libopenssl-devel
- libxml2-devel
- nginx