vf module id validation removed from DG

GRA provider code is modified to return vf module id
if present in the input request otherwise vf module id
(Generated in DG)will be returned from the response object.
In validate-vf-module-input DG vf-id validation check
is deleted.

Change-Id: I389d2d42a939c60481cd7690ccb98b3f820974e4
Issue-ID: SDNC-653
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>

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