introduced LocationResolver 57/38957/4
authorMatej Perina <matej.perina@pantheon.sk>
Wed, 18 May 2016 17:23:46 +0000 (19:23 +0200)
committerMatej Perina <matej.perina@pantheon.sk>
Wed, 18 May 2016 17:23:46 +0000 (19:23 +0200)
commit3d7dee3d9126a415ded3b6e898e74d0db1a98c42
tree9a0a323d82cb447da00c360ed3c25595e547e8b7
parent2e0f0354758cf387e4ec6966d71aa47dbdf7d773
introduced LocationResolver

LocationResolver collects data from all location providers
and union them to EndpointLocations

Change-Id: I60308ba59ab0f17085f3a85ec7d99e2ee2b4307b
Signed-off-by: Matej Perina <matej.perina@pantheon.sk>
groupbasedpolicy/pom.xml
groupbasedpolicy/src/main/java/org/opendaylight/controller/config/yang/config/groupbasedpolicy/GroupbasedpolicyModule.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/location/resolver/LocationResolver.java [new file with mode: 0644]
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/util/IidFactory.java
groupbasedpolicy/src/main/yang/model/endpoint-location-provider.yang
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/location/resolver/LocationResolverTest.java [new file with mode: 0644]
groupbasedpolicy/src/test/java/org/opendaylight/groupbasedpolicy/util/IidFactoryTest.java
location-providers/ne-location-provider/src/main/java/org/opendaylight/groupbasedpolicy/ne/location/provider/NeLocationProvider.java