Bump template version for all templates to "ocata"
[apex-tripleo-heat-templates.git] / puppet / services / ceilometer-agent-notification.yaml
1 heat_template_version: ocata
2
3 description: >
4   OpenStack Ceilometer Notification Agent service configured with Puppet
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   EndpointMap:
17     default: {}
18     description: Mapping of service endpoint -> protocol. Typically set
19                  via parameter_defaults in the resource registry.
20     type: json
21   MonitoringSubscriptionCeilometerNotification:
22     default: 'overcloud-ceilometer-agent-notification'
23     type: string
24   CeilometerAgentNotificationLoggingSource:
25     type: json
26     default:
27       tag: openstack.ceilometer.agent.notification
28       path: /var/log/ceilometer/agent-notification.log
29
30
31 resources:
32   CeilometerServiceBase:
33     type: ./ceilometer-base.yaml
34     properties:
35       ServiceNetMap: {get_param: ServiceNetMap}
36       DefaultPasswords: {get_param: DefaultPasswords}
37       EndpointMap: {get_param: EndpointMap}
38
39 outputs:
40   role_data:
41     description: Role data for the Ceilometer Notification Agent role.
42     value:
43       service_name: ceilometer_agent_notification
44       monitoring_subscription: {get_param: MonitoringSubscriptionCeilometerNotification}
45       logging_source: {get_param: CeilometerAgentNotificationLoggingSource}
46       logging_groups:
47         - ceilometer
48       config_settings:
49         get_attr: [CeilometerServiceBase, role_data, config_settings]
50       step_config: |
51         include ::tripleo::profile::base::ceilometer::agent::notification