diff options
author | James Forsyth <jf2512@att.com> | 2017-08-21 16:31:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-21 16:31:10 +0000 |
commit | 61b392aa55b6560459367d927a24dc6126ae727e (patch) | |
tree | e8c25e11ee300ae7d1adb5f91f70ef5f0a4e2e94 /aai-core | |
parent | f79d0971dd24b3b4febe2f946a911b837a83624b (diff) | |
parent | abfb85b06ce42209b79ed2f9559c827ba1f8e0ae (diff) |
Merge "Add auth-info node to cloud-region."
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json index 641afceb..d24acd79 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json @@ -12,6 +12,17 @@ "prevent-delete": "!${direction}" }, { + "from" : "auth-info-item", + "to" : "tenant", + "label" : "defaultTenant", + "direction" : "OUT", + "multiplicity" : "One2One", + "isParent" : "false", + "usesResource" : "false", + "hasDelTarget" : "false", + "SVC-INFRA" : "false" + }, + { "from": "generic-vnf", "to": "license-key-resource", "label": "uses", @@ -68,6 +79,17 @@ }, { "from": "cloud-region", + "to": "auth-info-item", + "label": "has", + "direction": "OUT", + "multiplicity": "One2Many", + "contains-other-v": "${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "!${direction}", + "prevent-delete": "${direction}" + }, + { + "from": "cloud-region", "to": "image", "label": "has", "direction": "OUT", |