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
1 file changed
tree: 54653ecc40ac8a6b0320595c38111e5e1410d53d
  1. admportal/
  2. dgbuilder/
  3. installation/
  4. platform-logic/
  5. .gitignore
  6. .gitreview
  7. LICENSE.txt
  8. pom.xml
  9. README.md
  10. version.properties
README.md

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:

  1. org.openecomp.sdnc/sdnc-core
  2. org.openecomp.sdnc/sdnc-adaptors
  3. org.openecomp.sdnc/sdnc-northbound
  4. org.openecomp.sdnc/sdnc-plugins

To compile this code:

  1. 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.

  2. To compile, run "mvn clean install".