diff options
Diffstat (limited to 'docker/services/panko-api.yaml')
-rw-r--r-- | docker/services/panko-api.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/services/panko-api.yaml b/docker/services/panko-api.yaml index fa1a7076..6f10fd0d 100644 --- a/docker/services/panko-api.yaml +++ b/docker/services/panko-api.yaml @@ -23,6 +23,10 @@ parameters: description: Mapping of service endpoint -> protocol. Typically set via parameter_defaults in the resource registry. type: json + ServiceData: + default: {} + description: Dictionary packing service data + type: json ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set @@ -57,6 +61,7 @@ resources: type: ../../puppet/services/panko-api.yaml properties: EndpointMap: {get_param: EndpointMap} + ServiceData: {get_param: ServiceData} ServiceNetMap: {get_param: ServiceNetMap} DefaultPasswords: {get_param: DefaultPasswords} RoleName: {get_param: RoleName} |