diff options
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json | 98 |
1 files changed, 63 insertions, 35 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json index 5856f20..396d970 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json @@ -216,6 +216,30 @@ "default": "true", "description":"For CCVPN Usecase" }, + { + "from": "connectivity", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "uni", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, { "from": "site-resource", "to": "generic-vnf", @@ -401,84 +425,88 @@ "to": "pnf", "label": "tosca.relationships.network.BindsTo", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "NONE", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"For CCVPN Usecase" }, { "from": "p-interface", "to": "tunnel-termination-point", "label": "tosca.relationships.network.BindsTo", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "${direction}", - "delete-other-v": "NONE", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"For CCVPN Usecase" }, { "from": "p-interface", "to": "interlayer-attachment", - "label": "tosca.relationships.network.BindsTo", + "label": "tosca.relationships.network.LinksTo", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "${direction}", - "delete-other-v": "NONE", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"For CCVPN Usecase" + }, { "from": "tunnel-termination-point", "to": "interlayer-attachment", - "label": "tosca.relationships.network.BindsTo", + "label": "tosca.relationships.network.LinksTo", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "${direction}", - "delete-other-v": "NONE", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"For CCVPN Usecase" + }, { - "from": "p-interface", - "to": "uni", - "label": "tosca.relationships.network.BindsTo", + "from": "uni", + "to": "p-interface", + "label": "org.onap.relationships.inventory.PartOf", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "${direction}", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"For CCVPN Usecase" }, { "from": "logical-link", "to": "te-link-attribute", - "label": "tosca.relationships.network.BindsTo", + "label": "tosca.relationships.network.LinksTo", "direction": "OUT", - "multiplicity": "ONE2ONE", - "contains-other-v": "${direction}", - "delete-other-v": "NONE", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"For CCVPN Usecase" + }, { "from": "label-restriction", - "to": "te-link-attributes", - "label": "tosca.relationships.network.BindsTo", + "to": "te-link-attribute", + "label": "tosca.relationships.network.LinksTo", "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "${direction}", - "delete-other-v": "NONE", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "!${direction}", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"For CCVPN Usecase" + }, { "from": "bandwidth-attribute", |