diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-09-09 16:04:51 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-09-09 16:28:24 -0400 |
commit | 3fd24c79537eb72274a33f330ac102812dd95fc0 (patch) | |
tree | 691077ae0a323a733bf6fe7e5b2893ef6971bbbd /aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json | |
parent | fbf222c19e05e3d598b6c5abe0c14e52dbe9834f (diff) |
Fix duplicate edgerules causing issues in creation
Issue-ID: SO-3216
Change-Id: I140445445625d34edbc82305da323a5394433e2b
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json | 61 |
1 files changed, 31 insertions, 30 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json index ee10797..7926dd4 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json @@ -355,7 +355,7 @@ "direction": "OUT", "multiplicity": "ONE2MANY", "contains-other-v": "NONE", - "delete-other-v": "${direction}", + "delete-other-v": "NONE", "prevent-delete": "NONE", "default": "true", "description":"" @@ -941,7 +941,7 @@ "to": "l3-network", "label": "org.onap.relationships.inventory.ComposedOf", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", @@ -1025,7 +1025,7 @@ "to": "l-interface", "label": "org.onap.relationships.inventory.Uses", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", @@ -1629,7 +1629,7 @@ "delete-other-v": "NONE", "SVC-INFRA": "NONE", "prevent-delete": "NONE", - "default": "true", + "default": "false", "description":"" }, { @@ -1642,7 +1642,7 @@ "delete-other-v": "NONE", "SVC-INFRA": "NONE", "prevent-delete": "NONE", - "default": "true", + "default": "false", "description":"" }, { @@ -3029,18 +3029,6 @@ }, { "from": "vlan-tag", - "to": "l3-network", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2MANY", - "contains-other-v": "NONE", - "delete-other-v": "NONE", - "prevent-delete": "NONE", - "default": "true", - "description":"" - }, - { - "from": "vlan-tag", "to": "cloud-region", "label": "org.onap.relationships.inventory.BelongsTo", "direction": "OUT", @@ -3290,18 +3278,6 @@ "description":"" }, { - "from": "configuration", - "to": "lag-interface", - "label": "org.onap.relationships.inventory.AppliesTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "NONE", - "delete-other-v": "NONE", - "prevent-delete": "NONE", - "default": "true", - "description":"" - }, - { "from": "communication-service-profile", "to": "service-instance", "label": "org.onap.relationships.inventory.BelongsTo", @@ -3515,8 +3491,33 @@ "prevent-delete": "NONE", "default": "true", "description": "The dns cname record that applies to an A-record (ipv4) and/or quad-A-record (ipv6)." + }, + { + "from": "profile", + "to": "pnf", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "${direction}", + "default": "true", + "description": "A profile (set of characteristics) applies to the pnf." + }, + { + "from": "profile", + "to": "pserver", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "${direction}", + "default": "true", + "description": "A profile (set of characteristics) applies to the pserver." } - ] } |