heat_template_version: 2016-04-08 description: > OpenStack Ceilometer Central Agent service with Pacemaker configured with Puppet parameters: 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 DefaultPasswords: default: {} type: json EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set via parameter_defaults in the resource registry. type: json MonitoringSubscriptionCeilometerCentral: default: 'overcloud-ceilometer-agent-central' type: string resources: CeilometerServiceBase: type: ../ceilometer-agent-central.yaml properties: ServiceNetMap: {get_param: ServiceNetMap} DefaultPasswords: {get_param: DefaultPasswords} EndpointMap: {get_param: EndpointMap} outputs: role_data: description: Role data for the Ceilometer Central Agent pacemaker role. value: service_name: ceilometer_agent_central monitoring_subscription: {get_param: MonitoringSubscriptionCeilometerCentral} config_settings: map_merge: - get_attr: [CeilometerServiceBase, role_data, config_settings] - ceilometer::agent::central::manage_service: false ceilometer::agent::central::enabled: false step_config: | include ::tripleo::profile::pacemaker::ceilometer::agent::central