diff options
author | Lamont, William (wl2432) <wl2432@att.com> | 2017-12-07 16:54:44 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-08 14:45:44 -0500 |
commit | 93b15d3d4364095dbc552751d70e116e615b99f4 (patch) | |
tree | bc4fed52ed3544b64ce8e568822a2dfef95271b8 /aai-core/src/main/resources | |
parent | 5436f746402054294bb54fa028d1a857ad98213f (diff) |
checking in tenant isolation oxm changes
Issue-ID: AAI-554
Change-Id: I83bb7ba532e3ef44850669b430673fc904d60af0
Signed-off-by: Lamont, William (wl2432) <wl2432@att.com>
Diffstat (limited to 'aai-core/src/main/resources')
-rw-r--r-- | aai-core/src/main/resources/dbedgerules/DbEdgeRules_v12.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v12.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v12.json index 770124dc..ff813a48 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v12.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v12.json @@ -769,6 +769,18 @@ "default": "true" }, { + "from": "operational-environment", + "to": "operational-environment", + "label": "managedBy", + "direction": "OUT", + "multiplicity": "One2One", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true" + }, + { "from": "vce", "to": "availability-zone", "label": "hasAvailabilityZone", |