From 60d2659b77f7d96f59e464138599f9dee0f2f0ad Mon Sep 17 00:00:00 2001
From: lizi00164331
Date: Tue, 12 Sep 2017 11:46:05 +0800
Subject: Fix the schema about external system.
move passive/remote-path from esr-ems to esr-system-info.
Change parameters in esr-system-info to be optional.
Fix error about the container definition in esr-system-info.
Remove the label between cloud-region and auth-info-item.
Change-Id: I21ab7d96b3a0b00c738f423b040420fb3c7e0072
Issue-ID: AAI-289
Signed-off-by: lizi00164331
---
.../resources/dbedgerules/DbEdgeRules_v11.json | 11 ------
aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 44 +++++++++++++---------
2 files changed, 26 insertions(+), 29 deletions(-)
diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json
index 8f44ebc4..a2943e3c 100644
--- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json
+++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json
@@ -121,17 +121,6 @@
"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",
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml
index 2e309ae2..052f4c8d 100644
--- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml
+++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml
@@ -256,16 +256,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -375,10 +365,13 @@
+
+
+
-
+
@@ -391,22 +384,22 @@
-
+
-
+
-
+
-
+
@@ -431,9 +424,9 @@
-
+
-
+
@@ -466,6 +459,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -477,7 +485,7 @@
-
+
--
cgit 1.2.3-korg