Remove {{role.name}}MergedConfigSettings resource
Does not seem to be used. Change-Id: I39dca3d5ec1f0c0b35ec182ada8c4aadd6842216
This commit is contained in:
parent
84a32324e9
commit
331d1c1943
@ -528,23 +528,6 @@ resources:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
services: {get_attr: [{{role.name}}ServiceNames, value]}
|
services: {get_attr: [{{role.name}}ServiceNames, value]}
|
||||||
|
|
||||||
{{role.name}}MergedConfigSettings:
|
|
||||||
type: OS::Heat::Value
|
|
||||||
properties:
|
|
||||||
type: json
|
|
||||||
value:
|
|
||||||
config_settings: {}
|
|
||||||
global_config_settings: {}
|
|
||||||
service_config_settings: {}
|
|
||||||
merged_config_settings:
|
|
||||||
map_merge:
|
|
||||||
- get_attr: [{{role.name}}ServiceConfigSettings, value]
|
|
||||||
- get_param: ExtraConfig
|
|
||||||
{%- if role.deprecated_param_extraconfig is defined %}
|
|
||||||
- get_param: {{role.deprecated_param_extraconfig}}
|
|
||||||
{%- endif %}
|
|
||||||
- get_param: {{role.name}}ExtraConfig
|
|
||||||
|
|
||||||
# Filter any null/None service_names which may be present due to mapping
|
# Filter any null/None service_names which may be present due to mapping
|
||||||
# of services to OS::Heat::None
|
# of services to OS::Heat::None
|
||||||
{{role.name}}ServiceNames:
|
{{role.name}}ServiceNames:
|
||||||
@ -960,10 +943,7 @@ resources:
|
|||||||
EndpointMap: {get_attr: [EndpointMapData, value]}
|
EndpointMap: {get_attr: [EndpointMapData, value]}
|
||||||
role_data:
|
role_data:
|
||||||
{%- for role in roles %}
|
{%- for role in roles %}
|
||||||
{{role.name}}:
|
{{role.name}}: {get_attr: [{{role.name}}ServiceChainRoleData, value]}
|
||||||
map_merge:
|
|
||||||
- {get_attr: [{{role.name}}ServiceChainRoleData, value]}
|
|
||||||
- {get_attr: [{{role.name}}MergedConfigSettings, value]}
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- for role in roles %}
|
{%- for role in roles %}
|
||||||
{{role.name}}Count: {get_param: {{role.name}}Count}
|
{{role.name}}Count: {get_param: {{role.name}}Count}
|
||||||
@ -1065,10 +1045,7 @@ outputs:
|
|||||||
description: The configuration data associated with each role
|
description: The configuration data associated with each role
|
||||||
value:
|
value:
|
||||||
{%- for role in roles %}
|
{%- for role in roles %}
|
||||||
{{role.name}}:
|
{{role.name}}: {get_attr: [{{role.name}}ServiceChainRoleData, value]}
|
||||||
map_merge:
|
|
||||||
- {get_attr: [{{role.name}}ServiceChainRoleData, value]}
|
|
||||||
- {get_attr: [{{role.name}}MergedConfigSettings, value]}
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
RoleConfig:
|
RoleConfig:
|
||||||
description: The configuration workflows associated with each role
|
description: The configuration workflows associated with each role
|
||||||
|
Loading…
x
Reference in New Issue
Block a user