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_role_name: admin
|
||||||
tacker_bind_address: 0.0.0.0
|
tacker_bind_address: 0.0.0.0
|
||||||
tacker_service_port: 8888
|
tacker_service_port: 9890
|
||||||
tacker_program_name: tacker-server
|
tacker_program_name: tacker-server
|
||||||
|
|
||||||
## Service Type and Data
|
## Service Type and Data
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
- service:
|
- service:
|
||||||
haproxy_service_name: tacker_server
|
haproxy_service_name: tacker_server
|
||||||
haproxy_backend_nodes: "{{ groups['tacker_server'] | default([]) }}"
|
haproxy_backend_nodes: "{{ groups['tacker_server'] | default([]) }}"
|
||||||
haproxy_port: 8888
|
haproxy_port: 9890
|
||||||
haproxy_balance_type: http
|
haproxy_balance_type: http
|
||||||
haproxy_backend_options:
|
haproxy_backend_options:
|
||||||
- "forwardfor"
|
- "forwardfor"
|
||||||
|
@ -27,4 +27,4 @@
|
|||||||
retries: 5
|
retries: 5
|
||||||
delay: 10
|
delay: 10
|
||||||
with_items:
|
with_items:
|
||||||
- 8888
|
- 9890
|
||||||
|
Loading…
x
Reference in New Issue
Block a user