BGPVPN: Added yang, api and transcriber for BGPVPN 11/26711/8
authorVishal Thapar <vishal.thapar@ericsson.com>
Wed, 9 Sep 2015 06:48:32 +0000 (12:18 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Tue, 29 Sep 2015 19:56:54 +0000 (01:26 +0530)
commitaafe31458a9990f50023566aed7f7b296b95067c
tree6ec9a9c3d36e103f970a85716e8580fdd67d321b
parent3367ae01bd368de4baa4c12d22e56b5e82a81fe1
BGPVPN: Added yang, api and transcriber for BGPVPN

Based off BGPVPN blueprint: https://review.openstack.org/#/c/177740/

PatchSet3: Added basic ITs.

PatchSet4: Addressed review comments

PatchSet5:
1. Fixed some typo induced bugs
2. Added code for some missing attributes

PatchSet6: Fill in defaults if missing in update

Patchset7:
Incorporates spi and transcriber changes as per following:
a. https://git.opendaylight.org/gerrit/#/c/26975/
b. https://git.opendaylight.org/gerrit/#/c/27003/

Patchset8:
Addresses review comments in Patchset7

Change-Id: I2c36c104dbd6c891a36c10419ed28d8060958d29
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronBgpvpnTests.java [new file with mode: 0644]
model/src/main/yang/neutron-bgpvpns.yang [new file with mode: 0644]
model/src/main/yang/neutron.yang
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronBgpvpnCRUD.java [new file with mode: 0644]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronBgpvpn.java [new file with mode: 0644]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronCRUDInterfaces.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronBgpvpnRequest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronBgpvpnsNorthbound.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronNorthboundRSApplication.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/Activator.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronBgpvpnInterface.java [new file with mode: 0644]