Add EdgeRule for generic-vnf to esr-vnfm

This will allow the SO VNFM Adapter to identify the VNFM to use for LCM operations towards a VNF instance.

Issue-ID: AAI-2197
Change-Id: Iab3d3e46fd1497d9ea1f0beea70455b02e1f7f65
Signed-off-by: MichaelMorris <michael.morris@est.tech>
2 files changed
tree: 7b082e1a5fc2caf0f089ce4ba75507a85a3d7966
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. LICENSE.TXT
  10. LICENSE_ALT1.txt
  11. pom.xml
  12. README.md
  13. version.properties
README.md

AAI Schema Service

Local setup

In order to start the service locally, here is what needs to be done

> mvn clean install 

Above command only needs to be run the first time

The command below actually starts the microservice

> mvn -pl aai-schema-service -PrunAjsc