summaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/loadbalancer.pp
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-05-31 16:22:25 -0400
committerEmilien Macchi <emilien@redhat.com>2016-06-04 03:44:57 +0000
commit12bbcf49eaaad6ae83b1505909998e9ccafa8adc (patch)
treeb7157f1feb421a109442d77ff601e16b86eb416c /manifests/profile/base/loadbalancer.pp
parentbc85802b9e94b1a010b12134bff917c880a5be02 (diff)
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
Diffstat (limited to 'manifests/profile/base/loadbalancer.pp')
-rw-r--r--manifests/profile/base/loadbalancer.pp2
1 files changed, 2 insertions, 0 deletions
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