commit | 5a0f5957372e75b1bf5835738a23906f1bf4d8ba | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dt5972@att.com> | Mon Aug 20 13:00:07 2018 -0400 |
committer | Timoney, Dan (dt5972) <dt5972@att.com> | Mon Aug 20 13:00:07 2018 -0400 |
tree | 92f29faef21214260069ed5cae09ced3e9a203ec | |
parent | 93833b4e67713c094025648b2a7b7673a8b58de9 [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: Ic607bcdcc218489a45d616bb1d280675511a760d Issue-ID: CCSDK-476 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".