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