X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fsecuretty.yaml;h=b070d95f83fbb3da5daedce39a51146aadc87d14;hb=refs%2Fheads%2Fmaster;hp=6d32fe8223406a8d260344170a6372662c13881e;hpb=d33948a45bfbd8f8ee04a8a97413324983e6ccff;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/securetty.yaml b/puppet/services/securetty.yaml index 6d32fe82..b070d95f 100644 --- a/puppet/services/securetty.yaml +++ b/puppet/services/securetty.yaml @@ -1,9 +1,13 @@ -heat_template_version: ocata +heat_template_version: pike description: > Configure securetty values 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