Skip to content
Snippets Groups Projects
Commit 25722812 authored by Quentin MACHU's avatar Quentin MACHU
Browse files

Solved VPN/L3 agents conflict

parent 8614bf1b
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,14 @@ class iaas::profile::neutron::router (
enable_metadata_network => true,
}
class { '::neutron::agents::lbaas': }
class { '::neutron::agents::metering': }
class { '::neutron::services::fwaas': }
class { '::neutron::agents::vpnaas':
external_network_bridge => "br-ex",
}
class { '::neutron::agents::lbaas': }
class { '::neutron::agents::metering': }
class { '::neutron::services::fwaas':
vpnaas_agent_package => true
}
class { '::neutron::agents::metadata':
auth_password => $neutron_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