AAI-2154 Add EdgeRules to support BBS use case

generic-vnf to metadatum
pnf to metadatum
cp to metadatum

Containing service-instance will contain metadata as sub-object

Issue-ID: AAI-2154
Change-Id: Ie6f4520c3ca945128f9aaef01a07a4479782e276
Signed-off-by: Keong Lim <keong.lim@huawei.com>
1 file changed
tree: 35f49cc373674ec65cd3ed42dc0e424692e7f599
  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