diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-08-21 17:31:27 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-08-21 17:31:27 +0800 |
commit | abfb85b06ce42209b79ed2f9559c827ba1f8e0ae (patch) | |
tree | dc3f55aec92d1be71e9da449ce7f4aad1b9522cf /aai-core/src/main/resources | |
parent | bb87ed1b5fcfb5393f2ab240fc429d497d6ffb6a (diff) |
Add auth-info node to cloud-region.
Reupload "Add the auth-info node according to the schema from Multi-VIM".
Modify the auth-info definition and defaultTenant according to Jimmy.
Modify the ssl-cacert and ssl-insecure definition according to Ethan.
Modify the description messages of some properties.
Add an edge rule between the cloud-region and the auth-info-item
Change-Id: Ic319f6875d6562d54d6434cbe316bd6e4c35eb21
Issue-ID: AAI-166
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'aai-core/src/main/resources')
-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 9bcf4b76..802929b3 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", |