Fix ml2 agent resource and compostion
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
2c1855230c
commit
23899f0167
@ -238,7 +238,7 @@ def setup_resources():
|
||||
# NEUTRON ML2 PLUGIN & ML2-OVS AGENT WITH GRE
|
||||
neutron_plugins_ml2 = vr.create('neutron_plugins_ml2', 'resources/neutron_plugins_ml2_puppet', {})[0]
|
||||
signals.connect(node1, neutron_plugins_ml2)
|
||||
neutron_agents_ml2 = vr.create('neutron_agents_ml2_ovs', 'resources/neutron_agents_ml2_ovs_puppet', {
|
||||
neutron_agents_ml2 = vr.create('neutron_agents_ml2', 'resources/neutron_agents_ml2_ovs_puppet', {
|
||||
# TODO(bogdando) these should come from the node network resource
|
||||
'enable_tunneling': True,
|
||||
'tunnel_types': ['gre'],
|
||||
|
@ -41,5 +41,5 @@ Service <| title == 'neutron-ovs-agent-service' |> {
|
||||
require => undef
|
||||
}
|
||||
Neutron_plugin_ml2<||> ~> Service['neutron-ovs-agent-service']
|
||||
File['/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini'] ~>
|
||||
File <| title == '/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini' |> ~>
|
||||
Service<| title == 'neutron-ovs-agent-service' |>
|
Loading…
x
Reference in New Issue
Block a user