
In order to unify approach for managing Apache Web server, we migrate to usage of standalone `httpd` role instead of managing apache separately inside service roles. Depends-On: https://review.opendev.org/c/openstack/ansible-role-httpd/+/947678 Change-Id: I4127fd535820c1bae0208cd4a665678a491a37f8
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
horizon_system_service_name: "{{ (horizon_use_uwsgi | bool) | ternary('horizon-dashboard', 'httpd') }}"
|
|
|
|
horizon_devel_distro_packages:
|
|
- git
|
|
- libxslt-devel
|
|
- openssl
|
|
- openssl-libs
|
|
- pcre-devel
|
|
|
|
horizon_apache_distro_packages:
|
|
- python3-mod_wsgi
|
|
|
|
horizon_distro_packages:
|
|
- cronie
|
|
- cronie-anacron
|
|
- gettext
|
|
- which
|
|
|
|
horizon_service_distro_packages:
|
|
- openstack-designate-ui
|
|
- openstack-heat-ui
|
|
- openstack-ironic-ui
|
|
- openstack-magnum-ui
|
|
- openstack-manila-ui
|
|
- openstack-trove-ui
|
|
- openstack-octavia-ui
|
|
- python3-django-horizon
|
|
- python3-memcached
|
|
|
|
horizon_deprecated_apache_configs:
|
|
- /etc/httpd/conf.d/openstack-dashboard.conf
|