python-tripleoclient/releasenotes/notes/add-roles-and-networks-answers-f23927c9075c7e99.yaml
Brendan Shephard 88d025d027 Add handling for roles and networks to answers
The answers file only supports environments and templates today.
This change adds handling for roles and networks arguments. This
change will allow users to specify their roles_data.yaml and
network_data.yaml file in the same location as their other custom
templates.

Conflicts:
	tripleoclient/v1/overcloud_deploy.py

Resolved conflicts caused by the refactoring done in
dc8b39adf0

Change-Id: I905999fd7901490aa87d3ab302b28b437225ed89
(cherry picked from commit f931e73c47)
2022-07-01 12:12:36 +09:00

7 lines
213 B
YAML

---
features:
- |
Users can now specify roles_data.yaml and network_data.yaml locations
in their answers file. Using `networks` and `roles` along with their
`templates` and `environments` arguments.