X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fetcd.yaml;h=4828fcb94f5a7f088f382ab850066c4e0f6006a5;hb=c2b2cc555a7d6d447e2e33b7d9f29801eb740b03;hp=ec682531eb2ccb328b057bf32da3c130b481751c;hpb=933dd62de3867cafe166ed5598e112a9093d1399;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/etcd.yaml b/puppet/services/etcd.yaml index ec682531..4828fcb9 100644 --- a/puppet/services/etcd.yaml +++ b/puppet/services/etcd.yaml @@ -1,9 +1,13 @@ -heat_template_version: ocata +heat_template_version: pike description: > Etcd 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