aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2017-07-07 07:45:26 -0400
committerJames Slagle <jslagle@redhat.com>2017-07-10 09:36:22 -0400
commitb524e0faf5a7b19925c827497ee02e1e1a76c0b2 (patch)
treedc402d3bc1fb9a87d5e9b6b5bf2b3ad6e776a40f
parentd0acf566066126ef41f85dacf825ceb6e850cc62 (diff)
Use ServerOsCollectConfigData value in output
Just use the value from the ServerOsCollectConfigData resource in the output instead of recalculating the value for each role via jinja. Change-Id: I4e3bf4f25c9a8f677d5d177eb409594193a86405
-rw-r--r--overcloud.j2.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml
index d15b8d47..a61169b9 100644
--- a/overcloud.j2.yaml
+++ b/overcloud.j2.yaml
@@ -862,10 +862,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: