2016-06-23 16:09:14 -04:00
|
|
|
heat_template_version: 2016-04-08
|
|
|
|
|
|
|
|
description: >
|
|
|
|
OpenStack Ceilometer Notification Agent service with Pacemaker configured with Puppet
|
|
|
|
|
|
|
|
parameters:
|
2016-08-11 23:07:46 +02:00
|
|
|
ServiceNetMap:
|
|
|
|
default: {}
|
|
|
|
description: Mapping of service_name -> network name. Typically set
|
|
|
|
via parameter_defaults in the resource registry. This
|
|
|
|
mapping overrides those in ServiceNetMapDefaults.
|
|
|
|
type: json
|
2016-08-17 09:26:05 -04:00
|
|
|
DefaultPasswords:
|
|
|
|
default: {}
|
|
|
|
type: json
|
2016-06-23 16:09:14 -04:00
|
|
|
EndpointMap:
|
|
|
|
default: {}
|
|
|
|
description: Mapping of service endpoint -> protocol. Typically set
|
|
|
|
via parameter_defaults in the resource registry.
|
|
|
|
type: json
|
2016-06-09 15:39:22 +02:00
|
|
|
MonitoringSubscriptionCeilometerNotification:
|
|
|
|
default: 'overcloud-ceilometer-agent-notification'
|
|
|
|
type: string
|
2016-06-23 16:09:14 -04:00
|
|
|
|
|
|
|
resources:
|
|
|
|
CeilometerServiceBase:
|
2016-08-25 14:37:32 -04:00
|
|
|
type: ../ceilometer-agent-notification.yaml
|
2016-06-23 16:09:14 -04:00
|
|
|
properties:
|
2016-08-11 23:07:46 +02:00
|
|
|
ServiceNetMap: {get_param: ServiceNetMap}
|
2016-08-17 09:26:05 -04:00
|
|
|
DefaultPasswords: {get_param: DefaultPasswords}
|
2016-06-23 16:09:14 -04:00
|
|
|
EndpointMap: {get_param: EndpointMap}
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
role_data:
|
|
|
|
description: Role data for the Ceilometer Notification Agent pacemaker role.
|
|
|
|
value:
|
2016-07-28 10:30:10 +01:00
|
|
|
service_name: ceilometer_agent_notification
|
2016-06-09 15:39:22 +02:00
|
|
|
monitoring_subscription: {get_param: MonitoringSubscriptionCeilometerNotification}
|
2016-06-23 16:09:14 -04:00
|
|
|
config_settings:
|
|
|
|
map_merge:
|
|
|
|
- get_attr: [CeilometerServiceBase, role_data, config_settings]
|
|
|
|
- ceilometer::agent::notification::manage_service: false
|
|
|
|
ceilometer::agent::notification::enabled: false
|
|
|
|
step_config: |
|
|
|
|
include ::tripleo::profile::pacemaker::ceilometer::agent::notification
|