OpenDaylight Networking SFC Port Chain REST APIs 48/40848/8
authorAnil Vishnoi <vishnoianil@gmail.com>
Fri, 1 Jul 2016 01:19:01 +0000 (18:19 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 1 Jul 2016 01:56:29 +0000 (18:56 -0700)
commitb02994d76a8f65df1a76778ff077cd3ec0c9d916
treed73b9e8eef6304a1940c50c0e015aee8c94a62ca
parent8bd2e241ff98603041e6a07b7a7ad73fe5f6f548
OpenDaylight Networking SFC Port Chain REST APIs

This patch defines REST API's in Neutron Northbound project
for the networking sfc port chain APIs and implementation of
the translation code to convert these REST API data to the
networking-sfc port chain Yang models. These Neutron
Northbound REST API's are defined based on the OpenStack
Networking-SFC Port Chain APIs available at following URL.
http://docs.openstack.org/developer/networking-sfc/api.html#rest-api

Change-Id: Icb9f581157ce150d846dad6d6321c40a9e642e1b
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCPortChainCRUD.java [new file with mode: 0644]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronCRUDInterfaces.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortChain.java [new file with mode: 0644]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSFCPortChainJAXBTest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronNorthboundRSApplication.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortChainRequest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortChainsNorthbound.java [new file with mode: 0644]
resources/Neutron_Northbound_SFC_Rest_and_Restconf_calls.postman_collection.json
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSFCPortChainInterface.java [new file with mode: 0644]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronTranscriberProvider.java