8f1caf7abf
Extend the tripleo client Command class to fetch heat roles data from a role file. That new class method is shared by many derived classes afterwards and used for containers images preparations, containerized overcloud, undercloud and standalone deployments. Apply normalization to the roles_file in plan management and preflight checks as well. Change-Id: I7b35e117b9d12f1e5a51e2ee0465244692d33e33 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
7 lines
219 B
YAML
7 lines
219 B
YAML
---
|
|
other:
|
|
- |
|
|
The roles data file may take either an absolute path or the path relative
|
|
to the tripleo heat templates directory. This is now applicable for all
|
|
of the commands involving roles data files.
|