Merge "Pass ServiceNetMap to services"
[apex-tripleo-heat-templates.git] / puppet / services / time / timezone.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Composable Timezone service
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   EndpointMap:
14     default: {}
15     description: Mapping of service endpoint -> protocol. Typically set
16                  via parameter_defaults in the resource registry.
17     type: json
18   TimeZone:
19     default: 'UTC'
20     description: The timezone to be set on the overcloud.
21     type: string
22
23 outputs:
24   role_data:
25     description: Timezone role using composable services.
26     value:
27       service_name: timezone
28       config_settings:
29         timezone::timezone: {get_param: TimeZone}
30       step_config: |
31         include ::timezone