aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-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 /overcloud-source.yaml
parentd9d4143d153672e8a76529c1d313c8b08e0ef030 (diff)
parent4e3fc267a070366f678bbe7bcf0609c4a7f034cd (diff)
Merge "Adding SNMPd auth credentials"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml17
1 files changed, 16 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 4794f042..d17042ae 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -121,6 +121,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
CloudName:
Default: ''
Description: The DNS name of this cloud. E.g. ci-overcloud.tripleo.org
@@ -424,6 +433,12 @@ Resources:
metering_secret: {Ref: CeilometerMeteringSecret}
service-password:
Ref: CeilometerPassword
+ snmpd:
+ export_MIB: UCD-SNMP-MIB
+ readonly_user_name:
+ Ref: SnmpdReadonlyUserName
+ readonly_user_password:
+ Ref: SnmpdReadonlyUserPassword
nova:
compute_driver: libvirt.LibvirtDriver
db: mysql://nova:unset@localhost/nova
@@ -479,7 +494,7 @@ Resources:
config: {Ref: controllerConfig}
server: {Ref: controller0}
input_values:
- controller_host:
+ controller_host:
Fn::Select:
- 0
- Fn::Select: