riaks: fix names for haproxy
This commit is contained in:
parent
c6bea5cf2d
commit
454f7d2aba
@ -89,6 +89,7 @@ def setup_haproxies():
|
||||
{
|
||||
'listen_port': 8098,
|
||||
'protocol': 'http',
|
||||
'name': 'riak_haproxy_http{num}',
|
||||
}
|
||||
)
|
||||
haproxy_service_configs_pb = nodes.on_each(
|
||||
@ -96,6 +97,7 @@ def setup_haproxies():
|
||||
{
|
||||
'listen_port': 8087,
|
||||
'protocol': 'tcp',
|
||||
'name': 'riak_haproxy_pb{num}',
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -14,4 +14,4 @@ input:
|
||||
value:
|
||||
name:
|
||||
schema: str
|
||||
value: a node
|
||||
value:
|
||||
|
Loading…
x
Reference in New Issue
Block a user