aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-08-22 20:01:09 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-22 20:01:09 +0000
commit2d13f752c694afb221ae1e1f7ed0a1c989f51762 (patch)
tree80decf8822c8a0a62de83b00a4cae910b4d3d280 /aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json
parent586158d896e41ef59fdd42a2c15c6abe5b703100 (diff)
parent2e16e1717f3a8f2cf49f8de11cae911f5d091146 (diff)
Merge "AAI-1461 -1464 Update vpn-binding/pnf for CCVPN"
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json
index 1c88b043..cb1e0e66 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json
@@ -1,5 +1,16 @@
{
"rules": [
-
+ {
+ "from": "vpn-binding",
+ "to": "p-interface",
+ "label": "org.onap.relationships.inventory.BindsTo",
+ "direction": "OUT",
+ "multiplicity": "ONE2MANY",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description":"For CCVPN Usecase"
+ }
]
}