36e510b9f4e43278eabb736730860dabfdbbed1c
[apex-tripleo-heat-templates.git] / puppet / services / snmp.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   SNMP client configured with Puppet, to facilitate Ceilometer Hardware
5   monitoring in the undercloud. This service is required to enable hardware
6   monitoring.
7
8 parameters:
9   EndpointMap:
10     default: {}
11     description: Mapping of service endpoint -> protocol. Typically set
12                  via parameter_defaults in the resource registry.
13     type: json
14   SnmpdReadonlyUserName:
15     default: ro_snmp_user
16     description: The user name for SNMPd with readonly rights running on all Overcloud nodes
17     type: string
18   SnmpdReadonlyUserPassword:
19     description: The user password for SNMPd with readonly rights running on all Overcloud nodes
20     type: string
21     hidden: true
22
23 outputs:
24   role_data:
25     description: Role data for the SNMP services
26     value:
27       service_name: snmp
28       config_settings:
29         snmpd_readonly_user_name: {get_param: SnmpdReadonlyUserName}
30         snmpd_readonly_user_password: {get_param: SnmpdReadonlyUserPassword}
31       step_config: |
32         include ::tripleo::profile::base::snmp