Files
openstack-ansible-openstack…/releasenotes/notes/centos-mirror-url-7698160e63aedce6.yaml
Jonathan Rosser fddc4fa4db Add centos_mirror_url variable.
This variable can define the centos mirror location deploymemnt
wide rather than need an override per role.

Change-Id: Ibc4f63d84f82ba14b4e432b9c5d78c270071a284
2022-02-02 15:46:22 +00:00

13 lines
464 B
YAML

---
features:
- |
A new variable ``centos_mirror_url`` is introduced to the openstack_hosts
role to allow a single deployment wide variable to control the location
of the centos package mirror.
upgrade:
- |
Existing use of the variable ``openstack_hosts_centos_mirror_url`` will
continue to work as in previous releases, but the new variable
``centos_mirror_url`` can be used to define the mirror location for the
whole deployment.