03e9c6b69e
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
9 lines
395 B
YAML
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.
|