Merge "Dell SC: Add secondary DSM support"
[apex-tripleo-heat-templates.git] / puppet / services / swift-base.yaml
1 heat_template_version: pike
2
3 description: >
4   OpenStack Swift Proxy service configured with Puppet
5
6 parameters:
7   ServiceNetMap:
8     default: {}
9     description: Mapping of service_name -> network name. Typically set
10                  via parameter_defaults in the resource registry.  This
11                  mapping overrides those in ServiceNetMapDefaults.
12     type: json
13   DefaultPasswords:
14     default: {}
15     type: json
16   RoleName:
17     default: ''
18     description: Role name on which the service is applied
19     type: string
20   RoleParameters:
21     default: {}
22     description: Parameters specific to the role
23     type: json
24   EndpointMap:
25     default: {}
26     description: Mapping of service endpoint -> protocol. Typically set
27                  via parameter_defaults in the resource registry.
28     type: json
29   SwiftHashSuffix:
30     description: A random string to be used as a salt when hashing to determine mappings
31       in the ring.
32     hidden: true
33     type: string
34
35 outputs:
36   role_data:
37     description: Role data for the Swift common swift settings.
38     value:
39       service_name: swift_base
40       config_settings:
41         swift::swift_hash_path_suffix: {get_param: SwiftHashSuffix}