Skip to content
Snippets Groups Projects
Commit 63d1ed29 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "XenAPI: support provider networks"

parents 02fa35dc 71a6611a
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,11 @@ root_helper = ...@@ -12,6 +12,11 @@ root_helper =
[ovs] [ovs]
of_listen_address = {{ hostvars[inventory_hostname]['ansible_' + os_xenapi_variables.domu_himn_eth]["ipv4"]["address"] }} of_listen_address = {{ hostvars[inventory_hostname]['ansible_' + os_xenapi_variables.domu_himn_eth]["ipv4"]["address"] }}
ovsdb_connection = tcp:{{ xenserver_himn_ip }}:{{ ovsdb_port }} ovsdb_connection = tcp:{{ xenserver_himn_ip }}:{{ ovsdb_port }}
{% if computes_need_external_bridge %}
bridge_mappings = {% for interface in neutron_external_interface.split(',') %}physnet{{ loop.index0 + 1 }}:{{ os_xenapi_variables.domu_vifs[interface]["bridge"] }}{% if not loop.last %},{% endif %}{% endfor %}
{% else %}
bridge_mappings =
{% endif %}
[xenapi] [xenapi]
connection_password = {{ xenserver_password }} connection_password = {{ xenserver_password }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment