523dabb9947a27dfa70fef68aa3a3f3d6dad0c7e
[apex-tripleo-heat-templates.git] / puppet / services / ceilometer-agent-notification.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Ceilometer Notification Agent 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
14 resources:
15   CeilometerServiceBase:
16     type: ./ceilometer-base.yaml
17     properties:
18       EndpointMap: {get_param: EndpointMap}
19
20 outputs:
21   role_data:
22     description: Role data for the Ceilometer Notification Agent role.
23     value:
24       config_settings:
25         get_attr: [CeilometerServiceBase, role_data, config_settings]
26       step_config: |
27         include ::tripleo::profile::base::ceilometer::agent::notification