X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fservices%2Fcontainers-common.yaml;h=2c894da5da2775cefe081bd36950c9f2d18f5d0e;hb=ab55169703b93339c6c7ea012d7fbc4313f56778;hp=d104853fcc1bf77957846d9c4ff2a11d12b3a672;hpb=0354927a1143dd766cab4b9a88d4af84e404d6d9;p=apex-tripleo-heat-templates.git diff --git a/docker/services/containers-common.yaml b/docker/services/containers-common.yaml index d104853f..2c894da5 100644 --- a/docker/services/containers-common.yaml +++ b/docker/services/containers-common.yaml @@ -11,6 +11,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 @@ -62,5 +66,9 @@ outputs: - /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro - if: - internal_tls_enabled - - - {get_param: InternalTLSCAFile} + - - list_join: + - ':' + - - {get_param: InternalTLSCAFile} + - {get_param: InternalTLSCAFile} + - 'ro' - null