f3d68042cb49a05a5c786aae44b64af0a94c478f
[apex-tripleo-heat-templates.git] / puppet / services / heat-api-cloudwatch.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Openstack Heat CloudWatch API 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   MysqlVirtualIPUri:
13     type: string
14     default: ''
15   HeatWorkers:
16     default: 0
17     description: Number of workers for Heat service.
18     type: number
19
20 resources:
21   HeatBase:
22     type: ./heat-base.yaml
23
24 outputs:
25   role_data:
26     description: Role data for the Heat Cloudwatch API role.
27     value:
28       config_settings:
29         map_merge:
30           - get_attr: [HeatBase, role_data, config_settings]
31           - heat::api_cloudwatch::workers: {get_param: HeatWorkers}
32       step_config: |
33         include ::tripleo::profile::base::heat::api_cloudwatch