[ansible][fedora] Update package name
[barometer.git] / puppet-barometer / templates / aodh.conf.erb
1 # Copyright 2017 Intel Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #   http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15
16 <LoadPlugin python>
17   Globals true
18 </LoadPlugin>
19
20
21 <Plugin python>
22     ModulePath "/opt/stack/collectd-openstack"
23     LogTraces true
24     Interactive false
25     Import "collectd_ceilometer.aodh.plugin"
26
27     <Module "collectd_ceilometer.aodh.plugin">
28
29         # Verbosity True|False
30         VERBOSE False
31
32         # Service endpoint addresses
33
34         OS_AUTH_URL "<%=@auth_url-%>/v3"
35
36         # Ceilometer address
37
38         #CEILOMETER_URL_TYPE "internalURL"
39
40         # Ceilometer timeout in ms
41
42         CEILOMETER_TIMEOUT "1000"
43
44
45         # # Ceilometer user creds
46
47         OS_USERNAME "<%=@collectd_username-%>"
48
49         OS_PASSWORD "<%=@collectd_password-%>"
50
51         OS_TENANT_NAME "service"
52
53
54
55         <ALARM_SEVERITIES>
56
57         </ALARM_SEVERITIES>
58
59     </Module>
60
61 </Plugin>
62
63