OpenDaylight Networking SFC Flow Classifier REST APIs 43/40843/7
authorAnil Vishnoi <vishnoianil@gmail.com>
Sat, 25 Jun 2016 03:10:14 +0000 (20:10 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Wed, 29 Jun 2016 23:36:45 +0000 (16:36 -0700)
commit548263890b5eb9d1735f7d46693f92faddabf632
treeac8356d70d4dfa545567279eedee37dcb55fa874
parentfebd6fe99c9e7b865fb0499453e70a0b7a6d89d0
OpenDaylight Networking SFC Flow Classifier REST APIs

This patch defines REST API's for the networking sfc flow
classifier API and implementation the translation code
to convert these REST API data to the networking-sfc
Yang models. These Neutron Northbound REST API's are defined
based on the OpenStack Networking-SFC Flow Classifier APIs
available at following URL.

http://docs.openstack.org/developer/networking-sfc/api.html#rest-api

Change-Id: Ifcdec7025715c1e9fa5f90aa9cbc475e7a1e9427
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
13 files changed:
model/src/main/yang/neutron-sfc-flow-classifier.yang
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCFlowClassifierCRUD.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/NeutronPort.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronResourceMapPropertyAdapter.java [moved from neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronPort_VIFAdapter.java with 93% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifier.java [new file with mode: 0644]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSFCFlowClassifierJAXBTest.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/NeutronSFCFlowClassifierRequest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCFlowClassifiersNorthbound.java [new file with mode: 0644]
resources/Neutron_Northbound_SFC_Rest_and_Restconf_calls.postman_collection.json [new file with mode: 0644]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSFCFlowClassifierInterface.java [new file with mode: 0644]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronTranscriberProvider.java