commit | a2a1997c4976499912dae2aadef52a73c764840b | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Dec 19 13:13:36 2017 -0500 |
committer | Dan Timoney <dtimoney@att.com> | Tue Dec 19 13:13:36 2017 -0500 |
tree | 92cc4a12bc5ead58552b008f3e2e221a79a62012 | |
parent | 5dcba2269e3a9a0be39f0093194ddeb0c70c20aa [diff] |
Enhance health check In HA environment, different types of health check are needed for load balancers (which care about state of each node in cluster) vs external applications (which case about state of entire cluster). So, separate APIs are needed for these 2 types of needs. Change-Id: I99cd21cef7a7e2b4b8c96c1f22c0d6210bb91e96 Issue-ID: CCSDK-157 Signed-off-by: Dan Timoney <dtimoney@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".