X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fswift-base.yaml;h=8d74c70398b663a8ca4c9abed71b0bfeb2798432;hb=bbf25a19c808d2f6b0a5e1c4809c17d0c87fd827;hp=741adb4d3f67ba1da704228f4be5b7fd3bf33abe;hpb=8ad9cf17eaea1b450da8b3c2b9be66955fe5172c;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/swift-base.yaml b/puppet/services/swift-base.yaml index 741adb4d..8d74c703 100644 --- a/puppet/services/swift-base.yaml +++ b/puppet/services/swift-base.yaml @@ -1,9 +1,13 @@ -heat_template_version: 2016-04-08 +heat_template_version: pike description: > OpenStack Swift Proxy 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