commit | e864171d3d4f378a150466161f7162070368e554 | [log] [tgz] |
---|---|---|
author | Alexis de Talhouët <adetalhouet89@gmail.com> | Mon Aug 20 15:27:59 2018 -0400 |
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | Fri Aug 24 08:42:14 2018 -0400 |
tree | 41bc53f154884b04b47d0db366984be55502307a | |
parent | e2b2138f05e9eaf3eb89f9a65859433cf79b9960 [diff] |
Add DB update support for IPAM interaction For assign and unassign scenario, we need to interact with the SDNC DB in order to cache the IP Address information used for a given ServiceInstance / VfModule. Change-Id: Id349338216d12d2dc9efd76cd672b5cc9fdc6192 Issue-ID: CCSDK-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".