commit | 4f803cb7fb12f42ac9e9ef842b603cb1d04fc619 | [log] [tgz] |
---|---|---|
author | Marcus G K Williams <marcus.williams@intel.com> | Tue Sep 26 13:48:10 2017 -0700 |
committer | Marcus G K Williams <marcus.williams@intel.com> | Tue Sep 26 13:51:19 2017 -0700 |
tree | 54653ecc40ac8a6b0320595c38111e5e1410d53d | |
parent | 358676612a94785d729f9b5448df07688881419a [diff] |
Add karaf ssh port to sdnc container Add karaf ssh port to sdnc container to allow easy ssh for dev/debug purposes by using ssh -p 8201 karaf@localhost Issue-Id: SDNC-100 Change-Id: Ie8aa949a9ac0f21866dcfb973f061f11d09ccea5 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 8b0e68e524c2fb406e57e0cd6186312cb8fb752b
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".