Merge "Fix haproxy stats network binding"
This commit is contained in:
commit
92bd1a5417
@ -168,6 +168,12 @@ outputs:
|
||||
tripleo::haproxy::haproxy_log_facility: {get_param: HAProxySyslogFacility}
|
||||
tripleo::haproxy::haproxy_stats_user: {get_param: HAProxyStatsUser}
|
||||
tripleo::haproxy::haproxy_stats_password: {get_param: HAProxyStatsPassword}
|
||||
tripleo::haproxy::haproxy_stats_bind_address:
|
||||
str_replace:
|
||||
template:
|
||||
"%{hiera('$NETWORK')}"
|
||||
params:
|
||||
$NETWORK: {get_param: [ServiceNetMap, HaproxyNetwork]}
|
||||
tripleo::haproxy::redis_password: {get_param: RedisPassword}
|
||||
tripleo::haproxy::crl_file: {get_param: InternalTLSCRLPEMFile}
|
||||
tripleo::haproxy::haproxy_stats: {get_param: HAProxyStatsEnabled}
|
||||
|
@ -94,6 +94,8 @@ parameters:
|
||||
EtcdNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
|
||||
OpenshiftMasterNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
|
||||
OpenshiftInfraNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
|
||||
# HaproxyNetwork currently only controls the haproxy.stats network binding
|
||||
HaproxyNetwork: ctlplane
|
||||
# We special-case the default ResolveNetwork for the Ceph roles
|
||||
# for backwards compatibility, all other roles default to internal_api
|
||||
{%- for role in roles if role.name.startswith('Ceph') %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user