python-tripleoclient/releasenotes/notes/role-management-commands-fc2f67dd5e81016e.yaml
Alex Schultz be2a20637a Provide commands for example roles
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
2017-06-01 12:31:21 -06:00

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.