Files
openstack-ansible/releasenotes/notes/httpd_role_switch-e43a18b6e82ba61c.yaml
Dmitriy Rabotyagov 3abf0ecebc Freeze roles for 31.0.0.0b1 release
Change-Id: I43f5f6d33d29f5526d76fec333e2978a7c61f8cc
2025-04-03 17:50:55 +02:00

26 lines
906 B
YAML

---
features:
- |
Added variable ``repo_server_directory_root`` which by default points to
``/var/www/repo`` and used instead of ``repo_service_home_folder`` as
Apache DirectoryRoot for the virtual host.
upgrade:
- |
The ``repo_server`` role was switched to using a standalone HTTPD role
from the in-role HTTPD deployment.
- |
In case of using custom path for the repo server vhost, please ensure
to use ``repo_server_directory_root`` variable instead of
``repo_service_home_folder``.
deprecations:
- |
Variables for the ``repo_server`` role related to Apache (HTTPD)
configuration, like ``repo_apache_*``, as well as some ``repo_pki_``
and ``repo_ssl_*`` were deprecated and have no effect now on due to
migration to a standalone ``httpd`` role.
Please, reffer to the ``httpd`` role for more details on how to
manage deprecated settings.