Merge "Use ServerOsCollectConfigData value in output"
This commit is contained in:
commit
25df46b3b8
@ -871,10 +871,7 @@ outputs:
|
||||
{% endfor %}
|
||||
ServerOsCollectConfigData:
|
||||
description: The os-collect-config configuration associated with each server resource
|
||||
value:
|
||||
{% for role in roles %}
|
||||
{{role.name}}: {get_attr: [{{role.name}}, attributes, os_collect_config]}
|
||||
{% endfor %}
|
||||
value: {get_attr: [ServerOsCollectConfigData, value]}
|
||||
VipMap:
|
||||
description: Mapping of each network to VIP addresses. Also includes the Redis VIP.
|
||||
value:
|
||||
|
Loading…
Reference in New Issue
Block a user