tripleo-common/releasenotes/notes/role-specific-validation-5ea0a31711ced6fe.yaml
Saravanan KR 8586cc1542 Provide the output to add a validation for role-specific params on services
In order to provide role-specific parameters for a service,
"<RoleName>Parameters" should be used to provide the actual
parameter to be applied to a specific role (in the parameter_defaults
of user's environment file). Parameters require special implementation
to support role-specific in a service. This workflow validates the
user provided role-specific parameters with the actual implementation
and provides the invalid ones. The actual role-specific parameters
on a template could be found using the 'tags' attribute of a
parameter in the heat template.

Change-Id: Ie0abc345cea4a69b19b2ea760a29a2cab61c1ceb
2018-02-16 18:33:20 +05:30

4 lines
69 B
YAML

---
features:
- Added role-specific parameter validation workflow.