Merge "Bug fix: Changed the tacker server tcp port"

This commit is contained in:
Jenkins 2017-08-22 15:14:55 +00:00 committed by Gerrit Code Review
commit 58855a0e63
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -27,4 +27,4 @@
retries: 5
delay: 10
with_items:
- 8888
- 9890