Epic-231 cbr for compare

SDN-C to support the config comparison feature

Change-Id: I7e9219a40c54e1d0266e0fd55a5871b572539e6b
Issue-ID: SDNC-258
Signed-off-by: Soumendu Sekhar Acharya <SA00498080@techmahindra.com>

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