Reduce overview
[sdnvpn.git] / docs / development / overview / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) Tim Irnich, (tim.irnich@ericsson.com) and others
4
5 =======
6 SDN VPN
7 =======
8
9 A high-level description of the scenarios is provided in this section.
10 For details of the scenarios and their provided capabilities refer to
11 the scenario description document:
12 http://artifacts.opnfv.org/danube/sdnpvn/scenarios/os-odl_l2-bgpvpn/index.html
13
14 The BGPVPN feature enables creation of BGP VPNs on the Neutron API according to the OpenStack
15 BGPVPN blueprint at https://blueprints.launchpad.net/neutron/+spec/neutron-bgp-vpn.
16 In a nutshell, the blueprint defines a BGPVPN object and a number of ways
17 how to associate it with the existing Neutron object model, as well as a unique
18 definition of the related semantics. The BGPVPN framework supports a backend
19 driver model with currently available drivers for Bagpipe, OpenContrail, Nuage
20 and OpenDaylight. The OPNFV scenario makes use of the OpenDaylight driver and backend
21 implementation through the ODL NetVirt project.