commit | e86e05b78cf444e4020ffd310b9519730891e128 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Sep 20 15:11:18 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Wed Sep 20 15:11:18 2017 -0400 |
tree | 84c3e42ae7c41b1345baa54ecbf36ded431dcb98 | |
parent | 61c1a1a01ea2ff6a272d3a73c2b3a06d7b31bedf [diff] |
Fix platform logic installation Platform logic on SDNC should install the CCSDK platform logic package merged with the graphs for SDNC. Instead, it was overwriting CCSDK package and installing only local SDNC version. Change-Id: Iada6779b942ff608987486bd10fed9f147018f74 Issue-ID: SDNC-96 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 048b31a4b390ff4a749c4d8e7dcd271f12da177e
This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:
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".