Add 'service_name' to composable 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   EndpointMap:
8     default: {}
9     description: Mapping of service endpoint -> protocol. Typically set
10                  via parameter_defaults in the resource registry.
11     type: json
12   TimeZone:
13     default: 'UTC'
14     description: The timezone to be set on the overcloud.
15     type: string
16
17 outputs:
18   role_data:
19     description: Timezone role using composable services.
20     value:
21       service_name: timezone
22       config_settings:
23         timezone::timezone: {get_param: TimeZone}
24       step_config: |
25         include ::timezone