Merge "Fix conntrack proto sctp module"
[apex-tripleo-heat-templates.git] / puppet / services / securetty.yaml
1 heat_template_version: ocata
2
3 description: >
4   Configure securetty values
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   EndpointMap:
17     default: {}
18     description: Mapping of service endpoint -> protocol. Typically set
19                  via parameter_defaults in the resource registry.
20     type: json
21   TtyValues:
22     default: {}
23     description: Configures console values in securetty
24     type: json
25     constraints:
26       - length: { min: 1}
27
28 outputs:
29   role_data:
30     description: Console data for the securetty
31     value:
32       service_name: securetty
33       config_settings:
34         tripleo::profile::base::securetty::tty_list: {get_param: TtyValues}
35       step_config: |
36         include ::tripleo::profile::base::securetty