Merge "Clarify horizon allowed hosts setting"
[apex-tripleo-heat-templates.git] / puppet / services / time / ntp.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   NTP service deployment using puppet, this YAML file
5   creates the interface between the HOT template
6   and the puppet manifest that actually installs
7   and configure NTP.
8
9 parameters:
10   ServiceNetMap:
11     default: {}
12     description: Mapping of service_name -> network name. Typically set
13                  via parameter_defaults in the resource registry.  This
14                  mapping overrides those in ServiceNetMapDefaults.
15     type: json
16   DefaultPasswords:
17     default: {}
18     type: json
19   EndpointMap:
20     default: {}
21     description: Mapping of service endpoint -> protocol. Typically set
22                  via parameter_defaults in the resource registry.
23     type: json
24   NtpServer:
25     default: []
26     description: NTP servers
27     type: comma_delimited_list
28
29 outputs:
30   role_data:
31     description: Role ntp using composable services.
32     value:
33       service_name: ntp
34       config_settings:
35         ntp::servers: {get_param: NtpServer}
36         tripleo.ntp.firewall_rules:
37           '105 ntp':
38             dport: 123
39             proto: udp
40       step_config: |
41         include ::ntp