Merge "Add params to manage and configure pipeline publisher"
[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   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   TtyValues:
30     default: {}
31     description: Configures console values in securetty
32     type: json
33     constraints:
34       - length: { min: 1}
35
36 outputs:
37   role_data:
38     description: Console data for the securetty
39     value:
40       service_name: securetty
41       config_settings:
42         tripleo::profile::base::securetty::tty_list: {get_param: TtyValues}
43       step_config: |
44         include ::tripleo::profile::base::securetty