CCVPN extension vf-module-topology DGs

vf-module-topology-operation DGs modified for bandwidth policy change

Change-Id: Ifc3a9fcc3942cd4761c1967598428ff605636c45
Issue-ID: SDNC-659
Signed-off-by: Prakash.E <prakash.e@huawei.com>

Former-commit-id: b477ae268d7035bb15a33085f3fbda7f1da453ed
4 files changed
tree: d63e2cd6d078e79c691c852303a7c12cd877059c
  1. admportal/
  2. configbackuprestore/
  3. docs/
  4. installation/
  5. platform-logic/
  6. SdncReports/
  7. .gitignore
  8. .gitreview
  9. INFO.yaml
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. 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".