diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-08-28 13:15:42 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-08-28 13:16:01 -0400 |
commit | 6e9946fc4fec34a8a248416bee868ed9a531de70 (patch) | |
tree | 35dd15ba59f10e68ce3d1b6d663b37efb2c1f77b /aai-schema/src/main/resources/onap/dbedgerules/v14 | |
parent | dfef19e542581df2f69c263721fd6ead3752549d (diff) |
Add pnp schema and edgerules files
Issue-ID: AAI-1551
Change-Id: I8e7e70b01de1f8387694e2398d3f0d9e1080f1f9
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v14')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json new file mode 100644 index 00000000..5f8f4306 --- /dev/null +++ b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json @@ -0,0 +1,17 @@ +{ + "rules": [ + { + "from": "software-version", + "to": "pnf", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "!${direction}", + "default": "true", + "description":"" + } + ] +} |