From 12bbcf49eaaad6ae83b1505909998e9ccafa8adc Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 31 May 2016 16:22:25 -0400 Subject: Deprecate loabalancer profiles Deprecate loadbalancer profiles so we have a profile for HAproxy and another for keepalived. Once THT uses the new profiles, we'll remove loadbalancer profiles here. Change-Id: I8aa9045fc80205485abab723968b26084f60bf71 --- manifests/profile/base/loadbalancer.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/profile/base/loadbalancer.pp') diff --git a/manifests/profile/base/loadbalancer.pp b/manifests/profile/base/loadbalancer.pp index d9e2b15..2f298f0 100644 --- a/manifests/profile/base/loadbalancer.pp +++ b/manifests/profile/base/loadbalancer.pp @@ -32,6 +32,8 @@ class tripleo::profile::base::loadbalancer ( $step = hiera('step'), ) { + # TODO(emilien): remove this class once THT does not use it anymore + warning('tripleo::profile::base::loadbalancer is deprecated and will be removed very soon.') if $step >= 1 { if $enable_load_balancer { include ::tripleo::haproxy -- cgit 1.2.3-korg