Merge "ceilometer-polling: : Require redis backend"

This commit is contained in:
Zuul 2023-01-11 09:39:44 +00:00 committed by Gerrit Code Review
commit a0b44af837
2 changed files with 5 additions and 4 deletions

View File

@ -36,11 +36,11 @@
#
# [*ceilometer_redis_password*]
# (Optional) redis password to configure coordination url
# Defaults to lookup('ceilometer_redis_password', undef, undef, undef)
# Defaults to lookup('ceilometer_redis_password')
#
# [*redis_vip*]
# (Optional) redis vip to configure coordination url
# Defaults to lookup('redis_vip', undef, undef, undef)
# Defaults to lookup('redis_vip')
#
# [*step*]
# (Optional) The current step in deployment. See tripleo-heat-templates
@ -52,8 +52,8 @@ class tripleo::profile::base::ceilometer::agent::polling (
$compute_namespace = lookup('compute_namespace', undef, undef, false),
$enable_internal_tls = lookup('enable_internal_tls', undef, undef, false),
$ipmi_namespace = lookup('ipmi_namespace', undef, undef, false),
$ceilometer_redis_password = lookup('ceilometer_redis_password', undef, undef, undef),
$redis_vip = lookup('redis_vip', undef, undef, undef),
$ceilometer_redis_password = lookup('ceilometer_redis_password'),
$redis_vip = lookup('redis_vip'),
$step = Integer(lookup('step')),
) {
include tripleo::profile::base::ceilometer

View File

@ -16,6 +16,7 @@ barbican::api::rabbit_password: 'password'
barbican::db::mysql::password: 'password'
barbican::keystone::authtoken::password: 'password'
# ceilometer related items
ceilometer_redis_password: 'password'
ceilometer::rabbit_password: 'password'
ceilometer::agent::service_credentials::password: 'password'
# cinder related items