Add auth-info node to cloud-region.
[aai/aai-common.git] / aai-core / src / main / resources / dbedgerules / DbEdgeRules_v11.json
index 9bcf4b7..802929b 100644 (file)
                        "SVC-INFRA": "NONE",
                        "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",
                        "SVC-INFRA": "!${direction}",
                        "prevent-delete": "${direction}"
                },
+               {
+                       "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",