openstack-ansible/releasenotes/notes/service_repo_base_urls-8f85bcee712e5d77.yaml
Jonathan Rosser df4758ab1b Allow git servers for openstack services and tempest to be overridden
This will allow the services to be cloned from github or a local
mirror by setting a small number of variables rather than overriding
every git repo URL individually.

Change-Id: I750d897e9e3c8ca161c0740c73cdc4c6e42b6440
2023-02-01 14:57:14 +00:00

9 lines
327 B
YAML

---
features:
- |
New variables ``openstack_opendev_base_url`` and
``openstack_github_base_url`` have been implemented that allow to quickly
change base url of repositories for all used service. This might be
useful for environments with limited connectivity or in case of issues
with one of the mirrors.