LCM UpgradeSoftware DGs

Add LCM DGs for SoftwareUpgrade

Change-Id: I06df6276a4adb038ab3e1601ef7f3c7a7fc1a08b
Issue-ID: SDNC-289
Signed-off-by: Ruchira Agarwal <ra1926@att.com>

Former-commit-id: f8a3ed75d39de6abbbb2b70b98a0de88ab8e7b89
10 files changed
tree: d859f90a8c7d0e1471138521ca548c6b957911a9
  1. admportal/
  2. dgbuilder/
  3. docs/
  4. installation/
  5. platform-logic/
  6. .gitignore
  7. .gitreview
  8. LICENSE.txt
  9. pom.xml
  10. README.md
  11. 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".