commit | dd3f74074787dfd14e8aec0b48883b780dd8ccba | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Thu Oct 12 16:01:06 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Thu Oct 12 16:08:50 2017 -0400 |
tree | c84ba953f28e9997d87f8fce055e831392f37014 | |
parent | 93a3119b6922b16ad7b3f41e16427c99b5eac371 [diff] |
Fixed vnfapi install issue Fixed issues with vnfapi install: - Resolved issue installing vnftools by converting to blueprint - Resolved issue not finding RPC implementation of vnfapi by fixing dependency feature vnftools, and by converting vnfapi to blueprint. The root cause in both cases was probably something wrong with the provider configuration, but it was simpler (not to mention more maintainable) to just convert from config to blueprint. Change-Id: I7010a845687673c932457774f3103834d328ab84 Issue-ID: SDNC-119 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".