openstack-ansible-repo_server/releasenotes/notes/replace_nginx_apache-f62e453f44acf790.yaml
Dmitriy Rabotyagov 26f523867d Replace Nginx with Apache2
In order to reduce amount of tech involved in deployment and better
share commond resources and approaches Nginx web server is replaced
with Apache2 now.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/924157
Change-Id: Ib8c7e985c710241bd97153130b77fcb1e904bfe1
2024-07-16 17:07:30 +02:00

9 lines
234 B
YAML

---
upgrade:
- |
A web server for repo containers/hosts has been changed from Nginx to
Apache.
This was made to reduce amount of services we manage with roles and to
better align approaches and development vectors.