ODL charm should support L3
Bug #1544706 reported by
Narinder Gupta
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OPNFV |
New
|
Critical
|
Mark Baker | ||
OpenStack Neutron API Open Daylight Charm (Retired) |
Triaged
|
Wishlist
|
Unassigned | ||
OpenStack odl-controller charm |
Triaged
|
Wishlist
|
Unassigned | ||
neutron-api (Juju Charms Collection) |
Invalid
|
Wishlist
|
Unassigned | ||
neutron-api-odl (Juju Charms Collection) |
Invalid
|
Wishlist
|
Unassigned | ||
neutron-gateway (Juju Charms Collection) |
Invalid
|
Wishlist
|
Unassigned | ||
odl-controller (Juju Charms Collection) |
Invalid
|
Wishlist
|
Unassigned | ||
openvswitch-odl (Juju Charms Collection) |
Invalid
|
Wishlist
|
Unassigned |
Bug Description
In our current bundle neutron act as L3 agents which satisfies the ipv6 project requirement. This request is to enable the L3 agent plugin for ODL where odl will act as L3 agent.
include this plugin in neutron
networking_
then you need to turn on l3 in odl
In etc/custom.
restart the odl and neutron service.
Changed in opnfv: | |
importance: | Undecided → Critical |
assignee: | nobody → Mark Baker (markashtonb) |
Changed in charm-neutron-api-odl: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in neutron-api-odl (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in charm-odl-controller: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in odl-controller (Juju Charms Collection): | |
status: | Triaged → Invalid |
To post a comment you must log in.
This is mostly like DVR in ML2/ovs - each compute node has a direct connection to the external network; east-west l3 traffic is optimized, north-south happens directly on the compute nodes.
Quick impact analysis (with T-Shirt sizing in (SML)):
odl-controller:
add configuration option for enabling l3 forwarding mode (S)
neutron- api-odl/ neutron- api:
support specification of service plugins so that we can switch out the default router option with odl-router (M)
openvswitch-odl:
add support for ext-port configuration, creation of br-data bridge etc... (S)
neutron-gateway:
add new profile ovs-odl-l3 which disables the l3 and associated daemons (lbaas, vpnaas, metering) on the gateway; just dhcp and metadata (S)