412dd275006d3fddecc1066abf78985006d717cd
[apex-tripleo-heat-templates.git] / puppet / services / nova-conductor.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Nova Conductor service configured with Puppet
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   NovaWorkers:
13     default: 0
14     description: Number of workers for Nova Conductor service.
15     type: number
16
17 resources:
18   NovaBase:
19     type: ./nova-base.yaml
20
21 outputs:
22   role_data:
23     description: Role data for the Nova Conductor service.
24     value:
25       config_settings:
26         map_merge:
27           - get_attr: [NovaBase, role_data, config_settings]
28           - nova::conductor::workers: {get_param: NovaWorkers}
29       step_config: |
30         include tripleo::profile::base::nova::conductor