neutron: fix plugin configuration
move plugin class to privatecloud::network and use ML2 only Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
aced810ba7
commit
b83f9081d9
@ -69,4 +69,17 @@ class privatecloud::network(
|
||||
local_ip => $tunnel_eth
|
||||
}
|
||||
|
||||
class { 'neutron::plugins::ml2':
|
||||
type_drivers => ['gre'],
|
||||
tenant_network_types => ['gre'],
|
||||
mechanism_drivers => ['openvswitch'],
|
||||
tunnel_id_ranges => ['1:10000'],
|
||||
# For later (when https://review.openstack.org/#/c/63228/ got merged)
|
||||
# enable_security_group => true
|
||||
}
|
||||
# While https://review.openstack.org/#/c/63228/ is not merged:
|
||||
neutron_plugin_ml2 {
|
||||
'securitygroup/firewall_driver': value => true;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -47,17 +47,4 @@ class privatecloud::network::controller(
|
||||
options => 'check inter 2000 rise 2 fall 5'
|
||||
}
|
||||
|
||||
class { 'neutron::plugins::ml2':
|
||||
type_drivers => ['gre'],
|
||||
tenant_network_types => ['gre'],
|
||||
mechanism_drivers => ['openvswitch'],
|
||||
tunnel_id_ranges => ['1:10000'],
|
||||
# For later (when https://review.openstack.org/#/c/63228/ got merged)
|
||||
# enable_security_group => true
|
||||
}
|
||||
# While https://review.openstack.org/#/c/63228/ is not merged:
|
||||
neutron_plugin_ml2 {
|
||||
'securitygroup/firewall_driver': value => true;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user