Merge "Spliting compact services in multiples lines" into stable/queens

This commit is contained in:
Zuul 2019-01-18 10:27:04 +00:00 committed by Gerrit Code Review
commit 421939f204
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ resources:
properties: properties:
value: value:
yaql: yaql:
expression: dict(coalesce($.data, []).where($ != null and $.type = 'node').select([$.service, $.network.replace('_', '')]).groupBy($[0], $[1])) expression: dict(coalesce($.data, []).where($ != null and $.type = 'node').groupBy(concat('compact_service_', $.service), $.network.replace('_', '')))
data: {get_attr: [IncomingMetadataSettings, value]} data: {get_attr: [IncomingMetadataSettings, value]}
outputs: outputs:
@ -96,5 +96,5 @@ outputs:
value: value:
map_merge: map_merge:
- {get_attr: [IndividualServices, value]} - {get_attr: [IndividualServices, value]}
- compact_services: {get_attr: [CompactServices, value]} - {get_attr: [CompactServices, value]}