Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
27527095
Commit
27527095
authored
7 years ago
by
Zuul
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "HyperV should not disable tunneling"
parents
fc0391dc
bac90b87
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/neutron/templates/ml2_conf.ini.j2
+0
-6
0 additions, 6 deletions
ansible/roles/neutron/templates/ml2_conf.ini.j2
with
0 additions
and
6 deletions
ansible/roles/neutron/templates/ml2_conf.ini.j2
+
0
−
6
View file @
27527095
...
@@ -44,11 +44,9 @@ flat_networks = *
...
@@ -44,11 +44,9 @@ flat_networks = *
flat_networks = {% for bridge in neutron_bridge_name.split(',') %}physnet{{ loop.index0 + 1 }}{% if not loop.last %},{% endif %}{% endfor %}
flat_networks = {% for bridge in neutron_bridge_name.split(',') %}physnet{{ loop.index0 + 1 }}{% if not loop.last %},{% endif %}{% endfor %}
{% endif %}
{% endif %}
{% if not enable_hyperv | bool %}
[ml2_type_vxlan]
[ml2_type_vxlan]
vni_ranges = 1:1000
vni_ranges = 1:1000
vxlan_group = 239.1.1.1
vxlan_group = 239.1.1.1
{% endif %}
[securitygroup]
[securitygroup]
{% if neutron_plugin_agent == "openvswitch" or neutron_plugin_agent == "opendaylight" %}
{% if neutron_plugin_agent == "openvswitch" or neutron_plugin_agent == "opendaylight" %}
...
@@ -58,12 +56,10 @@ firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
...
@@ -58,12 +56,10 @@ firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
{% endif %}
{% endif %}
{% if neutron_plugin_agent == "openvswitch" or neutron_plugin_agent == "opendaylight" %}
{% if neutron_plugin_agent == "openvswitch" or neutron_plugin_agent == "opendaylight" %}
{% if not enable_hyperv | bool %}
[agent]
[agent]
tunnel_types = vxlan
tunnel_types = vxlan
l2_population = true
l2_population = true
arp_responder = true
arp_responder = true
{% endif %}
{% if enable_neutron_dvr | bool %}
{% if enable_neutron_dvr | bool %}
enable_distributed_routing = True
enable_distributed_routing = True
...
@@ -86,11 +82,9 @@ integration_bridge = br-int-{{ item }}
...
@@ -86,11 +82,9 @@ integration_bridge = br-int-{{ item }}
[linux_bridge]
[linux_bridge]
physical_interface_mappings = physnet1:{{ neutron_external_interface }}
physical_interface_mappings = physnet1:{{ neutron_external_interface }}
{% if not enable_hyperv | bool %}
[vxlan]
[vxlan]
l2_population = true
l2_population = true
{% endif %}
{% endif %}
{% endif %}
{% if inventory_hostname in groups["network"] or inventory_hostname in groups["compute"] %}
{% if inventory_hostname in groups["network"] or inventory_hostname in groups["compute"] %}
local_ip = {{ tunnel_interface_address }}
local_ip = {{ tunnel_interface_address }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment