X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fmemcached.yaml;h=2bc08fde66b3a1cb92df0b972eab960194adbc79;hb=a34955d45135dc66477f2f162e76f9183762dd96;hp=146cc306129630230f9b89d28c4ba7346025d06a;hpb=5340f64c03902b7a76212a579bcc895d56008df3;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/memcached.yaml b/puppet/services/memcached.yaml index 146cc306..2bc08fde 100644 --- a/puppet/services/memcached.yaml +++ b/puppet/services/memcached.yaml @@ -1,9 +1,13 @@ -heat_template_version: ocata +heat_template_version: pike description: > Memcached service configured with Puppet parameters: + ServiceData: + default: {} + description: Dictionary packing service data + type: json ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set @@ -13,6 +17,14 @@ parameters: DefaultPasswords: default: {} type: json + RoleName: + default: '' + description: Role name on which the service is applied + type: string + RoleParameters: + default: {} + description: Parameters specific to the role + type: json EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set