54e54f043a
Add custom_undercloud_roles_data. Defaults to t-h-t's /roles_data_undercloud.yaml. Defines a custom undercloud roles data file which should be taken into account when preparing docker images for containerized undercloud services deployment. The default can not be changed yet as it is hardcoded in the tripleo client. Related-bug: #1693448 Change-Id: I38bd7beefa59ef56f6f4df91715a808d4b8c228e Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
15 lines
685 B
YAML
15 lines
685 B
YAML
|
|
features:
|
|
- |
|
|
Add `undercloud_roles_data` for containerized undercloud
|
|
deployments. Allows to specify a custom undercloud roles file which
|
|
should be taken into account when preparing docker images for UC.
|
|
Defaults to `{{overcloud_templates_path}}/roles_data_undercloud.yaml`.
|
|
|
|
.. note :: The default value can not be changed yet. The command
|
|
`openstack undercloud deploy` works only with the static role file
|
|
`roles_data_undercloud.yaml` from t-h-t. Custom undercloud roles
|
|
data files, like `roles/UndercloudLight.yaml`, need to be copied as
|
|
`{{ overcloud_heat_templates }}/roles_data_undercloud.yaml` in order
|
|
to use this feature.
|