Replace vnf-host-ip-address with host-ip-address

Change-Id: I0017318ae9e84c4bd603b8ae13cf026294bf6c5d
Issue-ID: INT-696
Signed-off-by: Marco Platania <platania@research.att.com>

Former-commit-id: cd9e16c51daf4af1e74a6d89ee4d240f61b5b7f2
4 files changed
tree: 4c4a883ff9ddf6af81f823bc175df3d88dfbbfd0
  1. admportal/
  2. configbackuprestore/
  3. docs/
  4. installation/
  5. platform-logic/
  6. SdncReports/
  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".