aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-config.yaml
diff options
context:
space:
mode:
authorLadislav Smola <lsmola@redhat.com>2014-04-25 14:06:46 +0200
committerLadislav Smola <lsmola@redhat.com>2014-04-28 15:07:37 +0200
commit4e3fc267a070366f678bbe7bcf0609c4a7f034cd (patch)
tree4f2d2cf099ee1a565fd7abb056868fe9b6311475 /nova-compute-config.yaml
parent439825b1b079d7bbf7f65f9c85f3adbed9ec204a (diff)
Adding SNMPd auth credentials
-Undercloud Ceilometer has to have access to SNMPd credentials, so it can poll the Overcloud nodes -In every Overcloud node, we need to set the same cretentials to SNMPd.conf Change-Id: Icf7c0c1772b6380b7136108e61c15cafe17274ba
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r--nova-compute-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml
index 02d8e002..b296083b 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -14,6 +14,10 @@ Resources:
metering_secret: {get_input: ceilometer_metering_secret}
service-password: {get_input: ceilometer_password}
compute_agent: {get_input: ceilometer_compute_agent}
+ snmpd:
+ export_MIB: UCD-SNMP-MIB
+ readonly_user_name: {get_input: snmpd_readonly_user_name}
+ readonly_user_password: {get_input: snmpd_readonly_user_password}
glance:
host: {get_input: glance_host}
hosts: {get_input: static_hosts}