be2a20637a
In order to improve the experiance for the end user, we have existing sets of roles that can be combined in a roles_data.yaml file for the deployment. This change exposes the ability to generate roles_data.yaml from a folder containing role yaml files rather than requiring the end user manually construct the roles_data.yaml. Change-Id: I326bae5bdee088e03aa89128d253612ef89e5c0c Related-Blueprint: example-custom-role-environments
10 lines
477 B
YAML
10 lines
477 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new commands for listing available example roles and generating
|
|
role_data.yaml files for an environment. ``openstack overcloud roles list``
|
|
provides a list of available roles shipped with tripleo-heat-templates.
|
|
``openstack overcloud role info`` lists out the details of the specific role.
|
|
``openstack overcloud roles generate`` can be used with the available role
|
|
names to create a roles_data.yaml used by the deploy command.
|