diff options
Diffstat (limited to 'common/services.yaml')
-rw-r--r-- | common/services.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/services.yaml b/common/services.yaml index 4d3ca8d1..8581656e 100644 --- a/common/services.yaml +++ b/common/services.yaml @@ -11,6 +11,10 @@ parameters: description: | List nested stack service templates. type: comma_delimited_list + ServiceData: + default: {} + description: Dictionary packing service data + type: json ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set @@ -44,6 +48,7 @@ resources: resources: {get_param: Services} concurrent: true resource_properties: + ServiceData: {get_param: ServiceData} ServiceNetMap: {get_param: ServiceNetMap} EndpointMap: {get_param: EndpointMap} DefaultPasswords: {get_param: DefaultPasswords} |