Add a REST APIs support for IOVIsor module 09/30409/4
authoradetalhouet <adetalhouet@inocybe.com>
Mon, 30 Nov 2015 23:25:25 +0000 (18:25 -0500)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 1 Dec 2015 16:00:33 +0000 (16:00 +0000)
commitd0ec571cc93b4f31968c6c19dc430492b892ece2
treeb7e0df67ce892bc7c904fb3fc4cf3682b2b01202
parentf9c764a1b3700adda3a1e84318ef56d7012818d1
Add a REST APIs support for IOVIsor module

- provide aaa authentication
- path is: /controller/sb/iovisor/{SERVICE}

For now we have one service being: /policies
Through this one we will POST a list of policies for the
IOVisor module to GET.

To play with thee REST interface, you can use this
postman collection: https://www.getpostman.com/collections/3b1fe6ef1ec0ead72ee7

Another patch will implement the POST correctly

Change-Id: I5186df6b5d0501dca8b244bfd04e22dd54649b40
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
features/pom.xml
features/src/main/features/features.xml
renderers/iovisor/enunciate.xml [new file with mode: 0644]
renderers/iovisor/pom.xml
renderers/iovisor/src/main/java/org/opendaylight/groupbasedpolicy/renderer/iovisor/sbrest/IovisorModuleService.java [new file with mode: 0644]
renderers/iovisor/src/main/java/org/opendaylight/groupbasedpolicy/renderer/iovisor/sbrest/IovisorRSApplication.java [new file with mode: 0644]
renderers/iovisor/src/main/resources/WEB-INF/web.xml [new file with mode: 0644]