Deprecate warnings for Ceilometer and Gnocchi

Those two services are going to be removed in future, so we need to warn users.

Change-Id: Ic458adce077249998604bb227417e1e9a834473d
This commit is contained in:
Martin Magr 2019-03-11 11:43:53 +01:00
parent f21234249d
commit 88ef2afcbf
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