aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-27 06:01:25 +0000
committerGerrit Code Review <review@openstack.org>2017-06-27 06:01:25 +0000
commit86c2e0c0c8b94f252cc210b374b3571456b680f3 (patch)
treef7afc736bfc0da0fecc2febc1ee3d7340a22384f /puppet
parente2da9f03382e5c3eb019ff2257beef723f75476c (diff)
parentb515698767c76826d4081995eefb7fc9b7cf529e (diff)
Merge "Add flag to enable/disable the HAProxy stats interface"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/haproxy.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/haproxy.yaml b/puppet/services/haproxy.yaml
index 619cf131..5bdc3b88 100644
--- a/puppet/services/haproxy.yaml
+++ b/puppet/services/haproxy.yaml
@@ -38,6 +38,10 @@ parameters:
default: /dev/log
description: Syslog address where HAproxy will send its log
type: string
+ HAProxyStatsEnabled:
+ default: true
+ description: Whether or not to enable the HAProxy stats interface.
+ type: boolean
RedisPassword:
description: The password for Redis
type: string
@@ -95,6 +99,7 @@ outputs:
tripleo::haproxy::redis_password: {get_param: RedisPassword}
tripleo::haproxy::ca_bundle: {get_param: InternalTLSCAFile}
tripleo::haproxy::crl_file: {get_param: InternalTLSCRLPEMFile}
+ tripleo::haproxy::haproxy_stats: {get_param: HAProxyStatsEnabled}
tripleo::profile::base::haproxy::certificates_specs:
map_merge:
- get_attr: [HAProxyPublicTLS, role_data, certificates_specs]