65ed6643a7711c0e5b07bf32d9329fe55f894e2e
[apex-tripleo-heat-templates.git] / puppet / services / nova-scheduler.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Nova Scheduler 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
13 resources:
14   NovaBase:
15     type: ./nova-base.yaml
16
17 outputs:
18   role_data:
19     description: Role data for the Nova Scheduler service.
20     value:
21       config_settings:
22         map_merge:
23           - get_attr: [NovaBase, role_data, config_settings]
24           - nova::scheduler::filter::ram_allocation_ratio: '1.0'
25       step_config: |
26         include tripleo::profile::base::nova::scheduler