commit | a3f39cee1edbae8c17d96a735a6e2581dd2c7908 | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dt5972@att.com> | Mon Aug 20 11:02:12 2018 -0400 |
committer | Dan Timoney <dt5972@att.com> | Mon Aug 20 16:32:28 2018 +0000 |
tree | c612d5bdc47197d1fa79a07cabe8f8e2e70dfef3 | |
parent | ee94ed012c215863c58f00894a28c38c3b1584b9 [diff] |
Update swagger documentation Re-generated converted swagger doc. Note: ideally, it would be good to generate this on the fly based on Yang model. However, ODL yangtools generates swagger 1.2, and readthedocs needs version 2. Currently we convert this using api-spec-converter tool and store converted version. Tried automating this conversion, which works fine in local compiles but does not work on ONAP Jenkins (tool is node.js based). Change-Id: I3843787ed7cb11f119b2c706305c478fdb223680 Issue-ID: CCSDK-476 Signed-off-by: Timoney, Dan (dt5972) <dt5972@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".