openstack-ansible/releasenotes/notes/hook-playbooks-b71dbdd7835af2aa.yaml
Jonathan Rosser 03e9c6b69e Add user defined hooks that can run extra playbooks
This patch adds variables which when can be used to extend
openstack ansible by calling additional user defined playbooks
at the start and end of the main setup-* playbooks.

Change-Id: Ic55dd6447f603d91beaeea28beb04e4c1393d6af
2024-02-05 12:32:37 +00:00

9 lines
395 B
YAML

---
features:
- |
New variables are added to allow a user defined playbooks to be specified
that run pre and post the existing code in setup-hosts, setup-infrastructure
and setup-openstack. OpenStack-Ansible deployments may be extended and
have additional user defined functions added using these hooks, which
will have full access to the OSA inventory and host variables.