Merge "Fix OVS manager configuration inconsistencies which are related to ODL"
This commit is contained in:
commit
dd2eb9d90a
@ -241,12 +241,10 @@ opendaylight_install_method: "{{ (ansible_os_family=='Debian') | ternary('deb_re
|
|||||||
|
|
||||||
ovs_manager_list: |-
|
ovs_manager_list: |-
|
||||||
{% set ovs_managers_odls = [] %}
|
{% set ovs_managers_odls = [] %}
|
||||||
{% for host in neutron_services['neutron-server']['group'] %}
|
{% for odl_ip_address in groups[neutron_services['neutron-server']['group']] | map('extract', hostvars, 'ansible_host') | list -%}
|
||||||
{% set odl_ip_address = hostvars[host]['container_address']|string %}
|
{% set _ = ovs_managers_odls.append('tcp:' ~ odl_ip_address ~ ':6640') %}
|
||||||
{% set _ = ovs_managers_odls.append('tcp:' + odl_ip_address + ':6640') %}
|
{%- endfor %}
|
||||||
{% endfor %}
|
|
||||||
{{ ovs_managers_odls | join(' ') }}
|
{{ ovs_managers_odls | join(' ') }}
|
||||||
|
|
||||||
###
|
###
|
||||||
### L3 Agent Plugin Configuration
|
### L3 Agent Plugin Configuration
|
||||||
###
|
###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user