Bug fix: Changed the tacker server tcp port

The official tacker port is 9890 and not 8888

Change-Id: I10a6a4ce176ffb351a4a8f1fd1e944396e84cefa
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2017-08-21 12:01:57 +02:00
parent 9a9f5971c3
commit 61db3ab8ad
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