Merge "Bug fix: Changed the tacker server tcp port"
This commit is contained in:
commit
58855a0e63
@ -71,7 +71,7 @@ tacker_galera_user: tacker
|
||||
|
||||
tacker_role_name: admin
|
||||
tacker_bind_address: 0.0.0.0
|
||||
tacker_service_port: 8888
|
||||
tacker_service_port: 9890
|
||||
tacker_program_name: tacker-server
|
||||
|
||||
## Service Type and Data
|
||||
|
@ -1,7 +1,7 @@
|
||||
- service:
|
||||
haproxy_service_name: tacker_server
|
||||
haproxy_backend_nodes: "{{ groups['tacker_server'] | default([]) }}"
|
||||
haproxy_port: 8888
|
||||
haproxy_port: 9890
|
||||
haproxy_balance_type: http
|
||||
haproxy_backend_options:
|
||||
- "forwardfor"
|
||||
|
@ -27,4 +27,4 @@
|
||||
retries: 5
|
||||
delay: 10
|
||||
with_items:
|
||||
- 8888
|
||||
- 9890
|
||||
|
Loading…
Reference in New Issue
Block a user