Merge "Deprecate warnings for Ceilometer and Gnocchi"

This commit is contained in:
Zuul 2019-03-18 19:49:23 +00:00 committed by Gerrit Code Review
commit f25ee505fd
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,8 @@ class tripleo::profile::base::ceilometer (
) {
if $step >= 3 {
warning('Ceilometer is deprecated and is going to be removed in future.')
$oslomsg_rpc_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_rpc_use_ssl)))
$oslomsg_notify_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_notify_use_ssl)))
class { '::ceilometer' :

View File

@ -27,6 +27,8 @@ class tripleo::profile::base::gnocchi (
$step = Integer(hiera('step')),
) {
if $step >= 3 {
warning('Gnocchi is deprecated and is going to be removed in future.')
include ::gnocchi
include ::gnocchi::config
include ::gnocchi::cors