Merge "Support list of controller ip for the amphorae heartbeat receiver"
This commit is contained in:
commit
d6ad05ca07
@ -52,8 +52,8 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
|
||||
[health_manager]
|
||||
bind_port = {{ octavia_health_manager_port }}
|
||||
bind_ip = {{ octavia_network_interface_address }}
|
||||
controller_ip_port_list = {{ octavia_network_interface_address }}:{{ octavia_health_manager_port }}
|
||||
heartbeat_key =insecure
|
||||
heartbeat_key = insecure
|
||||
controller_ip_port_list = {% for host in groups['octavia-health-manager'] %}{{ hostvars[host]['ansible_' + hostvars[host]['octavia_network_interface']]['ipv4']['address'] }}:{{ octavia_health_manager_port }}{% if not loop.last %},{% endif %}{% endfor %}
|
||||
|
||||
[controller_worker]
|
||||
amp_boot_network_list = {{ octavia_amp_boot_network_list }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user