aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-16 12:44:25 +0000
committerGerrit Code Review <review@openstack.org>2014-05-16 12:44:25 +0000
commit5de81f897dcdbea2d54e563294dcd36c4a33e4cd (patch)
treea33d6402a444cb57a39d1781286ab843adb3e4fd /undercloud-source.yaml
parentd9d4143d153672e8a76529c1d313c8b08e0ef030 (diff)
parent4e3fc267a070366f678bbe7bcf0609c4a7f034cd (diff)
Merge "Adding SNMPd auth credentials"
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r--undercloud-source.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml
index c64a6ad3..3cddb262 100644
--- a/undercloud-source.yaml
+++ b/undercloud-source.yaml
@@ -29,6 +29,15 @@ Parameters:
Description: The password for the ceilometer service account.
Type: String
NoEcho: true
+ SnmpdReadonlyUserName:
+ Default: ro_snmp_user
+ Description: The user name for SNMPd with readonly rights running on all Overcloud nodes
+ Type: String
+ SnmpdReadonlyUserPassword:
+ Default: unset
+ Description: The user password for SNMPd with readonly rights running on all Overcloud nodes
+ Type: String
+ NoEcho: true
Flavor:
Default: baremetal
Description: Flavor to request when deploying.
@@ -156,6 +165,10 @@ Resources:
ceilometer:
db: mysql://ceilometer:unset@localhost/ceilometer
metering_secret: {Ref: CeilometerMeteringSecret}
+ snmpd_readonly_user_name:
+ Ref: SnmpdReadonlyUserName
+ snmpd_readonly_user_password:
+ Ref: SnmpdReadonlyUserPassword
service-password:
Ref: CeilometerPassword
cinder: